Changes for page Home

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

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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.avendasora
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 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.
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.
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,12 +9,15 @@
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/archives/webobjects-dev]] and [[WO Deployment>>http://lists.apple.com/archives/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/mailman/listinfo/webobjects-dev]] and [[WebObjects Deployment>>http://lists.apple.com/mailman/listinfo/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}\ \
17 +| {{section}}\ {toc:style=disc|indent=20px}\ \
18 +\ \
19 +\ \
20 +\ \
18 18  \
19 19   {{/section}}
20 20  
... ... @@ -24,8 +24,8 @@
24 24  * [[History>>Overview-History]]
25 25  * [[Foundation>>Overview-Foundation]]
26 26  * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
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]]
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]]
29 29  * [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]]
30 30  * [[WebObjects for Database Developers]]
31 31  * [[Naming Conventions]]
... ... @@ -32,12 +32,10 @@
32 32  
33 33  = License =
34 34  
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:
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:
36 36  
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.
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 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.
38 38  
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 -
41 41  = Foundation =
42 42  
43 43  * [[Foundation>>Overview-Foundation]]
... ... @@ -130,120 +130,119 @@
130 130  
131 131  == Introduction ==
132 132  
133 -* [[Overview>>Programming__WebObjects-Web Applications-Overview]]
134 +* [[Overview>>Web Applications-Overview]]
134 134  
135 135  == Development ==
136 136  
137 137  * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]]
138 -* [[Beginner's Guide>>Programming__WebObjects-Web Applications-Development-Beginner's Guide]]
139 +* [[Beginner's Guide>>Development-Beginner's Guide]]
139 139  * Required Reading
140 140  ** [[Apache>>Development Tools-Running Through Apache]]
141 -** [[WO Adaptor>>Web Applications-Development-WO Adaptor]]
142 +** [[WO Adaptor>>Development-WO Adaptor]]
142 142  ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
143 -** [[WO Session>>Web Applications-Development-WO Session]]
144 +** [[WO Session>>Development-WO Session]]
144 144  ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]]
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]]
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]]
150 150  ** [[Request-Response Loop>>Programming__WebObjects-Web Applications-Development-Request-Response Loop]]
151 151  ** [[Using EOF in a WOA>>Programming__WebObjects-Web Applications-Development-Using EOF in a WOA]]
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]]
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]]
162 162  ** [[The Build Products>>Programming__WebObjects-Web Applications-Development-Build Products]]
163 163  ** [[Errors and Explanations>>Programming__WebObjects-Web Applications-Development-Errors and Explanations]]
164 -** [[Common Pitfalls and Troubleshooting>>Web Applications-Development-Common Pitfalls and Troubleshooting]]
165 +** [[Common Pitfalls and Troubleshooting>>Development-Common Pitfalls and Troubleshooting]]
165 165  * Advanced
166 -** [[Application Server URL Creation>>WebApplictions-Development-UrlCreation]]
167 -** [[Audit Trails>>Web Applications-Development-Audit Trails]]
168 -** [[Backtracking>>Web Applications-Development-Backtracking]]
167 +** [[Application Server URL Creation>>Development-UrlCreation]]
168 +** [[Audit Trails>>Development-Audit Trails]]
169 +** [[Backtracking>>Development-Backtracking]]
169 169  ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
170 -** [[Image Thumbnailing>>Web Applications-Development-Thumbnailing]]
171 -** [[Database vs Filesystem (aka Images in the Database?)>>Web Applications-Development-Database vs Filesystem]]
171 +** [[Image Thumbnailing>>Development-Thumbnailing]]
172 +** [[Database vs Filesystem (aka Images in the Database?)>>Development-Database vs Filesystem]]
172 172  ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
173 -** [[Stateless Components>>Web Applications-Development-Stateless Components]]
174 +** [[Stateless Components>>Development-Stateless Components]]
174 174  ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
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]]
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]]
182 182  ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]]
183 -** [[Custom Templates>>Web Applications-Development-Custom Templates]]
184 -** [[Calling Commandline Applications>>Web Applications-Development-Calling Commandline Applications]]
184 +** [[Custom Templates>>Development-Custom Templates]]
185 +** [[Calling Commandline Applications>>Calling Commandline Applications]]
185 185  ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]]
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]]
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]]
190 190  ** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]]
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]]
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]]
196 196  * Examples
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]]
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]]
207 207  
208 208  == Deployment ==
209 209  
210 -* [[Overview>>Web Applications-Deployment-Overview]]
211 +* [[Overview>>Overview]]
211 211  * Required Reading
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]]
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]]
220 220  
221 221  * Advanced
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]]
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]]
226 226  ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
227 -** [[J2EE and Servlet Deployment>>Web Applications-Deployment-J2EE and Servlet Deployment]]
228 -** [[Tomcat Deployment>>Web Applications-Deployment-Tomcat Deployment]]
228 +** [[Tomcat Deployment>>Deploying with Tomcat]]
229 229  ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
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]]
230 +** [[Killing WOA Processes>>Killing WOA Processes]]
231 +** [[Debugging Frozen Deployed Instances>>Troubleshooting Frozen Deployed Instances]]
232 +** [[WOAdaptorInfo>>WOAdaptorInfo]]
233 233  
234 234  * Platform Specifics
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>>Programming__WebObjects-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]]
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]]
244 244  
245 245  * Helpful Tools & Shellscripts
246 -** [[Capistrano (Overview)>>Web Applications-Deployment-Capistrano (Overview)]]
246 +** [[Capistrano (Overview)>>Automating Application Deployment with Capistrano (Overview)]]
247 247  
248 248  = Web Services =
249 249  
... ... @@ -269,26 +269,8 @@
269 269  
270 270  = Direct To Web (D2W) =
271 271  
272 -Please see [[Direct To Web (D2W and ERD2W)>>Direct To Web (D2W and ERD2W)]]
272 +{{include value="Direct To Web (D2W and ERD2W)"}}{{/include}}
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 -
292 292  = Java Client, Direct to Java Client (D2JC) =
293 293  
294 294  * [[Overview>>Java Client-Overview]]
... ... @@ -312,7 +312,7 @@
312 312  
313 313  * [[Overview>>Project WONDER-Overview]]
314 314  * Required Reading
315 -** [[Installing>>Project WONDER-Installing]]
297 +** [[Installing>>WONDER:Download Wonder Source, Build, Install and Upgrade]]
316 316  ** [[Quickstart>>Project WONDER-Quickstart]]
317 317  ** [[History>>Project WONDER-History]]
318 318  ** [[Properties File Settings>>Project Wonder Properties Files]]
... ... @@ -331,7 +331,7 @@
331 331  *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
332 332  *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
333 333  *** [[ERDivaLook>>ERDivaLook]]
334 -*** [[ERDivaliteLook>>Wonder:ERDivaliteLook Framework]]
316 +*** [[ERDivaliteLook>>ERDivaliteLook]]
335 335  *** [[ERExcelLook>>Project WONDER-Frameworks-ERExcelLook]]
336 336  *** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]]
337 337  *** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]]
... ... @@ -379,9 +379,9 @@
379 379  
380 380  == WireHose ==
381 381  
382 -* [[Overview>>Wirehose-Overview]]
364 +* [[Overview>>Wirehose]]
383 383  * Basic Concepts
384 -** [[Content Management>>Programming__WebObjects-Wirehose-Content Management]]
366 +** [[Content Management>>Wirehose-Content Management]]
385 385  ** [[Personalization>>Wirehose-Personalization]]
386 386  ** [[Access Control>>Wirehose-Access Control]]
387 387  ** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]]
... ... @@ -411,7 +411,7 @@
411 411  
412 412  == Houdah WebObjects Frameworks ==
413 413  
414 -* [[Overview>>Houdah WebObjects Frameworks-Overview]]
396 +* [[Overview>>Houdah WebObjects Frameworks]]
415 415  * [[HoudahFoundation>>HoudahFoundation]]: Extensions and additions to the Foundation framework
416 416  * [[HoudahEOControl>>HoudahEOControl]]: Extensions and additions to the EOControl framework
417 417  * [[HoudahEOAccess>>HoudahEOAccess]]: Extensions and additions to the EOAccess framework
... ... @@ -445,7 +445,7 @@
445 445  * [[EOModeler>>EOF-Modeling-EOModeler]]
446 446  * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
447 447  * [[Running Though Apache>>Development Tools-Running Through Apache]]
448 -* [[WebObjects and Subversion>>Web Applications-Development-WebObjects and Subversion]]
430 +* [[WebObjects and Subversion>>Development-WebObjects and Subversion]]
449 449  * [[Hudson>>Installing and Using the Hudson build server]]
450 450  * [[JRebel>>Using JRebel (previously called JavaRebel) with WOLips]]
451 451  
... ... @@ -467,7 +467,7 @@
467 467  * [[Open Laszlo]]
468 468  * [[Mozilla XUL]]
469 469  * [[Cocoa]]
470 -* [[WO:Eclipse Rich Client Platform (RCP)]]
452 +* [[Eclipse Rich Client Platform (RCP)>>WO:Eclipse Rich Client Platform (RCP)]]
471 471  
472 472  = Testing =
473 473