Changes for page Home

Last modified by Markus Ruggiero on 2023/11/13 11:58

From version 1358.1
edited by Ray Kiddy
on 2009/08/24 10:17
Change comment: add existing frameworks (found in ~/Roots) to Project Wonder list
To version 1362.1
edited by Pascal Robert
on 2012/07/19 21:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kiddyr
1 +XWiki.probert
Content
... ... @@ -1,307 +1,295 @@
1 -{{info title="How to Contribute to this Wiki"}}
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].
2 2  
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).
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}}
4 4  
5 -{{/info}}
7 +{{tip}}
8 +This site replaces the [wikibook|http://en.wikibooks.org/wiki/Programming:WebObjects], which has been deprecated.
9 +{{/tip}}
6 6  
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"]]
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.
9 9  
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 -
12 12  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.
13 13  
14 14  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.
15 15  
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]].
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 [[MobileMe>>http://www.me.com]] group of services including Web-Mail and Calendaring and their [[website>>http://www.apple.com]].
17 17  
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.
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 [[WebObjects Deployment>>http://lists.apple.com/mailman/listinfo/webobjects-deploy]] email lists.
19 19  
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.
21 +{{tip title="Download WebObjects Here!"}}
21 21  
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 +
22 22  |= Contents
23 -| {{section}}
24 -{toc:style=disc|indent=20px}
25 -{{/section}}
28 +| {{section}}{toc:style=disc|indent=20px}{{/section}}
26 26  
27 27  = Introduction =
28 28  
29 -* [[What is WebObjects?>>Overview-What is WebObjects]]
32 +* [[What is WebObjects?>>documentation:Overview-What is WebObjects]]
30 30  * [[History>>Overview-History]]
31 -* [[Foundation>>Programming__WebObjects-Overview-Foundation]]
34 +* [[Foundation>>documentation:Overview-Foundation]]
32 32  * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
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]]
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]]
36 36  * [[WebObjects for Database Developers]]
37 -* [[Naming Conventions]]
40 +* [[documentation:Naming Conventions]]
38 38  
39 39  = License =
40 40  
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:
44 +As of WebObjects 5.3, the deployment of WebObjects-based server applications is now permitted on any platform. The Xcode 3.1 license (The last that included any reference to WebObjects) stated this:
42 42  
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.
46 +D. WebObjects Software. Subject to the terms and conditions of this License, you may incorporate the WebObjects Software included in the Developer Software into application programs (both client and server) that you develop on an Apple-branded computer. You may also reproduce and distribute the WebObjects Software unmodied, in binary form only, on any platform but solely as incorporated into such application programs and only for use by end-users under terms that are at least as restrictive of those set forth in this License (including, without limitation, Sections 2, 6 and 7 of this License).For avoidance of doubt, you may not distribute the WebObjects Software on a stand-alone basis, and you may not develop application programs using the WebObjects Software (or any portion thereof) on any non-Apple branded computer.
44 44  
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 -
47 47  = Foundation =
48 48  
49 -* [[Foundation>>Programming__WebObjects-Overview-Foundation]]
50 -* [[Key-Value Coding>>Overview-Key Value Coding]]
50 +* [[Foundation>>documentation:Overview-Foundation]]
51 +* [[Key-Value Coding>>documentation:Overview-Key Value Coding]]
51 51  
52 52  = Enterprise Object Framework (EOF) =
53 53  
54 54  == Introduction ==
55 55  
56 -* [[Overview>>EOF-Overview]]
57 +* [[Overview>>documentation:EOF-Overview]]
57 57  
58 58  == Modeling ==
59 59  
60 -* [[Overview>>Programming__WebObjects-EOF-Modeling-Overview]]
61 +* [[Overview>>documentation:EOF-Modeling-Overview]]
61 61  * Required Reading
62 -** [[Entities>>EOF-Modeling-Entities]]
63 -** [[GlobalIDs>>EOF-Modeling-GlobalIDs]]
64 -** [[Attributes>>EOF-Modeling-Attributes]]
63 +** [[Entities>>documentation:EOF-Modeling-Entities]]
64 +** [[GlobalIDs>>documentation:EOF-Modeling-GlobalIDs]]
65 +** [[Attributes>>documentation:EOF-Modeling-Attributes]]
65 65  ** [[Relationships>>Programming__WebObjects-EOF-Modeling-Relationships]]
66 -** [[Entity Inheritance>>EOF-Modeling-Inheritance]]
67 -** [[Fetch Specifications>>Programming__WebObjects-EOF-Modeling-Fetch Specifications]]
67 +** [[Entity Inheritance>>documentation:EOF-Modeling-Inheritance]]
68 +** [[Fetch Specifications>>documentation:EOF-Modeling-Fetch Specifications]]
68 68  ** [[SQL Generation>>Programming__WebObjects-EOF-Modeling-SQL Generation]]
69 69  ** [[Code Generation>>Programming__WebObjects-EOF-Modeling-Code Generation]]
70 70  ** [[Reverse Engineering>>Programming__WebObjects-EOF-Modeling-Reverse Engineering]]
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]]
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]]
75 75  * Advanced
76 -** [[JDBC>>Programming__WebObjects-EOF-Modeling-JDBC]]
77 +** [[JDBC>>documentation:EOF-Modeling-JDBC]]
77 77  ** [[JNDI>>Programming__WebObjects-EOF-Modeling-JNDI]]
78 78  ** [[Stored Procedures>>Programming__WebObjects-EOF-Modeling-Stored Procedures]]
79 -** [[Prototypes>>EOF-Modeling-Prototypes]]
80 +** [[Prototypes>>documentation:EOF-Modeling-Prototypes]]
80 80  ** [[Multiple Models>>Programming__WebObjects-EOF-Modeling-Multiple Models]]
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]]
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]]
84 84  
85 85  == Using EOF ==
86 86  
87 -* [[Overview>>EOF-Using EOF-Overview]]
88 +* [[Overview>>documentation:EOF-Using EOF-Overview]]
88 88  * Required Reading
89 -** [[The EOF Commandments>>EOF-Using EOF-The EOF Commandments]]
90 +** [[The EOF Commandments>>documentation:EOF-Using EOF-The EOF Commandments]]
90 90  ** [[EO Enterprise Object>>Programming__WebObjects-EOF-Using EOF-EO Enterprise Object]]
91 -** [[EO Editing Context>>EOF-Using EOF-EO Editing Context]]
92 +** [[EO Editing Context>>documentation:EOF-Using EOF-EO Editing Context]]
92 92  ** [[EO Object Store>>Programming__WebObjects-EOF-Using EOF-EO Object Store]]
93 93  ** [[EO Database>>Programming__WebObjects-EOF-Using EOF-EO Database]]
94 94  ** [[EO Adaptor>>Programming__WebObjects-EOF-Using EOF-EO Adapter]]
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]]
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]]
98 98  ** [[Updating>>Programming__WebObjects-EOF-Using EOF-Updating]]
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]]
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]]
106 106  * Advanced
107 107  ** [[EOGenerator>>EOF-Using EOF-EOGenerator]]
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]]
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]]
116 116  ** [[EO's and Multiple Editing Contexts>>Programming__WebObjects-EOF-Using EOF-EO's and Multiple Editing Contexts]]
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]]
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]]
132 132  * [[Examples>>Programming__WebObjects-EOF-Using EOF-Examples]]
133 -* [[Help//EOF//is//Doing//Strange//Things//>>EOF-Using EOF-Breaking EOF]]
134 +* [[Help//EOF//is//Doing//Strange//Things//>>documentation:EOF-Using EOF-Breaking EOF]]
134 134  
135 135  = Web Applications =
136 136  
137 137  == Introduction ==
138 138  
139 -* [[Overview>>Programming__WebObjects-Web Applications-Overview]]
140 +* [[Overview>>Web Applications-Overview]]
140 140  
141 141  == Development ==
142 142  
143 143  * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]]
144 -* [[Beginner's Guide>>Programming__WebObjects-Web Applications-Development-Beginner's Guide]]
145 +* [[Beginner's Guide>>Development - Beginner's Guide]]
145 145  * Required Reading
146 -** [[Apache>>Development Tools-Running Through Apache]]
147 -** [[WO Adaptor>>Web Applications-Development-WO Adaptor]]
147 +** [[Apache>>documentation:Development Tools-Running Through Apache]]
148 +** [[WO Adaptor>>documentation:Development-WO Adaptor]]
148 148  ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
149 -** [[WO Session>>Web Applications-Development-WO Session]]
150 +** [[WO Session>>documentation:Development-WO Session]]
150 150  ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]]
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]]
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]]
156 156  ** [[Request-Response Loop>>Programming__WebObjects-Web Applications-Development-Request-Response Loop]]
157 157  ** [[Using EOF in a WOA>>Programming__WebObjects-Web Applications-Development-Using EOF in a WOA]]
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]]
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]]
168 168  ** [[The Build Products>>Programming__WebObjects-Web Applications-Development-Build Products]]
169 169  ** [[Errors and Explanations>>Programming__WebObjects-Web Applications-Development-Errors and Explanations]]
170 -** [[Common Pitfalls and Troubleshooting>>Web Applications-Development-Common Pitfalls and Troubleshooting]]
171 +** [[Common Pitfalls and Troubleshooting>>documentation:Development-Common Pitfalls and Troubleshooting]]
171 171  * Advanced
172 -** [[Application Server URL Creation>>WebApplictions-Development-UrlCreation]]
173 -** [[Audit Trails>>Web Applications-Development-Audit Trails]]
174 -** [[Backtracking>>Web Applications-Development-Backtracking]]
173 +** [[Application Server URL Creation>>documentation:Development-UrlCreation]]
174 +** [[Audit Trails>>documentation:Development-Audit Trails]]
175 +** [[Backtracking>>documentation:Development-Backtracking]]
175 175  ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
176 -** [[Image Thumbnailing>>Web Applications-Development-Thumbnailing]]
177 -** [[Database vs Filesystem (aka Images in the Database?)>>Web Applications-Development-Database vs Filesystem]]
177 +** [[Image Thumbnailing>>documentation:Development-Thumbnailing]]
178 +** [[Database vs Filesystem (aka Images in the Database?)>>documentation:Development-Database vs Filesystem]]
178 178  ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
179 -** [[Stateless Components>>Web Applications-Development-Stateless Components]]
180 +** [[Stateless Components>>documentation:Development-Stateless Components]]
180 180  ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
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]]
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]]
188 188  ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]]
189 -** [[Custom Templates>>Web Applications-Development-Custom Templates]]
190 -** [[Calling Commandline Applications>>Web Applications-Development-Calling Commandline Applications]]
190 +** [[Custom Templates>>documentation:Development-Custom Templates]]
191 +** [[Calling Commandline Applications>>documentation:Calling Commandline Applications]]
191 191  ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]]
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]]
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]]
196 196  ** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]]
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]]
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]]
202 202  * Examples
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]]
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]]
213 213  
214 214  == Deployment ==
215 215  
216 -* [[Overview>>Web Applications-Deployment-Overview]]
217 +* [[Overview>>Overview]]
217 217  * Required Reading
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]]
219 +** [[Apache>>documentation:Configuring Apache for WebObjects]]
220 +** [[Memory Settings>>Deployment-Memory Settings]]
221 +** [[Standard Deployment>>Deployment-Standard Deployment]]
222 +** [[wotaskd>>wotaskd]]
223 +** [[Java Monitor>>JavaMonitor]]
224 +** [[Logging>>documentation:Log Rotation]]
225 +** [[Split Install>>documentation:Split Deployments]]
226 +** [[Common Pitfalls and Troubleshooting>>documentation:Troubleshooting Deployment]]
226 226  
227 227  * Advanced
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]]
229 +** [[WOStats>>documentation:Troubleshooting WOStats]]
230 +** [[Additional Monitoring>>documentation:Monitoring your deployed Applications]]
231 +** [[documentation:Troubleshooting wotaskd and JavaMonitor on OS X]]
232 +** [[Scheduled Restart>>documentation:Troubleshooting Scheduled Restarts]]
232 232  ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
233 -** [[J2EE and Servlet Deployment>>Web Applications-Deployment-J2EE and Servlet Deployment]]
234 -** [[Tomcat Deployment>>Web Applications-Deployment-Tomcat Deployment]]
234 +** [[Tomcat Deployment>>documentation:Deploying with Tomcat]]
235 235  ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
236 -** [[Killing WOA Processes>>Web Applications-Deployment-Killing WOA Processes]]
237 -** [[Debugging Frozen Deployed Instances>>Web Applications-Deployment-Debugging Frozen Deployed Instances]]
236 +** [[Killing WOA Processes>>documentation:Killing WOA Processes]]
237 +** [[Debugging Frozen Deployed Instances>>documentation:Troubleshooting Frozen Deployed Instances]]
238 +** [[WOAdaptorInfo>>documentation:WOAdaptorInfo]]
238 238  
239 239  * Platform Specifics
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]]
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]]
249 249  
250 250  * Helpful Tools & Shellscripts
251 -** [[Capistrano (Overview)>>Web Applications-Deployment-Capistrano (Overview)]]
253 +** [[Capistrano (Overview)>>documentation:Automating Application Deployment with Capistrano (Overview)]]
252 252  
253 253  = Web Services =
254 254  
255 255  * [[Overview>>Programming__WebObjects-Web Services-Overview]]
256 256  * Required Reading
257 -** [[WO as a Web Service Provider>>Web Services-Web Service Provider]]
258 -** [[WO as a Web Service Consumer>>Web Services-Web Service Consumer]]
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]]
259 259  ** [[Interoperability>>Programming__WebObjects-Web Services-Interoperability]]
260 -** [[Common Pitfalls and Troubleshooting>>Web Services-Common Pitfalls and Troubleshooting]]
262 +** [[Common Pitfalls and Troubleshooting>>documentation:Web Services-Common Pitfalls and Troubleshooting]]
261 261  * General Info
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]]
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]]
264 264  * Advanced
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]]
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]]
272 272  
273 273  * [[Examples>>Programming__WebObjects-Web Services-Examples]]
274 274  
275 275  = Direct To Web (D2W) =
276 276  
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]]
279 +{{include value="Direct To Web (D2W and ERD2W)"}}{{/include}}
292 292  
293 293  = Java Client, Direct to Java Client (D2JC) =
294 294  
295 -* [[Overview>>Java Client-Overview]]
283 +* [[Overview>>documentation:Java Client-Overview]]
296 296  * Direct to Java Client
297 -** [[Getting Started with Direct to Java Client (D2JC)]]
298 -* [[Required Reading>>Java Client-Required Reading]]
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]]
299 299  * Building
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]]
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]]
305 305  * [[Advanced>>Programming__WebObjects-Java Client-Advanced]]
306 306  * [[Interface Builder>>Programming__WebObjects-Java Client-Interface Builder]]
307 307  * [[svn>>Programming__WebObjects-Java Client-svn]]
... ... @@ -311,14 +311,14 @@
311 311  
312 312  == Project WONDER ==
313 313  
314 -* [[Overview>>Project WONDER-Overview]]
302 +* [[Overview>>documentation:Project WONDER-Overview]]
315 315  * Required Reading
316 -** [[Installing>>Project WONDER-Installing]]
317 -** [[Quickstart>>Project WONDER-Quickstart]]
318 -** [[History>>Project WONDER-History]]
319 -** [[Properties File Settings>>Project Wonder Properties Files]]
304 +** [[Installing>>documentation:Getting the Wonder Source Code]]
305 +** [[Quickstart>>documentation:Project WONDER-Quickstart]]
306 +** [[History>>documentation:Project WONDER-History]]
307 +** [[Properties File Settings>>documentation:Project Wonder Properties Files]]
320 320  ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]]
321 -*** [[Ajax>>Project WONDER-Frameworks-Ajax]]
309 +*** [[Ajax>>documentation:Ajax Framework]]
322 322  *** [[AjaxLook>>Project WONDER-Frameworks-AjaxLook]]
323 323  *** [[BTBusinessLogic>>Project WONDER-Frameworks-BTBusinessLogic]]
324 324  *** [[DRGrouping>>Project WONDER-Frameworks-DRGrouping]]
... ... @@ -325,35 +325,37 @@
325 325  *** [[DerbyPlugIn>>Project WONDER-Frameworks-DerbyPlugIn]]
326 326  *** [[ERAttachment>>Project WONDER-Frameworks-ERAttachment]]
327 327  *** [[ERCaching>>Project WONDER-Frameworks-ERCaching]]
328 -*** [[ERCalendar>>Project WONDER-Frameworks-ERCalendar]]
316 +*** [[ERCalendar>>documentation:ERCalendar Framework]]
329 329  *** [[ERCaptcha>>Project WONDER-Frameworks-ERCaptcha]]
330 -*** [[ERChangeNotificationJMS>>Project WONDER-Frameworks-ERChangeNotificationJMS]]
318 +*** [[ERChangeNotificationJMS>>documentation:ERChangeNotificationJMS Framework]]
331 331  *** [[ERChronic>>Project WONDER-Frameworks-ERChronic]]
332 332  *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
333 333  *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
334 -*** [[ERDivaLook>>ERDivaLook]]
322 +*** [[ERDivaLook>>documentation:ERDivaLook]]
323 +*** [[ERDivaliteLook>>documentation:ERDivaliteLook]]
335 335  *** [[ERExcelLook>>Project WONDER-Frameworks-ERExcelLook]]
336 -*** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]]
337 -*** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]]
325 +*** [[ERExtensions>>documentation:ERExtensions Framework]]
326 +*** [[ERIMAdaptor>>documentation:ERIMAdaptor Framework]]
338 338  *** [[ERIUI>>Project WONDER-Frameworks-ERIUI]]
339 339  *** [[ERIndexing>>Project WONDER-Frameworks-ERIndexing]]
340 340  *** [[ERJGroupsSynchronizer>>Project WONDER-Frameworks-ERJGroupsSynchronizer]]
330 +*** [[ERJQuery>>documentation:ERJQuery]]
341 341  *** [[ERJars>>Project WONDER-Frameworks-ERJars]]
342 -*** [[ERJavaMail>>Project WONDER-Frameworks-ERJavaMail]]
343 -*** [[ERXNavigation>>Project WONDER-Frameworks-ERXNavigation]]
332 +*** [[ERJavaMail>>documentation:ERJavaMail Framework]]
333 +*** [[ERXNavigation>>documentation:Project WONDER-Frameworks-ERXNavigation]]
344 344  *** [[ERMoviesLogic>>Project WONDER-Frameworks-ERMoviesLogic]]
345 345  *** [[ERNeutralLook>>Project WONDER-Frameworks-ERNeutralLook]]
346 -*** [[EROpenID>>Project WONDER-Frameworks-EROpenID]]
336 +*** [[EROpenID>>documentation:EROpenID Framework]]
347 347  *** [[EROraclePlugIn>>Project WONDER-Frameworks-EROraclePlugIn]]
348 348  *** [[ERPDFGeneration>>Project WONDER-Frameworks-ERPDFGeneration]]
349 -*** [[ERPlot>>Project WONDER-Frameworks-ERPlot]]
350 -*** [[ERPrototaculous>>ERPrototaculous]]
339 +*** [[ERPlot>>documentation:ERPlot Framework]]
340 +*** [[ERPrototaculous>>documentation:ERPrototaculous]]
351 351  *** [[ERPrototypes>>Programming__WebObjects-Project WONDER-Frameworks-ERPrototypes]]
352 352  *** [[ERRest>>Project WONDER-Frameworks-ERRest]]
353 -*** [[ERSelenium>>Project WONDER-Frameworks-ERSelenium]]
343 +*** [[ERSelenium>>documentation:ERSelenium Framework]]
354 354  *** [[ERTaggable>>Project WONDER-Frameworks-ERTaggable]]
355 355  *** [[ERWorkerChannel>>Project WONDER-Frameworks-ERWorkerChannel]]
356 -*** [[ExcelGenerator>>Project WONDER-Frameworks-ExcelGeneration]]
346 +*** [[ExcelGenerator>>documentation:Project WONDER-Frameworks-ExcelGeneration]]
357 357  *** [[FrontBasePlugIn>>Project WONDER-Frameworks-FrontBasePlugIn]]
358 358  *** [[GoogleChart>>Project WONDER-Frameworks-GoogleChart]]
359 359  *** [[JavaFSAdaptor>>Project WONDER-Frameworks-JavaFSAdaptor]]
... ... @@ -361,13 +361,13 @@
361 361  *** [[JavaMonitorFramework>>Project WONDER-Frameworks-JavaMonitorFramework]]
362 362  *** [[JavaRESTAdaptor>>Project WONDER-Frameworks-JavaRESTAdaptor]]
363 363  *** [[JavaWOExtensions>>Programming__WebObjects-Project WONDER-Frameworks-JavaWOExtensions]]
364 -*** [[PostgresqlPlugin>>Project WONDER-Frameworks-PostgresqlPlugin]]
354 +*** [[PostgresqlPlugin>>documentation:PostgresqlPlugin Framework]]
365 365  *** [[SproutCore>>Project WONDER-Frameworks-SproutCore]]
366 -*** [[Validity>>Project WONDER-Frameworks-Validity]]
356 +*** [[Validity>>documentation:Validity Framework]]
367 367  *** [[WOJavaRebel>>Project WONDER-Frameworks-WOJavaRebel]]
368 368  *** [[WOLips>>Project WONDER-Frameworks-WOLips]]
369 -*** [[WOOgnl>>Project WONDER-Frameworks-WOOgnl]]
370 -*** [[WOPaypal>>Project WONDER-Frameworks-WOPaypal]]
359 +*** [[WOOgnl>>documentation:WOOgnl Framework]]
360 +*** [[WOPaypal>>documentation:WOPaypal Framework]]
371 371  *** [[WRReporting>>Project WONDER-Frameworks-WRReporting]]
372 372  *** [[YUI>>Project WONDER-Frameworks-YUI]]
373 373  ** [[Adaptors>>Programming__WebObjects-Project WONDER-Adaptors]]
... ... @@ -378,15 +378,15 @@
378 378  
379 379  == WireHose ==
380 380  
381 -* [[Overview>>Wirehose-Overview]]
371 +* [[Overview>>documentation:Wirehose]]
382 382  * Basic Concepts
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]]
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]]
388 388  * Reference
389 -** [[Installation>>Wirehose-Installation]]
379 +** [[Installation>>documentation:Wirehose-Installation]]
390 390  ** Online Reference Library
391 391  *** [[Developer Overview>>http://www.wirehose.com/developer/DeveloperOverview.html]]
392 392  *** [[Java API Reference>>http://www.wirehose.com/developer/javadoc/]]
... ... @@ -402,25 +402,25 @@
402 402  
403 403  == LEWOStuff ==
404 404  
405 -* [[Overview>>LEWOStuff-Overview]]
395 +* [[Overview>>documentation:LEWOStuff-Overview]]
406 406  
407 407  == GVC Frameworks and GVC.SiteMaker ==
408 408  
409 -* [[Overview>>GVC Frameworks-Overview]]
399 +* [[Overview>>documentation:GVC Frameworks-Overview]]
410 410  
411 411  == Houdah WebObjects Frameworks ==
412 412  
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)
403 +* [[Overview>>documentation:Houdah WebObjects Frameworks]]
404 +* [[HoudahFoundation>>documentation:HoudahFoundation]]: Extensions and additions to the Foundation framework
405 +* [[HoudahEOControl>>documentation:HoudahEOControl]]: Extensions and additions to the EOControl framework
406 +* [[HoudahEOAccess>>documentation:HoudahEOAccess]]: Extensions and additions to the EOAccess framework
407 +* [[HoudahRuleEngine>>documentation:HoudahRuleEngine]]: Rule engine used by several of the below frameworks
408 +* [[HoudahEOValidation>>documentation:HoudahEOValidation]]: Rule based validation
409 +* [[HoudahMessages>>documentation:HoudahMessages]]: Rule based localizable error messages
410 +* [[HoudahAuditTrail>>documentation:HoudahAuditTrail]]: Tracks user and timestamp of last change
411 +* [[HoudahViewComponents>>documentation:HoudahViewComponents]]: High level, large grain view components using stateless cells
412 +* [[HoudahControlComponents>>documentation:HoudahControlComponents]]: Control layer for EOF based CRUD applications
413 +* [[HoudahAgileComponents>>documentation:HoudahAgileComponents]]: Rule based control layer for CRUD application (D2W replacement)
424 424  
425 425  == WOGWT (Google Web Toolkit Integration) ==
426 426  
... ... @@ -438,14 +438,15 @@
438 438  = Development Tools =
439 439  
440 440  * [[Overview>>Programming__WebObjects-Development Tools-Overview]]
441 -* [[Eclipse and WOlips>>Development Tools-Eclipse and WOlips]]
431 +* [[Eclipse and WOlips>>WOL:Development Tools-Eclipse and WOlips]]
442 442  * [[Browser as a Development Tool]]
443 443  * [[Xcode>>Development Tools-Xcode]]
444 -* [[EOModeler>>EOF-Modeling-EOModeler]]
434 +* [[EOModeler>>documentation:EOF-Modeling-EOModeler]]
445 445  * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
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]]
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]]
449 449  
450 450  = Case Studies =
451 451  
... ... @@ -465,13 +465,13 @@
465 465  * [[Open Laszlo]]
466 466  * [[Mozilla XUL]]
467 467  * [[Cocoa]]
459 +* [[Eclipse Rich Client Platform (RCP)>>WO:Eclipse Rich Client Platform (RCP)]]
468 468  
469 469  = Testing =
470 470  
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]]
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]]
475 475  
476 476  = Database Compatibility / Comparisons =
477 477  
... ... @@ -482,7 +482,7 @@
482 482  * [[Oracle>>Database Compatibility and Comparisons-Oracle]]
483 483  * [[Sybase>>Database Compatibility and Comparisons-Sybase]]
484 484  * [[SQLServer>>Programming__WebObjects-Database Compatibility and Comparisons-SQLServer]]
485 -* [[Data Migration>>Database Compatibility and Comparisons-DataMigration]]
476 +* [[Data Migration>>documentation:Database Compatibility and Comparisons-DataMigration]]
486 486  * [[Informix>>Database Compatibility and Comparisons-Informix]]
487 487  
488 488  = Alternative Technologies Pros / Cons =
... ... @@ -493,7 +493,7 @@
493 493  * [[EJB>>Programming__WebObjects-Alternative Technologies-EJB]]
494 494  * [[Hibernate>>Programming__WebObjects-Alternative Technologies-Hibernate]]
495 495  * [[Core Data>>Programming__WebObjects-Alternative Technologies-Core Data]]
496 -* [[Cayenne>>Programming__WebObjects-Alternative Technologies-Cayenne]]
487 +* [[Cayenne>>Alternative Technologies-Cayenne]]
497 497  * [[Tapestry>>Programming__WebObjects-Alternative Technologies-Tapestry]]
498 498  * [[Ruby on Rails>>Alternative Technologies-Ruby on Rails]]
499 499  * [[Struts>>Programming__WebObjects-Alternative Technologies-Struts]]
... ... @@ -502,12 +502,12 @@
502 502  
503 503  = Additional Resources =
504 504  
505 -* [[Websites>>Additional Resources-Websites]]
506 -* [[Mailing Lists>>Mailing Lists]]
496 +* [[Websites>>documentation:Additional Resources-Websites]]
497 +* [[Mailing Lists>>documentation:Mailing Lists]]
507 507  * [[Tutorials>>Tutorials]]
508 -* [[Books>>Additional Resources-Books]]
499 +* [[Books>>documentation:Additional Resources-Books]]
509 509  * [[Periodicals>>Programming__WebObjects-Additional Resources-Periodicals]]
510 510  * [[Authors>>Additional Resources-Authors]]
511 -* [[Training>>Additional Resources-WebObjects Training]]
502 +* [[Training>>documentation:Additional Resources-WebObjects Training]]
512 512  * [[User groups]]
513 513  * [[Known Bugs]]