Changes for page Home
Last modified by Markus Ruggiero on 2023/11/13 11:58
From version 1363.1
edited by Pascal Robert
on 2012/07/19 21:13
on 2012/07/19 21:13
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +XWiki.kiddyr - Content
-
... ... @@ -1,295 +1,307 @@ 1 -[[image:hero_webobjects.jpg||align="right" vspace="4" hspace="4"]]{{note title="Wiki Modernization In Progress"}} 2 -The content on this Wiki is in the process of being updated to reflect modern WebObjects development. Pages that refer to old development techniques, e.g. Xcode, WOBuilder, etc., will be either updated to reflect the current toolset, or be moved to the [WO:Deprecated] section. An [RSS Feed|http://wiki.wocommunity.org/spaces/createrssfeed.action?types=page&types=blogpost&types=comment&spaces=&sort=modified&title=Dashboard+RSS+Feed&maxResults=15&publicFeed=false&os_authType=basic&rssType=rss2] is available for those that want to be updated as pages are modified. *If you have a favorite page that you want to make sure you are in-the-loop on any changes*, you can easily Watch it by selecting _Watch_ from the _Tools_ popup menu on that page. If you wish to partipate in an effort to improve this documentation, send an email to [mailto:docs-group-on@wocommunity.org]. 1 +{{info title="How to Contribute to this Wiki"}} 3 3 4 -*Special Note*: URLs are changing as part of this effort. Confluence does a good job of guessing what page you wanted if the link you requested no longer exists, so pain should be minimal. 5 -{{/note}} 3 +To *edit or add content to this Wiki*, you can simply create a new account at [http://issues.objectstyle.org/jira/] (This only takes a few seconds and is only needed if you don't have an account on ObjectStyle already). 6 6 7 -{{tip}} 8 -This site replaces the [wikibook|http://en.wikibooks.org/wiki/Programming:WebObjects], which has been deprecated. 9 -{{/tip}} 5 +{{/info}} 10 10 11 -**WebObjects** is an integrated suite of Java frameworks for rapidly developing scalable, sophisticated Internet and Enterprise applications. It is the most mature platform available for enterprise-level web, web service and java client (three-tier client-server) application development. 7 +This site replaces the [[wikibook>>http://en.wikibooks.org/wiki/Programming:WebObjects]], which has been deprecated. 8 +[[image:hero_webobjects.jpg||align="right" vspace="4" hspace="4"]] 12 12 10 +**WebObjects** is a an integrated suite of Java frameworks for rapidly developing scalable, sophisticated Internet and Enterprise applications. It is the most mature platform available for enterprise-level web, web service and java client (three-tier client-server) application development. 11 + 13 13 It provides a powerful and mature set of Object-Oriented frameworks for managing Object-Relational Mapping ([[ORM>>http://en.wikipedia.org/wiki/Object-relational_mapping]]) to any JDBC-compliant database, Session Management, Undo/Redo/Revert, Ajax, Web Services, full Java Client applications, Rapid Application Development, Streaming Media, file upload/download and many other popular internet and enterprise application technologies. 14 14 15 15 Originally developed by NeXT Computer Inc., in the mid 1990s, it was ported by Apple to Mac OS X and Mac OS X Server in Objective-C and then completely translated to Java for version 5.0. 16 16 17 -It is an incredibly flexible set of frameworks exemplified by Apple's own use of it for such varied applications as the [[iTunes Music Store>>http://phobos.apple.com/WebObjects/MZStore.woa/wa/storeFront]], the on-line [[Apple Store>>http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore/]], the [[M obileMe>>http://www.me.com]] group of services including Web-Mail and Calendaring and their [[website>>http://www.apple.com]].16 +It is an incredibly flexible set of frameworks exemplified by Apple's own use of it for such varied applications as the [[iTunes Music Store>>http://phobos.apple.com/WebObjects/MZStore.woa/wa/storeFront]], the on-line [[Apple Store>>http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore/]], the [[.Mac>>http://www.mac.com/WebObjects/Welcome]] group of services including Web-Mail and Calendaring and their [[website>>http://www.apple.com]]. as well as many applications developed and deployed by [[others>>http://www.dyned.com/cgi-bin/WebObjects/WOShowcase]]. 18 18 19 -It has a very active [[developer community>>http://www.wocommunity.org/]] and offers excellent support through the very popular [[WebObjects Development>>http://lists.apple.com/ mailman/listinfo/webobjects-dev]] and [[WebObjectsDeployment>>http://lists.apple.com/mailman/listinfo/webobjects-deploy]] email lists.18 +It has a very active [[developer community>>http://www.wocommunity.org/]] and offers excellent support through the very popular [[WebObjects Development>>http://lists.apple.com/archives/webobjects-dev]] and [[WO Deployment>>http://lists.apple.com/archives/webobjects-deploy]] email lists. 20 20 21 - {{tiptitle="DownloadWebObjectsHere!"}}20 +In addition Apple, Inc. also provides [[free>>http://www.apple.com/support/webobjects/]] and [[paid-for>>http://www.apple.com/services/technicalsupport/]] support options. 22 22 23 -The [WebObjects543.dmg|http://support.apple.com/kb/DL688] file will install the WebObjects frameworks and support files. It requires Xcode 3.1. It is recommended that you follow the [WO:Installing WebObjects 5.4 on Snow Leopard] instructions if you no longer have Xcode 3.1. 24 - 25 -{{/tip}} 26 - 27 27 |= Contents 28 -| {{section}}{toc:style=disc|indent=20px}{{/section}} 23 +| {{section}} 24 +{toc:style=disc|indent=20px} 25 +{{/section}} 29 29 30 30 = Introduction = 31 31 32 -* [[What is WebObjects?>> documentation:Overview-What is WebObjects]]29 +* [[What is WebObjects?>>Overview-What is WebObjects]] 33 33 * [[History>>Overview-History]] 34 -* [[Foundation>> documentation:Overview-Foundation]]31 +* [[Foundation>>Programming__WebObjects-Overview-Foundation]] 35 35 * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]] 36 -* [[Scratch Setup of WebObjects Development on a Mac>>Scratch Setup of WebObjects Development on a Mac]] 37 -* [[Hands On Hello World - Your First WebObjects Application>>Hello World - Your First WebObjects Application]] 38 -* [[Recent Changes>>http://wiki. wocommunity.org/pages/recentlyupdated.action?key=WO]]33 +* [[Scratch Setup of WebObjects Development on a Mac>>WOL:Scratch Setup of WebObjects Development on a Mac]] 34 +* [[Hands On Hello World - Your First WebObjects Application>>Hands On___Hello World - Your First WebObjects Application]] 35 +* [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]] 39 39 * [[WebObjects for Database Developers]] 40 -* [[ documentation:Naming Conventions]]37 +* [[Naming Conventions]] 41 41 42 42 = License = 43 43 44 -As of WebObjects 5.3, the deployment of WebObjects -basedserver applications is now permitted on any platform. The Xcode3.1license (The lastthatincludedany referencetoWebObjects)statedthis:41 +As of WebObjects 5.3, the deployment of WebObjects built server applications is now permitted on any platform. The XCode license (within which WebObjects is included) reads: 45 45 46 -D. WebObjects Software. Subject to the terms and conditions of this License, you may in corporate the WebObjectsSoftware included inthe Developer Softwareinto application programs(both client and server) that youdevelop onan Apple-branded computer.Youmayalsoreproduce and distribute the WebObjectsSoftwareunmodified,inbinaryform only,on anyplatformbut solelyas incorporatedintosuchapplicationprograms and onlyfor usebyend-users under terms that are at least as restrictiveofthose set forth in this License(including,withoutlimitation,Sections2,6 and 7 of this License).Foravoidanceof doubt,youmay notdistribute theWebObjectsSoftwareona stand-alonebasis,andyou maynotdevelopapplicationprograms usingthe WebObjects Software(or anyportion thereof) onanynon-Apple branded computer.43 +D. WebObjects Software. Subject to the terms and conditions of this License, you may use, install and permit others to access the WebObjects deployment software included with the Developer Software to deploy application programs developed using Apple's WebObjects Software. You may also reproduce and distribute: (1) over a network, components of the WebObjects deployment software for installation and use by others ("Java Client End Users") on any remote computer's volatile memory (e.g. RAM) to enable Java Client functionality for the sole purpose of communicating with Apple's WebObjects Software that may be installed and executed on the same Apple-labeled computer on which you have installed the Developer Software (the "Licensed System"); and (2) both manually and automatically over a network, components of the WebObjects deployment software for installation and use by Java Client End Users on any remote computer's non-volatile memory (e.g. ROM) to enable Java Client functionality for the sole purpose of communicating with Apple's WebObjects Software that may be installed and executed on the Licensed System; provided that all distributions to Java Client End Users are made under terms that are at least as restrictive as those set forth in this License and contain the disclaimers and limitations set forth in Sections 6 and 7 of this License. Subject to the terms and conditions of this License, you may also deploy server applications built with the WebObjects Software on any platform. 47 47 45 +Sections 6 and 7 are standard Apple license disclaimers of warranty and limitations of liability clauses. Deployment to other platforms requires WebObjects software be built as Java servlet for deployment on a servlet compatible server such as [[Apache Tomcat>>Programming__WebObjects-Web_Applications-Deployment-Tomcat_Deployment]]. 46 + 48 48 = Foundation = 49 49 50 -* [[Foundation>> documentation:Overview-Foundation]]51 -* [[Key-Value Coding>> documentation:Overview-Key Value Coding]]49 +* [[Foundation>>Programming__WebObjects-Overview-Foundation]] 50 +* [[Key-Value Coding>>Overview-Key Value Coding]] 52 52 53 53 = Enterprise Object Framework (EOF) = 54 54 55 55 == Introduction == 56 56 57 -* [[Overview>> documentation:EOF-Overview]]56 +* [[Overview>>EOF-Overview]] 58 58 59 59 == Modeling == 60 60 61 -* [[Overview>> documentation:EOF-Modeling-Overview]]60 +* [[Overview>>Programming__WebObjects-EOF-Modeling-Overview]] 62 62 * Required Reading 63 -** [[Entities>> documentation:EOF-Modeling-Entities]]64 -** [[GlobalIDs>> documentation:EOF-Modeling-GlobalIDs]]65 -** [[Attributes>> documentation:EOF-Modeling-Attributes]]62 +** [[Entities>>EOF-Modeling-Entities]] 63 +** [[GlobalIDs>>EOF-Modeling-GlobalIDs]] 64 +** [[Attributes>>EOF-Modeling-Attributes]] 66 66 ** [[Relationships>>Programming__WebObjects-EOF-Modeling-Relationships]] 67 -** [[Entity Inheritance>> documentation:EOF-Modeling-Inheritance]]68 -** [[Fetch Specifications>> documentation:EOF-Modeling-Fetch Specifications]]66 +** [[Entity Inheritance>>EOF-Modeling-Inheritance]] 67 +** [[Fetch Specifications>>Programming__WebObjects-EOF-Modeling-Fetch Specifications]] 69 69 ** [[SQL Generation>>Programming__WebObjects-EOF-Modeling-SQL Generation]] 70 70 ** [[Code Generation>>Programming__WebObjects-EOF-Modeling-Code Generation]] 71 71 ** [[Reverse Engineering>>Programming__WebObjects-EOF-Modeling-Reverse Engineering]] 72 -** [[Common Pitfalls and Troubleshooting>> documentation:EOF-Modeling-Common Pitfalls and Troubleshooting]]73 -** [[EOModeler>> documentation:EOF-Modeling-EOModeler]]74 -** [[EOModeler on Windows>> documentation:EOF-Modeling-EOModeler on Windows]]75 -** [[Booleans>> documentation:EOF-Modeling-Booleans]]71 +** [[Common Pitfalls and Troubleshooting>>EOF-Modeling-Common Pitfalls and Troubleshooting]] 72 +** [[EOModeler>>EOF-Modeling-EOModeler]] 73 +** [[EOModeler on Windows>>EOF-Modeling-EOModeler on Windows]] 74 +** [[Booleans>>EOF-Modeling-Booleans]] 76 76 * Advanced 77 -** [[JDBC>> documentation:EOF-Modeling-JDBC]]76 +** [[JDBC>>Programming__WebObjects-EOF-Modeling-JDBC]] 78 78 ** [[JNDI>>Programming__WebObjects-EOF-Modeling-JNDI]] 79 79 ** [[Stored Procedures>>Programming__WebObjects-EOF-Modeling-Stored Procedures]] 80 -** [[Prototypes>> documentation:EOF-Modeling-Prototypes]]79 +** [[Prototypes>>EOF-Modeling-Prototypes]] 81 81 ** [[Multiple Models>>Programming__WebObjects-EOF-Modeling-Multiple Models]] 82 -** [[Custom Attributes>> documentation:EOF-Modeling-Custom Attributes]]83 -** [[Strategy Design Pattern as an Alternative to Entity Inheritance>> documentation:Using Strategy Design Pattern with EOF]]84 -* [[Examples>> documentation:EOF-Modeling-Examples]]81 +** [[Custom Attributes>>EOF-Modeling-Custom Attributes]] 82 +** [[Strategy Design Pattern as an Alternative to Entity Inheritance>>Using Strategy Design Pattern with EOF]] 83 +* [[Examples>>EOF-Modeling-Examples]] 85 85 86 86 == Using EOF == 87 87 88 -* [[Overview>> documentation:EOF-Using EOF-Overview]]87 +* [[Overview>>EOF-Using EOF-Overview]] 89 89 * Required Reading 90 -** [[The EOF Commandments>> documentation:EOF-Using EOF-The EOF Commandments]]89 +** [[The EOF Commandments>>EOF-Using EOF-The EOF Commandments]] 91 91 ** [[EO Enterprise Object>>Programming__WebObjects-EOF-Using EOF-EO Enterprise Object]] 92 -** [[EO Editing Context>> documentation:EOF-Using EOF-EO Editing Context]]91 +** [[EO Editing Context>>EOF-Using EOF-EO Editing Context]] 93 93 ** [[EO Object Store>>Programming__WebObjects-EOF-Using EOF-EO Object Store]] 94 94 ** [[EO Database>>Programming__WebObjects-EOF-Using EOF-EO Database]] 95 95 ** [[EO Adaptor>>Programming__WebObjects-EOF-Using EOF-EO Adapter]] 96 -** [[Context and Database Locking>> documentation:EOF-Using EOF-Context and Database Locking]]97 -** [[Faulting>> documentation:EOF-Using EOF-Faulting]]98 -** [[Fetching>> documentation:EOF-Using EOF-Fetching]]95 +** [[Context and Database Locking>>EOF-Using EOF-Context and Database Locking]] 96 +** [[Faulting>>Programming__WebObjects-EOF-Using EOF-Faulting]] 97 +** [[Fetching>>Programming__WebObjects-EOF-Using EOF-Fetching]] 99 99 ** [[Updating>>Programming__WebObjects-EOF-Using EOF-Updating]] 100 -** [[Deleting>> documentation:EOF-Using EOF-Deleting]]101 -** [[Caching and Freshness>> documentation:EOF-Using EOF-Caching and Freshness]]102 -** [[Optimistic Locking>> documentation:EOF-Using EOF-Optimistic Locking]]103 -** [[Memory Management>> documentation:EOF-Using EOF-Memory Management]]104 -** [[EOF Best Practices>> documentation:EOF-Using EOF-EOF Best Practices]]105 -** [[Configuration Settings>> documentation:EOF-Using EOF-Configuration Settings]]106 -** [[Common Pitfalls and Troubleshooting>> documentation:EOF-Using EOF-Common Pitfalls and Troubleshooting]]99 +** [[Deleting>>Programming__WebObjects-EOF-Using EOF-Deleting]] 100 +** [[Caching and Freshness>>EOF-Using EOF-Caching and Freshness]] 101 +** [[Optimistic Locking>>EOF-Using EOF-Optimistic Locking]] 102 +** [[Memory Management>>EOF-Using EOF-Memory Management]] 103 +** [[EOF Best Practices>>EOF-Using EOF-EOF Best Practices]] 104 +** [[Configuration Settings>>EOF-Using EOF-Configuration Settings]] 105 +** [[Common Pitfalls and Troubleshooting>>EOF-Using EOF-Common Pitfalls and Troubleshooting]] 107 107 * Advanced 108 108 ** [[EOGenerator>>EOF-Using EOF-EOGenerator]] 109 -** [[Logging>> documentation:EOF-Using EOF-Logging]]110 -** [[EOF Performance Tuning>> documentation:EOF-Using EOF-EOF Performance Tuning]]111 -** [[Primary Keys>> documentation:EOF-Using EOF-Primary Keys]]112 -** [[Compound Primary Keys>> documentation:EOF-Using EOF-Compound Primary Keys]]113 -** [[Concurrency>> documentation:EOF-Using EOF-Concurrency]]114 -** [[Validation>> documentation:EOF-Using EOF-Validation]]115 -** [[Database Adaptors and Plugins>> documentation:EOF-Using EOF-Database Adaptors and Plugins]]116 -** [[Undo and Redo>> documentation:EOF-Using EOF-Undo and Redo]]108 +** [[Logging>>EOF-Using EOF-Logging]] 109 +** [[EOF Performance Tuning>>EOF-Using EOF-EOF Performance Tuning]] 110 +** [[Primary Keys>>EOF-Using EOF-Primary Keys]] 111 +** [[Compound Primary Keys>>EOF-Using EOF-Compound Primary Keys]] 112 +** [[Concurrency>>EOF-Using EOF-Concurrency]] 113 +** [[Validation>>EOF-Using EOF-Validation]] 114 +** [[Database Adaptors and Plugins>>EOF-Using EOF-Database Adaptors and Plugins]] 115 +** [[Undo and Redo>>EOF-Using EOF-Undo and Redo]] 117 117 ** [[EO's and Multiple Editing Contexts>>Programming__WebObjects-EOF-Using EOF-EO's and Multiple Editing Contexts]] 118 -** [[EOSharedEditingContext>> documentation:EOF-Using EOF-EOSharedEditingContext]]119 -** [[Raw Rows>> documentation:EOF-Using EOF-Raw Rows]]120 -** [[Batch Fetching>> documentation:EOF-Using EOF-Batch Fetching]]121 -** [[Fetch Limits>> documentation:EOF-Using EOF-Fetch Limits]]122 -** [[Bulk Operations>> documentation:EOF-Using EOF-Bulk Operations]]123 -** [[Schema Changes>> documentation:EOF-Using EOF-Schema Changes]]124 -** [[Delegates and Notifications>> documentation:EOF-Using EOF-Delegates and Notifications]]125 -** [[Multiple Stacks or Instances>> documentation:EOF-Using EOF-Multiple Stacks or Instances]]126 -** [[Custom Qualifiers>> documentation:EOF-Using EOF-Custom Qualifiers]]127 -** [[Localization and Internationalization>> documentation:EOF-Using EOF-Localization and Internationalization]]128 -** [[Default Values>> documentation:EOF-Using EOF-Default Values]]129 -** [[Custom EOAdaptor>> documentation:EOF-Using EOF-Custom EOAdaptor]]130 -** [[EOF Traces>> documentation:EOF-Using EOF-EOF Traces]]131 -** [[Problems>> documentation:EOF-Using EOF-Problems]]132 -* [[Tips and Tricks>> documentation:EOF-Using EOF-Tips and Tricks]]117 +** [[EOSharedEditingContext>>EOF-Using EOF-EOSharedEditingContext]] 118 +** [[Raw Rows>>EOF-Using EOF-Raw Rows]] 119 +** [[Batch Fetching>>EOF-Using EOF-Batch Fetching]] 120 +** [[Fetch Limits>>EOF-Using EOF-Fetch Limits]] 121 +** [[Bulk Operations>>EOF-Using EOF-Bulk Operations]] 122 +** [[Schema Changes>>EOF-Using EOF-Schema Changes]] 123 +** [[Delegates and Notifications>>EOF-Using EOF-Delegates and Notifications]] 124 +** [[Multiple Stacks or Instances>>EOF-Using EOF-Multiple Stacks or Instances]] 125 +** [[Custom Qualifiers>>EOF-Using EOF-Custom Qualifiers]] 126 +** [[Localization and Internationalization>>EOF-Using EOF-Localization and Internationalization]] 127 +** [[Default Values>>EOF-Using EOF-Default Values]] 128 +** [[Custom EOAdaptor>>EOF-Using EOF-Custom EOAdaptor]] 129 +** [[EOF Traces>>EOF-Using EOF-EOF Traces]] 130 +** [[Problems>>EOF-Using EOF-Problems]] 131 +* [[Tips and Tricks>>EOF-Using EOF-Tips and Tricks]] 133 133 * [[Examples>>Programming__WebObjects-EOF-Using EOF-Examples]] 134 -* [[Help//EOF//is//Doing//Strange//Things//>> documentation:EOF-Using EOF-Breaking EOF]]133 +* [[Help//EOF//is//Doing//Strange//Things//>>EOF-Using EOF-Breaking EOF]] 135 135 136 136 = Web Applications = 137 137 138 138 == Introduction == 139 139 140 -* [[Overview>>Web Applications-Overview]] 139 +* [[Overview>>Programming__WebObjects-Web Applications-Overview]] 141 141 142 142 == Development == 143 143 144 144 * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]] 145 -* [[Beginner's Guide>>Development 144 +* [[Beginner's Guide>>Programming__WebObjects-Web Applications-Development-Beginner's Guide]] 146 146 * Required Reading 147 -** [[Apache>> documentation:Development Tools-Running Through Apache]]148 -** [[WO Adaptor>> documentation:Development-WO Adaptor]]146 +** [[Apache>>Development Tools-Running Through Apache]] 147 +** [[WO Adaptor>>Web Applications-Development-WO Adaptor]] 149 149 ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]] 150 -** [[WO Session>> documentation:Development-WO Session]]149 +** [[WO Session>>Web Applications-Development-WO Session]] 151 151 ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]] 152 -*** [[Binding Synchronization>> documentation:Development-WO Component-Binding Synchronization]]153 -*** [[Code, Templates, and WODs>> documentation:Development-WO Component-Code Template and WODs]]154 -*** [[Built-in Components>>Development-WO Component-Built-in Components]] 155 -** [[Component Actions>> documentation:Development-Component Actions]]156 -** [[Direct Actions>> documentation:Development-Direct Actions]]151 +*** [[Binding Synchronization>>Web Applications-Development-WO Component-Binding Synchronization]] 152 +*** [[Code, Templates, and WODs>>Web Applications-Development-WO Component-Code Template and WODs]] 153 +*** [[Built-in Components>>Programming__WebObjects-Web Applications-Development-WO Component-Built-in Components]] 154 +** [[Component Actions>>Web Applications-Development-Component Actions]] 155 +** [[Direct Actions>>Web Applications-Development-Direct Actions]] 157 157 ** [[Request-Response Loop>>Programming__WebObjects-Web Applications-Development-Request-Response Loop]] 158 158 ** [[Using EOF in a WOA>>Programming__WebObjects-Web Applications-Development-Using EOF in a WOA]] 159 -** [[Authentication and Security>> documentation:Development-Authentication and Security]]160 -** [[General Best Practices>> documentation:Development-General Best Practices]]161 -** [[WOForm Best Practices>> documentation:Development-WOForm Best Practices]]162 -** [[WODisplayGroup>> documentation:Development-WODisplayGroup]]163 -** [[Debugging Techniques>>Development-Debugging Techniques]] 164 -** [[Direct Connect>>Development-Direct Connect]] 165 -** [[Frameworks>> documentation:Development-Frameworks]]166 -** [[Ajax>> documentation:Development-Ajax]]167 -** [[CSS>> documentation:Development-CSS]]168 -** [[Sending Emails>> documentation:Development-Sending Emails]]158 +** [[Authentication and Security>>Web Applications-Development-Authentication and Security]] 159 +** [[General Best Practices>>Web Applications-Development-General Best Practices]] 160 +** [[WOForm Best Practices>>Web Applications-Development-WOForm Best Practices]] 161 +** [[WODisplayGroup>>Web Applications-Development-WODisplayGroup]] 162 +** [[Debugging Techniques>>Programming__WebObjects-Web Applications-Development-Debugging Techniques]] 163 +** [[Direct Connect>>Web Applications-Development-Direct Connect]] 164 +** [[Frameworks>>Web Applications-Development-Frameworks]] 165 +** [[Ajax>>Web Applications-Development-Ajax]] 166 +** [[CSS>>Web Applications-Development-CSS]] 167 +** [[Sending Emails>>Web Applications-Development-Sending Emails]] 169 169 ** [[The Build Products>>Programming__WebObjects-Web Applications-Development-Build Products]] 170 170 ** [[Errors and Explanations>>Programming__WebObjects-Web Applications-Development-Errors and Explanations]] 171 -** [[Common Pitfalls and Troubleshooting>> documentation:Development-Common Pitfalls and Troubleshooting]]170 +** [[Common Pitfalls and Troubleshooting>>Web Applications-Development-Common Pitfalls and Troubleshooting]] 172 172 * Advanced 173 -** [[Application Server URL Creation>> documentation:Development-UrlCreation]]174 -** [[Audit Trails>> documentation:Development-Audit Trails]]175 -** [[Backtracking>> documentation:Development-Backtracking]]172 +** [[Application Server URL Creation>>WebApplictions-Development-UrlCreation]] 173 +** [[Audit Trails>>Web Applications-Development-Audit Trails]] 174 +** [[Backtracking>>Web Applications-Development-Backtracking]] 176 176 ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]] 177 -** [[Image Thumbnailing>> documentation:Development-Thumbnailing]]178 -** [[Database vs Filesystem (aka Images in the Database?)>> documentation:Development-Database vs Filesystem]]176 +** [[Image Thumbnailing>>Web Applications-Development-Thumbnailing]] 177 +** [[Database vs Filesystem (aka Images in the Database?)>>Web Applications-Development-Database vs Filesystem]] 179 179 ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]] 180 -** [[Stateless Components>> documentation:Development-Stateless Components]]179 +** [[Stateless Components>>Web Applications-Development-Stateless Components]] 181 181 ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]] 182 -** [[WOEvents and Logging>> documentation:Development-WOEvents and Logging]]183 -** [[PDF Generation>> documentation:Development-PDF Generation]]184 -** [[Excel Generation>> documentation:Development-Excel Generation]]185 -** [[SSL>> documentation:Development-SSL requests via https protocol]]186 -** [[Localization and Internationalization>> documentation:Development-Localization and Internationalization]]187 -** [[Testing and JUnit>> documentation:Development-Testing and JUnit]]188 -** [[Custom Error Handling>> documentation:Development-Custom Error Handling]]181 +** [[WOEvents and Logging>>Web Applications-Development-WOEvents and Logging]] 182 +** [[PDF Generation>>Web Applications-Development-PDF Generation]] 183 +** [[Excel Generation>>Web Applications-Development-Excel Generation]] 184 +** [[SSL>>Web Applications-Development-SSL requests via https protocol]] 185 +** [[Localization and Internationalization>>Web Applications-Development-Localization and Internationalization]] 186 +** [[Testing and JUnit>>Web Applications-Development-Testing and JUnit]] 187 +** [[Custom Error Handling>>Web Applications-Development-Custom Error Handling]] 189 189 ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]] 190 -** [[Custom Templates>> documentation:Development-Custom Templates]]191 -** [[Calling Commandline Applications>> documentation:Calling Commandline Applications]]189 +** [[Custom Templates>>Web Applications-Development-Custom Templates]] 190 +** [[Calling Commandline Applications>>Web Applications-Development-Calling Commandline Applications]] 192 192 ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]] 193 -** [[Profiling WO Apps>> documentation:Development-Profiling WO Apps]]194 -** [[J2EE Integration>> documentation:Development-J2EE Integration]]195 -** [[Third Party Jars>> documentation:Development-Third Party Jars]]196 -** [[Generating Static Pages>> documentation:Development-Generating Static Pages]]192 +** [[Profiling WO Apps>>Web Applications-Development-Profiling WO Apps]] 193 +** [[J2EE Integration>>Web Applications-Development-J2EE Integration]] 194 +** [[Third Party Jars>>Web Applications-Development-Third Party Jars]] 195 +** [[Generating Static Pages>>Web Applications-Development-Generating Static Pages]] 197 197 ** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]] 198 -** [[Custom Resource Manager>> documentation:Development-Custom Resource Manager]]199 -** [[Persistent Sessions>> documentation:Development-Persistent Sessions]]200 -** [[How Forms Work>> documentation:Development-How Forms Work]]201 -* [[Development on Windows>> documentation:Development-Development on Windows]]202 -* [[Tips and Tricks>> documentation:Development-Tips and Tricks]]197 +** [[Custom Resource Manager>>Web Applications-Development-Custom Resource Manager]] 198 +** [[Persistent Sessions>>Web Applications-Development-Persistent Sessions]] 199 +** [[How Forms Work>>Web Applications-Development-How Forms Work]] 200 +* [[Development on Windows>>Web Applications-Development-Development on Windows]] 201 +* [[Tips and Tricks>>Web Applications-Development-Tips and Tricks]] 203 203 * Examples 204 -** [[Hands On Hello World>>Hello World - Your First WebObjects Application]] 205 -** [[Page Layout>> documentation:Development-Examples-Page Layout]]206 -** [[List Components>> documentation:Development-Examples-List Components]]207 -** [[Calendar Component>> documentation:Development-Examples-Calendar Component]]208 -** [[Path Inspector>> documentation:Development-Examples-Path Inspector]]209 -** [[Alphabetic List>> documentation:Development-Examples-Alphabetic List]]210 -** [[Login>> documentation:Development-Examples-Login]]211 -** [[Anchors>> documentation:Development-Examples-Anchors]]212 -** [[Open Link in New Window>> documentation:Development-Examples-Open Link in New Window]]213 -** [[Return a File>> documentation:Development-Examples-Return a File]]203 +** [[Hands On Hello World>>Hands On___Hello World - Your First WebObjects Application]] 204 +** [[Page Layout>>Web Applications-Development-Examples-Page Layout]] 205 +** [[List Components>>Web Applications-Development-Examples-List Components]] 206 +** [[Calendar Component>>Web Applications-Development-Examples-Calendar Component]] 207 +** [[Path Inspector>>Web Applications-Development-Examples-Path Inspector]] 208 +** [[Alphabetic List>>Web Applications-Development-Examples-Alphabetic List]] 209 +** [[Login>>Web Applications-Development-Examples-Login]] 210 +** [[Anchors>>Web Applications-Development-Examples-Anchors]] 211 +** [[Open Link in New Window>>Web Applications-Development-Examples-Open Link in New Window]] 212 +** [[Return a File>>Web Applications-Development-Examples-Return a File]] 214 214 215 215 == Deployment == 216 216 217 -* [[Overview>>Overview]] 216 +* [[Overview>>Web Applications-Deployment-Overview]] 218 218 * Required Reading 219 -** [[Apache>> documentation:ConfiguringApachefor WebObjects]]220 -** [[Memory Settings>>Deployment-Memory Settings]] 221 -** [[Standard Deployment>>Deployment-Standard Deployment]] 222 -** [[wotaskd>>wotaskd]] 223 -** [[Java Monitor>>JavaMonitor]] 224 -** [[Logging>> documentation:LogRotation]]225 -** [[Split Install>> documentation:SplitDeployments]]226 -** [[Common Pitfalls and Troubleshooting>> documentation:TroubleshootingDeployment]]218 +** [[Apache>>Web Applications-Deployment-Apache]] 219 +** [[Memory Settings>>Web Applications-Deployment-Memory Settings]] 220 +** [[Standard Deployment>>Web Applications-Deployment-Standard Deployment]] 221 +** [[wotaskd>>Web Applications-Deployment-wotaskd]] 222 +** [[Java Monitor>>Web Applications-Deployment-Java Monitor]] 223 +** [[Logging>>Web Applications-Deployment-Logging]] 224 +** [[Split Install>>Programming__WebObjects-Web Applications-Deployment-Split Install]] 225 +** [[Common Pitfalls and Troubleshooting>>Web Applications-Deployment-Common Pitfalls and Troubleshooting]] 227 227 228 228 * Advanced 229 -** [[WOStats>> documentation:TroubleshootingWOStats]]230 -** [[Additional Monitoring>> documentation:Monitoringyour deployed Applications]]231 -** [[ documentation:Troubleshooting wotaskd and JavaMonitoron OS X]]232 -** [[Scheduled Restart>> documentation:TroubleshootingScheduled Restarts]]228 +** [[WOStats>>Web Applications-Deployment-WOStats]] 229 +** [[Additional Monitoring>>Web Applications-Deployment-Additional Monitoring]] 230 +** [[Debugging wotaskd and JavaMonitor]] 231 +** [[Scheduled Restart>>Web Applications-Deployment-Scheduled Restart]] 233 233 ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]] 234 -** [[Tomcat Deployment>>documentation:Deploying with Tomcat]] 233 +** [[J2EE and Servlet Deployment>>Web Applications-Deployment-J2EE and Servlet Deployment]] 234 +** [[Tomcat Deployment>>Web Applications-Deployment-Tomcat Deployment]] 235 235 ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]] 236 -** [[Killing WOA Processes>>documentation:Killing WOA Processes]] 237 -** [[Debugging Frozen Deployed Instances>>documentation:Troubleshooting Frozen Deployed Instances]] 238 -** [[WOAdaptorInfo>>documentation:WOAdaptorInfo]] 236 +** [[Killing WOA Processes>>Web Applications-Deployment-Killing WOA Processes]] 237 +** [[Debugging Frozen Deployed Instances>>Web Applications-Deployment-Debugging Frozen Deployed Instances]] 239 239 240 240 * Platform Specifics 241 -** [[Mac OS X Server>>documentation:Deploying on Mac OS X Server]] 242 -** [[Linux>>Web Applications-Deployment-Linux]] 243 -** [[Solaris WO5.3.3>>documentation:Deploying on Solaris (WO 5.3.3)]] 244 -** [[FreeBSD WO5.2>>Deploying on FreeBSD (WO 5.2)]] 245 -** [[FreeBSD WO5.3>>Deploying on FreeBSD (WO 5.3)]] 246 -** [[FreeBSD 6.2 WO 5.3.3>>Deploying on FreeBSD 6.2 (WO5.3.3)]] 247 -** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deploying on FreeBSD 6.x (WO 5.3.3 port)]] 248 -** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Deploying on Windows (WO 5.1)]] 249 -** [[Current Windows (WO 5.4 on Win2003)>>documentation:Deploying on Windows]] 250 -** [[Amazon EC2>>documentation:Deploying on Amazon EC2]] 240 +** [[Mac OS X Server>>Programming__WebObjects-Web Applications-Deployment-Mac OS X Server]] 241 +** [[Linux>>Programming__WebObjects-Web Applications-Deployment-Linux]] 242 +** [[Solaris WO5.3.3>>Programming__WebObjects-Web Applications-Deployment-Solaris WO5.3.3]] 243 +** [[FreeBSD WO5.2>>Web Applications-Deployment-FreeBSD WO5.2]] 244 +** [[FreeBSD WO5.3>>Web Applications-Deployment-FreeBSD WO5.3]] 245 +** [[FreeBSD 6.2 WO 5.3.3>>Web Applications-Deployment-FreeBSD 6.2 WO5.3.3]] 246 +** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Web Applications-Deployment-FreeBSD 6.x WO 5.3.3 port]] 247 +** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Web Applications-Deployment-Windows]] 248 +** [[Current Windows (WO 5.4 on Win2003)>>Windows Deployment WO 5.4]] 251 251 252 252 * Helpful Tools & Shellscripts 253 -** [[Capistrano (Overview)>> documentation:AutomatingApplicationwithCapistrano (Overview)]]251 +** [[Capistrano (Overview)>>Web Applications-Deployment-Capistrano (Overview)]] 254 254 255 255 = Web Services = 256 256 257 257 * [[Overview>>Programming__WebObjects-Web Services-Overview]] 258 258 * Required Reading 259 -** [[WO as a Web Service Provider>> documentation:Web Services-Web Service Provider]]260 -** [[WO as a Web Service Consumer>> documentation:Web Services-Web Service Consumer]]257 +** [[WO as a Web Service Provider>>Web Services-Web Service Provider]] 258 +** [[WO as a Web Service Consumer>>Web Services-Web Service Consumer]] 261 261 ** [[Interoperability>>Programming__WebObjects-Web Services-Interoperability]] 262 -** [[Common Pitfalls and Troubleshooting>> documentation:Web Services-Common Pitfalls and Troubleshooting]]260 +** [[Common Pitfalls and Troubleshooting>>Web Services-Common Pitfalls and Troubleshooting]] 263 263 * General Info 264 -** [[Instructions for .NET consuming Direct to WebServices>> documentation:Web Services-Instructions for .NET consuming Direct to WebServices]]265 -** [[Testing Services with Terminal>> documentation:Web Services-Testing Services with Terminal]]262 +** [[Instructions for .NET consuming Direct to WebServices>>Web Services-Instructions for .NET consuming Direct to WebServices]] 263 +** [[Testing Services with Terminal>>Web Services-Testing Services with Terminal]] 266 266 * Advanced 267 -** [[Sending Large Data>> documentation:Web Services-Sending Large Data]]268 -** [[How to Trust Any SSL Certificate>> documentation:Web Services-How to Trust Any SSL Certificate]]269 -** [[Problems>> documentation:Web Services-Problems]]270 -** [[Controlling Enterprise Object Serialisation>> documentation:Web Services-Controlling Enterprise Object Serialisation]]271 -** [[Controlling WSDL Service Location>> documentation:Web Services-Controlling WSDL Service Location]]272 -** [[Integration with WebServicesCore on MacOS-X>> documentation:Web Services-Integration with WebServicesCore on MacOS-X]]273 -** [[Working With Temporary GlobalIDs>> documentation:Web Services-Working With Temporary GlobalIDs]]265 +** [[Sending Large Data>>Web Services-Sending Large Data]] 266 +** [[How to Trust Any SSL Certificate>>Web Services-How to Trust Any SSL Certificate]] 267 +** [[Problems>>Web Services-Problems]] 268 +** [[Controlling Enterprise Object Serialisation>>Web Services-Controlling Enterprise Object Serialisation]] 269 +** [[Controlling WSDL Service Location>>Web Services-Controlling WSDL Service Location]] 270 +** [[Integration with WebServicesCore on MacOS-X>>Web Services-Integration with WebServicesCore on MacOS-X]] 271 +** [[Working With Temporary GlobalIDs>>Web Services-Working With Temporary GlobalIDs]] 274 274 275 275 * [[Examples>>Programming__WebObjects-Web Services-Examples]] 276 276 277 277 = Direct To Web (D2W) = 278 278 279 -{{include value="Direct To Web (D2W and ERD2W)"}}{{/include}} 277 +* Direct to Web 278 +** [[Overview - What is Direct to Web?>>What is Direct to Web]] 279 +** [[D2W Rule System>>The D2W Rule System]] 280 +** [[Direct to Web>>Direct-To-Web]] Getting started (older docs than the overview and rule system docs) 281 +** See David Leber's presentation [[available as part of the WOWODC West 2009 conference materials>>http://www.wocommunity.org/wowodc09/]] 282 +* Advanced 283 +** [[ERD2W - part of the WONDER frameworks>>Programming__WebObjects-Direct-To-ERD2W]] 284 +** See Anjo Krank's presentation [[available as part of the WOWODC 2008 conference materials>>http://www.wocommunity.org/wowodc08/]] 285 +** [[Using ERD2WWizardCreationPage]] 286 +* Examples 287 +** [[Project Wonder Bugtracker Application completely built with D2W>>WONDER:Getting Started with BugTracker]] 288 +** [[David Leber's ERExcelLook screencast>>http://davidleber.net/?p=369]] 289 +** [[ERDivaLook framework and example application (included in Wonder)>>ERDivaLook]] 290 +* Additional Documents and Tutorials 291 +** [[Changing the Rules with Direct to Web]] 280 280 281 281 = Java Client, Direct to Java Client (D2JC) = 282 282 283 -* [[Overview>> documentation:Java Client-Overview]]295 +* [[Overview>>Java Client-Overview]] 284 284 * Direct to Java Client 285 -** [[Getting Started with Direct to Java Client (D2JC) >>documentation:Getting Started with Direct to Java Client (D2JC)]]286 -* [[Required Reading>> documentation:Java Client-Required Reading]]297 +** [[Getting Started with Direct to Java Client (D2JC)]] 298 +* [[Required Reading>>Java Client-Required Reading]] 287 287 * Building 288 -** [[Client-Side Classes JAR>> documentation:Java Client-WebStart Distribution Building]]289 -** [[WebStart WOLips Incremental Builder>> documentation:Java Client-WebStart Incremental Build]]290 -** [[Additional Java Client files and settings>> documentation:Java Client-Additional Files and Settings]]291 -* [[Trouble-Shooting>> documentation:Java Client-Trouble Shooting]]292 -* [[Complimentary Frameworks>> documentation:Java Client-Complimentary Frameworks]]300 +** [[Client-Side Classes JAR>>Java Client-WebStart Distribution Building]] 301 +** [[WebStart WOLips Incremental Builder>>Java Client-WebStart Incremental Build]] 302 +** [[Additional Java Client files and settings>>Java Client-Additional Files and Settings]] 303 +* [[Trouble-Shooting>>Java Client-Trouble Shooting]] 304 +* [[Complimentary Frameworks>>Java Client-Complimentary Frameworks]] 293 293 * [[Advanced>>Programming__WebObjects-Java Client-Advanced]] 294 294 * [[Interface Builder>>Programming__WebObjects-Java Client-Interface Builder]] 295 295 * [[svn>>Programming__WebObjects-Java Client-svn]] ... ... @@ -299,14 +299,14 @@ 299 299 300 300 == Project WONDER == 301 301 302 -* [[Overview>> documentation:Project WONDER-Overview]]314 +* [[Overview>>Project WONDER-Overview]] 303 303 * Required Reading 304 -** [[Installing>> documentation:Gettingthe Wonder Source Code]]305 -** [[Quickstart>> documentation:Project WONDER-Quickstart]]306 -** [[History>> documentation:Project WONDER-History]]307 -** [[Properties File Settings>> documentation:Project Wonder Properties Files]]316 +** [[Installing>>Project WONDER-Installing]] 317 +** [[Quickstart>>Project WONDER-Quickstart]] 318 +** [[History>>Project WONDER-History]] 319 +** [[Properties File Settings>>Project Wonder Properties Files]] 308 308 ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]] 309 -*** [[Ajax>> documentation:AjaxFramework]]321 +*** [[Ajax>>Project WONDER-Frameworks-Ajax]] 310 310 *** [[AjaxLook>>Project WONDER-Frameworks-AjaxLook]] 311 311 *** [[BTBusinessLogic>>Project WONDER-Frameworks-BTBusinessLogic]] 312 312 *** [[DRGrouping>>Project WONDER-Frameworks-DRGrouping]] ... ... @@ -313,37 +313,35 @@ 313 313 *** [[DerbyPlugIn>>Project WONDER-Frameworks-DerbyPlugIn]] 314 314 *** [[ERAttachment>>Project WONDER-Frameworks-ERAttachment]] 315 315 *** [[ERCaching>>Project WONDER-Frameworks-ERCaching]] 316 -*** [[ERCalendar>> documentation:ERCalendarFramework]]328 +*** [[ERCalendar>>Project WONDER-Frameworks-ERCalendar]] 317 317 *** [[ERCaptcha>>Project WONDER-Frameworks-ERCaptcha]] 318 -*** [[ERChangeNotificationJMS>> documentation:ERChangeNotificationJMSFramework]]330 +*** [[ERChangeNotificationJMS>>Project WONDER-Frameworks-ERChangeNotificationJMS]] 319 319 *** [[ERChronic>>Project WONDER-Frameworks-ERChronic]] 320 320 *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]] 321 321 *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]] 322 -*** [[ERDivaLook>>documentation:ERDivaLook]] 323 -*** [[ERDivaliteLook>>documentation:ERDivaliteLook]] 334 +*** [[ERDivaLook>>ERDivaLook]] 324 324 *** [[ERExcelLook>>Project WONDER-Frameworks-ERExcelLook]] 325 -*** [[ERExtensions>> documentation:ERExtensionsFramework]]326 -*** [[ERIMAdaptor>> documentation:ERIMAdaptorFramework]]336 +*** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]] 337 +*** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]] 327 327 *** [[ERIUI>>Project WONDER-Frameworks-ERIUI]] 328 328 *** [[ERIndexing>>Project WONDER-Frameworks-ERIndexing]] 329 329 *** [[ERJGroupsSynchronizer>>Project WONDER-Frameworks-ERJGroupsSynchronizer]] 330 -*** [[ERJQuery>>documentation:ERJQuery]] 331 331 *** [[ERJars>>Project WONDER-Frameworks-ERJars]] 332 -*** [[ERJavaMail>> documentation:ERJavaMailFramework]]333 -*** [[ERXNavigation>> documentation:Project WONDER-Frameworks-ERXNavigation]]342 +*** [[ERJavaMail>>Project WONDER-Frameworks-ERJavaMail]] 343 +*** [[ERXNavigation>>Project WONDER-Frameworks-ERXNavigation]] 334 334 *** [[ERMoviesLogic>>Project WONDER-Frameworks-ERMoviesLogic]] 335 335 *** [[ERNeutralLook>>Project WONDER-Frameworks-ERNeutralLook]] 336 -*** [[EROpenID>> documentation:EROpenID346 +*** [[EROpenID>>Project WONDER-Frameworks-EROpenID]] 337 337 *** [[EROraclePlugIn>>Project WONDER-Frameworks-EROraclePlugIn]] 338 338 *** [[ERPDFGeneration>>Project WONDER-Frameworks-ERPDFGeneration]] 339 -*** [[ERPlot>> documentation:ERPlotFramework]]340 -*** [[ERPrototaculous>> documentation:ERPrototaculous]]349 +*** [[ERPlot>>Project WONDER-Frameworks-ERPlot]] 350 +*** [[ERPrototaculous>>ERPrototaculous]] 341 341 *** [[ERPrototypes>>Programming__WebObjects-Project WONDER-Frameworks-ERPrototypes]] 342 342 *** [[ERRest>>Project WONDER-Frameworks-ERRest]] 343 -*** [[ERSelenium>> documentation:ERSeleniumFramework]]353 +*** [[ERSelenium>>Project WONDER-Frameworks-ERSelenium]] 344 344 *** [[ERTaggable>>Project WONDER-Frameworks-ERTaggable]] 345 345 *** [[ERWorkerChannel>>Project WONDER-Frameworks-ERWorkerChannel]] 346 -*** [[ExcelGenerator>> documentation:Project WONDER-Frameworks-ExcelGeneration]]356 +*** [[ExcelGenerator>>Project WONDER-Frameworks-ExcelGeneration]] 347 347 *** [[FrontBasePlugIn>>Project WONDER-Frameworks-FrontBasePlugIn]] 348 348 *** [[GoogleChart>>Project WONDER-Frameworks-GoogleChart]] 349 349 *** [[JavaFSAdaptor>>Project WONDER-Frameworks-JavaFSAdaptor]] ... ... @@ -351,13 +351,13 @@ 351 351 *** [[JavaMonitorFramework>>Project WONDER-Frameworks-JavaMonitorFramework]] 352 352 *** [[JavaRESTAdaptor>>Project WONDER-Frameworks-JavaRESTAdaptor]] 353 353 *** [[JavaWOExtensions>>Programming__WebObjects-Project WONDER-Frameworks-JavaWOExtensions]] 354 -*** [[PostgresqlPlugin>> documentation:PostgresqlPluginFramework]]364 +*** [[PostgresqlPlugin>>Project WONDER-Frameworks-PostgresqlPlugin]] 355 355 *** [[SproutCore>>Project WONDER-Frameworks-SproutCore]] 356 -*** [[Validity>> documentation:ValidityFramework]]366 +*** [[Validity>>Project WONDER-Frameworks-Validity]] 357 357 *** [[WOJavaRebel>>Project WONDER-Frameworks-WOJavaRebel]] 358 358 *** [[WOLips>>Project WONDER-Frameworks-WOLips]] 359 -*** [[WOOgnl>> documentation:WOOgnlFramework]]360 -*** [[WOPaypal>> documentation:WOPaypalFramework]]369 +*** [[WOOgnl>>Project WONDER-Frameworks-WOOgnl]] 370 +*** [[WOPaypal>>Project WONDER-Frameworks-WOPaypal]] 361 361 *** [[WRReporting>>Project WONDER-Frameworks-WRReporting]] 362 362 *** [[YUI>>Project WONDER-Frameworks-YUI]] 363 363 ** [[Adaptors>>Programming__WebObjects-Project WONDER-Adaptors]] ... ... @@ -368,15 +368,15 @@ 368 368 369 369 == WireHose == 370 370 371 -* [[Overview>> documentation:Wirehose]]381 +* [[Overview>>Wirehose-Overview]] 372 372 * Basic Concepts 373 -** [[Content Management>> documentation:Wirehose-Content Management]]374 -** [[Personalization>> documentation:Wirehose-Personalization]]375 -** [[Access Control>> documentation:Wirehose-Access Control]]376 -** [[Dynamic Layouts>> documentation:Wirehose-Dynamic Layouts]]377 -** [[Rapid Development>> documentation:Wirehose-Rapid Revelopment]]383 +** [[Content Management>>Programming__WebObjects-Wirehose-Content Management]] 384 +** [[Personalization>>Wirehose-Personalization]] 385 +** [[Access Control>>Wirehose-Access Control]] 386 +** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]] 387 +** [[Rapid Development>>Wirehose-Rapid Revelopment]] 378 378 * Reference 379 -** [[Installation>> documentation:Wirehose-Installation]]389 +** [[Installation>>Wirehose-Installation]] 380 380 ** Online Reference Library 381 381 *** [[Developer Overview>>http://www.wirehose.com/developer/DeveloperOverview.html]] 382 382 *** [[Java API Reference>>http://www.wirehose.com/developer/javadoc/]] ... ... @@ -392,25 +392,25 @@ 392 392 393 393 == LEWOStuff == 394 394 395 -* [[Overview>> documentation:LEWOStuff-Overview]]405 +* [[Overview>>LEWOStuff-Overview]] 396 396 397 397 == GVC Frameworks and GVC.SiteMaker == 398 398 399 -* [[Overview>> documentation:GVC Frameworks-Overview]]409 +* [[Overview>>GVC Frameworks-Overview]] 400 400 401 401 == Houdah WebObjects Frameworks == 402 402 403 -* [[Overview>> documentation:Houdah WebObjects Frameworks]]404 -* [[HoudahFoundation>> documentation:HoudahFoundation]]: Extensions and additions to the Foundation framework405 -* [[HoudahEOControl>> documentation:HoudahEOControl]]: Extensions and additions to the EOControl framework406 -* [[HoudahEOAccess>> documentation:HoudahEOAccess]]: Extensions and additions to the EOAccess framework407 -* [[HoudahRuleEngine>> documentation:HoudahRuleEngine]]: Rule engine used by several of the below frameworks408 -* [[HoudahEOValidation>> documentation:HoudahEOValidation]]: Rule based validation409 -* [[HoudahMessages>> documentation:HoudahMessages]]: Rule based localizable error messages410 -* [[HoudahAuditTrail>> documentation:HoudahAuditTrail]]: Tracks user and timestamp of last change411 -* [[HoudahViewComponents>> documentation:HoudahViewComponents]]: High level, large grain view components using stateless cells412 -* [[HoudahControlComponents>> documentation:HoudahControlComponents]]: Control layer for EOF based CRUD applications413 -* [[HoudahAgileComponents>> documentation:HoudahAgileComponents]]: Rule based control layer for CRUD application (D2W replacement)413 +* [[Overview>>Houdah WebObjects Frameworks-Overview]] 414 +* [[HoudahFoundation>>HoudahFoundation]]: Extensions and additions to the Foundation framework 415 +* [[HoudahEOControl>>HoudahEOControl]]: Extensions and additions to the EOControl framework 416 +* [[HoudahEOAccess>>HoudahEOAccess]]: Extensions and additions to the EOAccess framework 417 +* [[HoudahRuleEngine>>HoudahRuleEngine]]: Rule engine used by several of the below frameworks 418 +* [[HoudahEOValidation>>HoudahEOValidation]]: Rule based validation 419 +* [[HoudahMessages>>HoudahMessages]]: Rule based localizable error messages 420 +* [[HoudahAuditTrail>>HoudahAuditTrail]]: Tracks user and timestamp of last change 421 +* [[HoudahViewComponents>>HoudahViewComponents]]: High level, large grain view components using stateless cells 422 +* [[HoudahControlComponents>>HoudahControlComponents]]: Control layer for EOF based CRUD applications 423 +* [[HoudahAgileComponents>>HoudahAgileComponents]]: Rule based control layer for CRUD application (D2W replacement) 414 414 415 415 == WOGWT (Google Web Toolkit Integration) == 416 416 ... ... @@ -428,15 +428,14 @@ 428 428 = Development Tools = 429 429 430 430 * [[Overview>>Programming__WebObjects-Development Tools-Overview]] 431 -* [[Eclipse and WOlips>> WOL:Development Tools-Eclipse and WOlips]]441 +* [[Eclipse and WOlips>>Development Tools-Eclipse and WOlips]] 432 432 * [[Browser as a Development Tool]] 433 433 * [[Xcode>>Development Tools-Xcode]] 434 -* [[EOModeler>> documentation:EOF-Modeling-EOModeler]]444 +* [[EOModeler>>EOF-Modeling-EOModeler]] 435 435 * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]] 436 -* [[Running Though Apache>>documentation:Development Tools-Running Through Apache]] 437 -* [[WebObjects and Subversion>>Development-WebObjects and Subversion]] 438 -* [[Hudson>>documentation:Installing and Configuring Jenkins]] 439 -* [[JRebel>>documentation:Using JRebel (previously called JavaRebel) with WOLips]] 446 +* [[Running Though Apache>>Development Tools-Running Through Apache]] 447 +* [[WebObjects and Subversion>>Web Applications-Development-WebObjects and Subversion]] 448 +* [[Hudson>>Installing and Using the Hudson build server]] 440 440 441 441 = Case Studies = 442 442 ... ... @@ -456,13 +456,13 @@ 456 456 * [[Open Laszlo]] 457 457 * [[Mozilla XUL]] 458 458 * [[Cocoa]] 459 -* [[Eclipse Rich Client Platform (RCP)>>WO:Eclipse Rich Client Platform (RCP)]] 460 460 461 461 = Testing = 462 462 463 -* [[JUnit and TestNG>>documentation:Testing-JUnit and TestNG]] 464 -* [[Load Testing WO Apps with JMeter>>documentation:Testing-Load Testing WO Apps with JMeter]] 465 -* [[WOUnitTest>>documentation:Testing-WOUnitTest]] 471 +* [[ProgrammingWebObjects-Testing-Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]] 472 +* [[Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]] 473 +* [[WOUnitTest>>Testing-WOUnitTest]] 474 +* [[JUnit>>Testing-JUnit]] 466 466 467 467 = Database Compatibility / Comparisons = 468 468 ... ... @@ -473,7 +473,7 @@ 473 473 * [[Oracle>>Database Compatibility and Comparisons-Oracle]] 474 474 * [[Sybase>>Database Compatibility and Comparisons-Sybase]] 475 475 * [[SQLServer>>Programming__WebObjects-Database Compatibility and Comparisons-SQLServer]] 476 -* [[Data Migration>> documentation:Database Compatibility and Comparisons-DataMigration]]485 +* [[Data Migration>>Database Compatibility and Comparisons-DataMigration]] 477 477 * [[Informix>>Database Compatibility and Comparisons-Informix]] 478 478 479 479 = Alternative Technologies Pros / Cons = ... ... @@ -484,7 +484,7 @@ 484 484 * [[EJB>>Programming__WebObjects-Alternative Technologies-EJB]] 485 485 * [[Hibernate>>Programming__WebObjects-Alternative Technologies-Hibernate]] 486 486 * [[Core Data>>Programming__WebObjects-Alternative Technologies-Core Data]] 487 -* [[Cayenne>>Alternative Technologies-Cayenne]] 496 +* [[Cayenne>>Programming__WebObjects-Alternative Technologies-Cayenne]] 488 488 * [[Tapestry>>Programming__WebObjects-Alternative Technologies-Tapestry]] 489 489 * [[Ruby on Rails>>Alternative Technologies-Ruby on Rails]] 490 490 * [[Struts>>Programming__WebObjects-Alternative Technologies-Struts]] ... ... @@ -493,12 +493,12 @@ 493 493 494 494 = Additional Resources = 495 495 496 -* [[Websites>> documentation:Additional Resources-Websites]]497 -* [[Mailing Lists>> documentation:Mailing Lists]]505 +* [[Websites>>Additional Resources-Websites]] 506 +* [[Mailing Lists>>Mailing Lists]] 498 498 * [[Tutorials>>Tutorials]] 499 -* [[Books>> documentation:Additional Resources-Books]]508 +* [[Books>>Additional Resources-Books]] 500 500 * [[Periodicals>>Programming__WebObjects-Additional Resources-Periodicals]] 501 501 * [[Authors>>Additional Resources-Authors]] 502 -* [[Training>> documentation:Additional Resources-WebObjects Training]]511 +* [[Training>>Additional Resources-WebObjects Training]] 503 503 * [[User groups]] 504 504 * [[Known Bugs]]