Changes for page Home

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

From version 1219.1
edited by David Avendasora
on 2010/11/30 06:48
Change comment: There is no comment for this version
To version 1221.1
edited by Pascal Robert
on 2010/09/11 23:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.avendasora
1 +XWiki.probert
Content
... ... @@ -1,7 +1,7 @@
1 1  This site replaces the [[wikibook>>http://en.wikibooks.org/wiki/Programming:WebObjects]], which has been deprecated.
2 2  [[image:hero_webobjects.jpg||align="right" vspace="4" hspace="4"]]
3 3  
4 -**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.
4 +**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.
5 5  
6 6  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.
7 7  
... ... @@ -9,15 +9,12 @@
9 9  
10 10  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]].
11 11  
12 -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.
12 +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.
13 13  
14 14  In addition Apple, Inc. also provides [[free>>http://www.apple.com/support/webobjects/]] and [[paid-for>>http://www.apple.com/services/technicalsupport/]] support options.
15 15  
16 16  |= Contents
17 -| {{section}}\ {toc:style=disc|indent=20px}\ \
18 -\ \
19 -\ \
20 -\ \
17 +| {{section}}\ {toc:style=disc|indent=20px}\ \
21 21  \
22 22   {{/section}}
23 23  
... ... @@ -27,8 +27,8 @@
27 27  * [[History>>Overview-History]]
28 28  * [[Foundation>>Overview-Foundation]]
29 29  * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
30 -* [[Scratch Setup of WebObjects Development on a Mac>>Scratch Setup of WebObjects Development on a Mac]]
31 -* [[Hands On Hello World - Your First WebObjects Application>>Hello World - Your First WebObjects Application]]
27 +* [[Scratch Setup of WebObjects Development on a Mac>>WOL:Scratch Setup of WebObjects Development on a Mac]]
28 +* [[Hands On Hello World - Your First WebObjects Application>>Hands On___Hello World - Your First WebObjects Application]]
32 32  * [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]]
33 33  * [[WebObjects for Database Developers]]
34 34  * [[Naming Conventions]]
... ... @@ -35,10 +35,12 @@
35 35  
36 36  = License =
37 37  
38 -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:
35 +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:
39 39  
40 -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 unmodified, 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.
37 +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.
41 41  
39 +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]].
40 +
42 42  = Foundation =
43 43  
44 44  * [[Foundation>>Overview-Foundation]]
... ... @@ -131,119 +131,120 @@
131 131  
132 132  == Introduction ==
133 133  
134 -* [[Overview>>Web Applications-Overview]]
133 +* [[Overview>>Programming__WebObjects-Web Applications-Overview]]
135 135  
136 136  == Development ==
137 137  
138 138  * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]]
139 -* [[Beginner's Guide>>Development-Beginner's Guide]]
138 +* [[Beginner's Guide>>Programming__WebObjects-Web Applications-Development-Beginner's Guide]]
140 140  * Required Reading
141 141  ** [[Apache>>Development Tools-Running Through Apache]]
142 -** [[WO Adaptor>>Development-WO Adaptor]]
141 +** [[WO Adaptor>>Web Applications-Development-WO Adaptor]]
143 143  ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
144 -** [[WO Session>>Development-WO Session]]
143 +** [[WO Session>>Web Applications-Development-WO Session]]
145 145  ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]]
146 -*** [[Binding Synchronization>>Development-WO Component-Binding Synchronization]]
147 -*** [[Code, Templates, and WODs>>Development-WO Component-Code Template and WODs]]
148 -*** [[Built-in Components>>Development-WO Component-Built-in Components]]
149 -** [[Component Actions>>Development-Component Actions]]
150 -** [[Direct Actions>>Development-Direct Actions]]
145 +*** [[Binding Synchronization>>Web Applications-Development-WO Component-Binding Synchronization]]
146 +*** [[Code, Templates, and WODs>>Web Applications-Development-WO Component-Code Template and WODs]]
147 +*** [[Built-in Components>>Programming__WebObjects-Web Applications-Development-WO Component-Built-in Components]]
148 +** [[Component Actions>>Web Applications-Development-Component Actions]]
149 +** [[Direct Actions>>Web Applications-Development-Direct Actions]]
151 151  ** [[Request-Response Loop>>Programming__WebObjects-Web Applications-Development-Request-Response Loop]]
152 152  ** [[Using EOF in a WOA>>Programming__WebObjects-Web Applications-Development-Using EOF in a WOA]]
153 -** [[Authentication and Security>>Development-Authentication and Security]]
154 -** [[General Best Practices>>Development-General Best Practices]]
155 -** [[WOForm Best Practices>>Development-WOForm Best Practices]]
156 -** [[WODisplayGroup>>Development-WODisplayGroup]]
157 -** [[Debugging Techniques>>Development-Debugging Techniques]]
158 -** [[Direct Connect>>Development-Direct Connect]]
159 -** [[Frameworks>>Development-Frameworks]]
160 -** [[Ajax>>Development-Ajax]]
161 -** [[CSS>>Development-CSS]]
162 -** [[Sending Emails>>Development-Sending Emails]]
152 +** [[Authentication and Security>>Web Applications-Development-Authentication and Security]]
153 +** [[General Best Practices>>Web Applications-Development-General Best Practices]]
154 +** [[WOForm Best Practices>>Web Applications-Development-WOForm Best Practices]]
155 +** [[WODisplayGroup>>Web Applications-Development-WODisplayGroup]]
156 +** [[Debugging Techniques>>Programming__WebObjects-Web Applications-Development-Debugging Techniques]]
157 +** [[Direct Connect>>Web Applications-Development-Direct Connect]]
158 +** [[Frameworks>>Web Applications-Development-Frameworks]]
159 +** [[Ajax>>Web Applications-Development-Ajax]]
160 +** [[CSS>>Web Applications-Development-CSS]]
161 +** [[Sending Emails>>Web Applications-Development-Sending Emails]]
163 163  ** [[The Build Products>>Programming__WebObjects-Web Applications-Development-Build Products]]
164 164  ** [[Errors and Explanations>>Programming__WebObjects-Web Applications-Development-Errors and Explanations]]
165 -** [[Common Pitfalls and Troubleshooting>>Development-Common Pitfalls and Troubleshooting]]
164 +** [[Common Pitfalls and Troubleshooting>>Web Applications-Development-Common Pitfalls and Troubleshooting]]
166 166  * Advanced
167 -** [[Application Server URL Creation>>Development-UrlCreation]]
168 -** [[Audit Trails>>Development-Audit Trails]]
169 -** [[Backtracking>>Development-Backtracking]]
166 +** [[Application Server URL Creation>>WebApplictions-Development-UrlCreation]]
167 +** [[Audit Trails>>Web Applications-Development-Audit Trails]]
168 +** [[Backtracking>>Web Applications-Development-Backtracking]]
170 170  ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
171 -** [[Image Thumbnailing>>Development-Thumbnailing]]
172 -** [[Database vs Filesystem (aka Images in the Database?)>>Development-Database vs Filesystem]]
170 +** [[Image Thumbnailing>>Web Applications-Development-Thumbnailing]]
171 +** [[Database vs Filesystem (aka Images in the Database?)>>Web Applications-Development-Database vs Filesystem]]
173 173  ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
174 -** [[Stateless Components>>Development-Stateless Components]]
173 +** [[Stateless Components>>Web Applications-Development-Stateless Components]]
175 175  ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
176 -** [[WOEvents and Logging>>Development-WOEvents and Logging]]
177 -** [[PDF Generation>>Development-PDF Generation]]
178 -** [[Excel Generation>>Development-Excel Generation]]
179 -** [[SSL>>Development-SSL requests via https protocol]]
180 -** [[Localization and Internationalization>>Development-Localization and Internationalization]]
181 -** [[Testing and JUnit>>Development-Testing and JUnit]]
182 -** [[Custom Error Handling>>Development-Custom Error Handling]]
175 +** [[WOEvents and Logging>>Web Applications-Development-WOEvents and Logging]]
176 +** [[PDF Generation>>Web Applications-Development-PDF Generation]]
177 +** [[Excel Generation>>Web Applications-Development-Excel Generation]]
178 +** [[SSL>>Web Applications-Development-SSL requests via https protocol]]
179 +** [[Localization and Internationalization>>Web Applications-Development-Localization and Internationalization]]
180 +** [[Testing and JUnit>>Web Applications-Development-Testing and JUnit]]
181 +** [[Custom Error Handling>>Web Applications-Development-Custom Error Handling]]
183 183  ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]]
184 -** [[Custom Templates>>Development-Custom Templates]]
185 -** [[Calling Commandline Applications>>Calling Commandline Applications]]
183 +** [[Custom Templates>>Web Applications-Development-Custom Templates]]
184 +** [[Calling Commandline Applications>>Web Applications-Development-Calling Commandline Applications]]
186 186  ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]]
187 -** [[Profiling WO Apps>>Development-Profiling WO Apps]]
188 -** [[J2EE Integration>>Development-J2EE Integration]]
189 -** [[Third Party Jars>>Development-Third Party Jars]]
190 -** [[Generating Static Pages>>Development-Generating Static Pages]]
186 +** [[Profiling WO Apps>>Web Applications-Development-Profiling WO Apps]]
187 +** [[J2EE Integration>>Web Applications-Development-J2EE Integration]]
188 +** [[Third Party Jars>>Web Applications-Development-Third Party Jars]]
189 +** [[Generating Static Pages>>Web Applications-Development-Generating Static Pages]]
191 191  ** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]]
192 -** [[Custom Resource Manager>>Development-Custom Resource Manager]]
193 -** [[Persistent Sessions>>Development-Persistent Sessions]]
194 -** [[How Forms Work>>Development-How Forms Work]]
195 -* [[Development on Windows>>Development-Development on Windows]]
196 -* [[Tips and Tricks>>Development-Tips and Tricks]]
191 +** [[Custom Resource Manager>>Web Applications-Development-Custom Resource Manager]]
192 +** [[Persistent Sessions>>Web Applications-Development-Persistent Sessions]]
193 +** [[How Forms Work>>Web Applications-Development-How Forms Work]]
194 +* [[Development on Windows>>Web Applications-Development-Development on Windows]]
195 +* [[Tips and Tricks>>Web Applications-Development-Tips and Tricks]]
197 197  * Examples
198 -** [[Hands On Hello World>>Hello World - Your First WebObjects Application]]
199 -** [[Page Layout>>Development-Examples-Page Layout]]
200 -** [[List Components>>Development-Examples-List Components]]
201 -** [[Calendar Component>>Development-Examples-Calendar Component]]
202 -** [[Path Inspector>>Development-Examples-Path Inspector]]
203 -** [[Alphabetic List>>Development-Examples-Alphabetic List]]
204 -** [[Login>>Development-Examples-Login]]
205 -** [[Anchors>>Development-Examples-Anchors]]
206 -** [[Open Link in New Window>>Development-Examples-Open Link in New Window]]
207 -** [[Return a File>>Development-Examples-Return a File]]
197 +** [[Hands On Hello World>>Hands On___Hello World - Your First WebObjects Application]]
198 +** [[Page Layout>>Web Applications-Development-Examples-Page Layout]]
199 +** [[List Components>>Web Applications-Development-Examples-List Components]]
200 +** [[Calendar Component>>Web Applications-Development-Examples-Calendar Component]]
201 +** [[Path Inspector>>Web Applications-Development-Examples-Path Inspector]]
202 +** [[Alphabetic List>>Web Applications-Development-Examples-Alphabetic List]]
203 +** [[Login>>Web Applications-Development-Examples-Login]]
204 +** [[Anchors>>Web Applications-Development-Examples-Anchors]]
205 +** [[Open Link in New Window>>Web Applications-Development-Examples-Open Link in New Window]]
206 +** [[Return a File>>Web Applications-Development-Examples-Return a File]]
208 208  
209 209  == Deployment ==
210 210  
211 -* [[Overview>>Overview]]
210 +* [[Overview>>Web Applications-Deployment-Overview]]
212 212  * Required Reading
213 -** [[Apache>>Configuring Apache for WebObjects]]
214 -** [[Memory Settings>>Deployment-Memory Settings]]
215 -** [[Standard Deployment>>Deployment-Standard Deployment]]
216 -** [[wotaskd>>wotaskd]]
217 -** [[Java Monitor>>JavaMonitor]]
218 -** [[Logging>>Log Rotation]]
219 -** [[Split Install>>Split Deployments]]
220 -** [[Common Pitfalls and Troubleshooting>>Troubleshooting Deployment]]
212 +** [[Apache>>Web Applications-Deployment-Apache]]
213 +** [[Memory Settings>>Web Applications-Deployment-Memory Settings]]
214 +** [[Standard Deployment>>Web Applications-Deployment-Standard Deployment]]
215 +** [[wotaskd>>Web Applications-Deployment-wotaskd]]
216 +** [[Java Monitor>>Web Applications-Deployment-Java Monitor]]
217 +** [[Logging>>Web Applications-Deployment-Logging]]
218 +** [[Split Install>>Programming__WebObjects-Web Applications-Deployment-Split Install]]
219 +** [[Common Pitfalls and Troubleshooting>>Web Applications-Deployment-Common Pitfalls and Troubleshooting]]
221 221  
222 222  * Advanced
223 -** [[WOStats>>Troubleshooting WOStats]]
224 -** [[Additional Monitoring>>Monitoring your deployed Applications]]
225 -** [[Troubleshooting wotaskd and JavaMonitor on OS X]]
226 -** [[Scheduled Restart>>Troubleshooting Scheduled Restarts]]
222 +** [[WOStats>>Web Applications-Deployment-WOStats]]
223 +** [[Additional Monitoring>>Web Applications-Deployment-Additional Monitoring]]
224 +** [[Debugging wotaskd and JavaMonitor]]
225 +** [[Scheduled Restart>>Web Applications-Deployment-Scheduled Restart]]
227 227  ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
228 -** [[Tomcat Deployment>>Deploying with Tomcat]]
227 +** [[J2EE and Servlet Deployment>>Web Applications-Deployment-J2EE and Servlet Deployment]]
228 +** [[Tomcat Deployment>>Web Applications-Deployment-Tomcat Deployment]]
229 229  ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
230 -** [[Killing WOA Processes>>Killing WOA Processes]]
231 -** [[Debugging Frozen Deployed Instances>>Troubleshooting Frozen Deployed Instances]]
232 -** [[WOAdaptorInfo>>WOAdaptorInfo]]
230 +** [[Killing WOA Processes>>Web Applications-Deployment-Killing WOA Processes]]
231 +** [[Debugging Frozen Deployed Instances>>Web Applications-Deployment-Debugging Frozen Deployed Instances]]
232 +** [[WOAdaptorInfo>>Web Applications-Deployment-WOAdaptorInfo]]
233 233  
234 234  * Platform Specifics
235 -** [[Mac OS X Server>>Deploying on Mac OS X Server]]
236 -** [[Linux>>Web Applications-Deployment-Linux]]
237 -** [[Solaris WO5.3.3>>Deploying on Solaris (WO 5.3.3)]]
238 -** [[FreeBSD WO5.2>>Deploying on FreeBSD (WO 5.2)]]
239 -** [[FreeBSD WO5.3>>Deploying on FreeBSD (WO 5.3)]]
240 -** [[FreeBSD 6.2 WO 5.3.3>>Deploying on FreeBSD 6.2 (WO5.3.3)]]
241 -** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deploying on FreeBSD 6.x (WO 5.3.3 port)]]
242 -** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Deploying on Windows (WO 5.1)]]
243 -** [[Current Windows (WO 5.4 on Win2003)>>Deploying on Windows]]
235 +** [[Mac OS X Server>>Web Applications-Deployment-Mac OS X Server]]
236 +** [[Linux>>Programming__WebObjects-Web Applications-Deployment-Linux]]
237 +** [[Solaris WO5.3.3>>Web Applications-Deployment-Solaris WO5.3.3]]
238 +** [[FreeBSD WO5.2>>Web Applications-Deployment-FreeBSD WO5.2]]
239 +** [[FreeBSD WO5.3>>Web Applications-Deployment-FreeBSD WO5.3]]
240 +** [[FreeBSD 6.2 WO 5.3.3>>Web Applications-Deployment-FreeBSD 6.2 WO5.3.3]]
241 +** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Web Applications-Deployment-FreeBSD 6.x WO 5.3.3 port]]
242 +** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Web Applications-Deployment-Windows]]
243 +** [[Current Windows (WO 5.4 on Win2003)>>Windows Deployment WO 5.3 - WO 5.4]]
244 244  
245 245  * Helpful Tools & Shellscripts
246 -** [[Capistrano (Overview)>>Automating Application Deployment with Capistrano (Overview)]]
246 +** [[Capistrano (Overview)>>Web Applications-Deployment-Capistrano (Overview)]]
247 247  
248 248  = Web Services =
249 249  
... ... @@ -269,8 +269,26 @@
269 269  
270 270  = Direct To Web (D2W) =
271 271  
272 -{{include value="Direct To Web (D2W and ERD2W)"}}{{/include}}
272 +Please see [[Direct To Web (D2W and ERD2W)>>Direct To Web (D2W and ERD2W)]]
273 273  
274 +* Direct to Web
275 +** [[Overview - What is Direct to Web?>>What is Direct to Web]]
276 +** [[D2W Rule System>>The D2W Rule System]]
277 +** [[D2W Rules Reference - Cookbook - FAQ>>D2W Rules Reference - Cookbook - FAQ]]
278 +** [[Direct to Web>>Direct-To-Web]] Getting started (older docs than the overview and rule system docs)
279 +** See David Leber's presentation [[available as part of the WOWODC West 2009 conference materials>>http://www.wocommunity.org/wowodc09/]]
280 +* Advanced
281 +** ERD2W - part of the WONDER frameworks
282 +** [[(ER)D2W Flow Control>>D2W Flow Control]]
283 +** See Anjo Krank's presentation [[available as part of the WOWODC 2008 conference materials>>http://www.wocommunity.org/wowodc08/]]
284 +** [[Using ERD2WWizardCreationPage]]
285 +* Examples
286 +** [[Project Wonder Bugtracker Application completely built with D2W>>WONDER:Getting Started with BugTracker]]
287 +** [[David Leber's ERExcelLook screencast>>http://davidleber.net/?p=369]]
288 +** [[ERDivaLook framework and example application (included in Wonder)>>ERDivaLook]]
289 +* Additional Documents and Tutorials
290 +** [[Changing the Rules with Direct to Web]]
291 +
274 274  = Java Client, Direct to Java Client (D2JC) =
275 275  
276 276  * [[Overview>>Java Client-Overview]]
... ... @@ -294,7 +294,7 @@
294 294  
295 295  * [[Overview>>Project WONDER-Overview]]
296 296  * Required Reading
297 -** [[Installing>>WONDER:Download Wonder Source, Build, Install and Upgrade]]
315 +** [[Installing>>Project WONDER-Installing]]
298 298  ** [[Quickstart>>Project WONDER-Quickstart]]
299 299  ** [[History>>Project WONDER-History]]
300 300  ** [[Properties File Settings>>Project Wonder Properties Files]]
... ... @@ -313,7 +313,7 @@
313 313  *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
314 314  *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
315 315  *** [[ERDivaLook>>ERDivaLook]]
316 -*** [[ERDivaliteLook>>ERDivaliteLook]]
334 +*** [[ERDivaliteLook>>Wonder:ERDivaliteLook Framework]]
317 317  *** [[ERExcelLook>>Project WONDER-Frameworks-ERExcelLook]]
318 318  *** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]]
319 319  *** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]]
... ... @@ -361,9 +361,9 @@
361 361  
362 362  == WireHose ==
363 363  
364 -* [[Overview>>Wirehose]]
382 +* [[Overview>>Wirehose-Overview]]
365 365  * Basic Concepts
366 -** [[Content Management>>Wirehose-Content Management]]
384 +** [[Content Management>>Programming__WebObjects-Wirehose-Content Management]]
367 367  ** [[Personalization>>Wirehose-Personalization]]
368 368  ** [[Access Control>>Wirehose-Access Control]]
369 369  ** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]]
... ... @@ -393,7 +393,7 @@
393 393  
394 394  == Houdah WebObjects Frameworks ==
395 395  
396 -* [[Overview>>Houdah WebObjects Frameworks]]
414 +* [[Overview>>Houdah WebObjects Frameworks-Overview]]
397 397  * [[HoudahFoundation>>HoudahFoundation]]: Extensions and additions to the Foundation framework
398 398  * [[HoudahEOControl>>HoudahEOControl]]: Extensions and additions to the EOControl framework
399 399  * [[HoudahEOAccess>>HoudahEOAccess]]: Extensions and additions to the EOAccess framework
... ... @@ -427,7 +427,7 @@
427 427  * [[EOModeler>>EOF-Modeling-EOModeler]]
428 428  * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
429 429  * [[Running Though Apache>>Development Tools-Running Through Apache]]
430 -* [[WebObjects and Subversion>>Development-WebObjects and Subversion]]
448 +* [[WebObjects and Subversion>>Web Applications-Development-WebObjects and Subversion]]
431 431  * [[Hudson>>Installing and Using the Hudson build server]]
432 432  * [[JRebel>>Using JRebel (previously called JavaRebel) with WOLips]]
433 433  
... ... @@ -449,7 +449,7 @@
449 449  * [[Open Laszlo]]
450 450  * [[Mozilla XUL]]
451 451  * [[Cocoa]]
452 -* [[Eclipse Rich Client Platform (RCP)>>WO:Eclipse Rich Client Platform (RCP)]]
470 +* [[WO:Eclipse Rich Client Platform (RCP)]]
453 453  
454 454  = Testing =
455 455