Changes for page Home

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

From version 1087.1
edited by sklein
on 2009/03/24 11:01
Change comment: There is no comment for this version
To version 1088.1
edited by David Holt
on 2010/10/04 23:10
Change comment: Reverted from v. 416

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.sklein
1 +XWiki.dholt
Content
... ... @@ -1,9 +7,3 @@
1 -{{info title="How to Contribute to this Wiki"}}
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 -
5 -{{/info}}
6 -
7 7  This site replaces the [[wikibook>>http://en.wikibooks.org/wiki/Programming:WebObjects]], which has been deprecated.
8 8  [[image:hero_webobjects.jpg||align="right" vspace="4" hspace="4"]]
9 9  
... ... @@ -20,18 +20,20 @@
20 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 21  
22 22  |= Contents
23 -| {{section}}
24 -{toc:style=disc|indent=20px}
25 -{{/section}}
17 +| {{section}}\ {toc:style=disc|indent=20px}\ \
18 +\ \
19 +\ \
20 +\
21 + {{/section}}
26 26  
27 27  = Introduction =
28 28  
29 29  * [[What is WebObjects?>>Overview-What is WebObjects]]
30 30  * [[History>>Overview-History]]
31 -* [[Foundation>>Programming__WebObjects-Overview-Foundation]]
27 +* [[Foundation>>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]]
29 +* [[Scratch Setup of WebObjects Development on a Mac>>Scratch Setup of WebObjects Development on a Mac]]
30 +* [[Hands On Hello World - Your First WebObjects Application>>Hello World - Your First WebObjects Application]]
35 35  * [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]]
36 36  * [[WebObjects for Database Developers]]
37 37  * [[Naming Conventions]]
... ... @@ -46,7 +46,7 @@
46 46  
47 47  = Foundation =
48 48  
49 -* [[Foundation>>Programming__WebObjects-Overview-Foundation]]
45 +* [[Foundation>>Overview-Foundation]]
50 50  * [[Key-Value Coding>>Overview-Key Value Coding]]
51 51  
52 52  = Enterprise Object Framework (EOF) =
... ... @@ -57,7 +57,7 @@
57 57  
58 58  == Modeling ==
59 59  
60 -* [[Overview>>Programming__WebObjects-EOF-Modeling-Overview]]
56 +* [[Overview>>EOF-Modeling-Overview]]
61 61  * Required Reading
62 62  ** [[Entities>>EOF-Modeling-Entities]]
63 63  ** [[GlobalIDs>>EOF-Modeling-GlobalIDs]]
... ... @@ -64,7 +64,7 @@
64 64  ** [[Attributes>>EOF-Modeling-Attributes]]
65 65  ** [[Relationships>>Programming__WebObjects-EOF-Modeling-Relationships]]
66 66  ** [[Entity Inheritance>>EOF-Modeling-Inheritance]]
67 -** [[Fetch Specifications>>Programming__WebObjects-EOF-Modeling-Fetch Specifications]]
63 +** [[Fetch Specifications>>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]]
... ... @@ -73,7 +73,7 @@
73 73  ** [[EOModeler on Windows>>EOF-Modeling-EOModeler on Windows]]
74 74  ** [[Booleans>>EOF-Modeling-Booleans]]
75 75  * Advanced
76 -** [[JDBC>>Programming__WebObjects-EOF-Modeling-JDBC]]
72 +** [[JDBC>>EOF-Modeling-JDBC]]
77 77  ** [[JNDI>>Programming__WebObjects-EOF-Modeling-JNDI]]
78 78  ** [[Stored Procedures>>Programming__WebObjects-EOF-Modeling-Stored Procedures]]
79 79  ** [[Prototypes>>EOF-Modeling-Prototypes]]
... ... @@ -93,10 +93,10 @@
93 93  ** [[EO Database>>Programming__WebObjects-EOF-Using EOF-EO Database]]
94 94  ** [[EO Adaptor>>Programming__WebObjects-EOF-Using EOF-EO Adapter]]
95 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]]
92 +** [[Faulting>>EOF-Using EOF-Faulting]]
93 +** [[Fetching>>EOF-Using EOF-Fetching]]
98 98  ** [[Updating>>Programming__WebObjects-EOF-Using EOF-Updating]]
99 -** [[Deleting>>Programming__WebObjects-EOF-Using EOF-Deleting]]
95 +** [[Deleting>>EOF-Using EOF-Deleting]]
100 100  ** [[Caching and Freshness>>EOF-Using EOF-Caching and Freshness]]
101 101  ** [[Optimistic Locking>>EOF-Using EOF-Optimistic Locking]]
102 102  ** [[Memory Management>>EOF-Using EOF-Memory Management]]
... ... @@ -136,121 +136,120 @@
136 136  
137 137  == Introduction ==
138 138  
139 -* [[Overview>>Programming__WebObjects-Web Applications-Overview]]
135 +* [[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]]
140 +* [[Beginner's Guide>>Development-Beginner's Guide]]
145 145  * Required Reading
146 146  ** [[Apache>>Development Tools-Running Through Apache]]
147 -** [[WO Adaptor>>Web Applications-Development-WO Adaptor]]
143 +** [[WO Adaptor>>Development-WO Adaptor]]
148 148  ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
149 -** [[WO Session>>Web Applications-Development-WO Session]]
145 +** [[WO Session>>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]]
147 +*** [[Binding Synchronization>>Development-WO Component-Binding Synchronization]]
148 +*** [[Code, Templates, and WODs>>Development-WO Component-Code Template and WODs]]
149 +*** [[Built-in Components>>Development-WO Component-Built-in Components]]
150 +** [[Component Actions>>Development-Component Actions]]
151 +** [[Direct Actions>>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]]
154 +** [[Authentication and Security>>Development-Authentication and Security]]
155 +** [[General Best Practices>>Development-General Best Practices]]
156 +** [[WOForm Best Practices>>Development-WOForm Best Practices]]
157 +** [[WODisplayGroup>>Development-WODisplayGroup]]
158 +** [[Debugging Techniques>>Development-Debugging Techniques]]
159 +** [[Direct Connect>>Development-Direct Connect]]
160 +** [[Frameworks>>Development-Frameworks]]
161 +** [[Ajax>>Development-Ajax]]
162 +** [[CSS>>Development-CSS]]
163 +** [[Sending Emails>>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 -
166 +** [[Common Pitfalls and Troubleshooting>>Development-Common Pitfalls and Troubleshooting]]
172 172  * Advanced
173 -
174 -*
175 -** [[Application Server URL Creation>>WebApplictions-Development-UrlCreation]]
176 -** [[Audit Trails>>Web Applications-Development-Audit Trails]]
177 -** [[Backtracking>>Web Applications-Development-Backtracking]]
168 +** [[Application Server URL Creation>>Development-UrlCreation]]
169 +** [[Audit Trails>>Development-Audit Trails]]
170 +** [[Backtracking>>Development-Backtracking]]
178 178  ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
179 -** [[Image Thumbnailing>>Web Applications-Development-Thumbnailing]]
180 -** [[Database vs Filesystem (aka Images in the Database?)>>Web Applications-Development-Database vs Filesystem]]
172 +** [[Image Thumbnailing>>Development-Thumbnailing]]
173 +** [[Database vs Filesystem (aka Images in the Database?)>>Development-Database vs Filesystem]]
181 181  ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
182 -** [[Stateless Components>>Web Applications-Development-Stateless Components]]
175 +** [[Stateless Components>>Development-Stateless Components]]
183 183  ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
184 -** [[WOEvents and Logging>>Web Applications-Development-WOEvents and Logging]]
185 -** [[PDF Generation>>Web Applications-Development-PDF Generation]]
186 -** [[Excel Generation>>Web Applications-Development-Excel Generation]]
187 -** [[SSL>>Web Applications-Development-SSL requests via https protocol]]
188 -** [[Localization and Internationalization>>Web Applications-Development-Localization and Internationalization]]
189 -** [[Testing and JUnit>>Web Applications-Development-Testing and JUnit]]
190 -** [[Custom Error Handling>>Web Applications-Development-Custom Error Handling]]
177 +** [[WOEvents and Logging>>Development-WOEvents and Logging]]
178 +** [[PDF Generation>>Development-PDF Generation]]
179 +** [[Excel Generation>>Development-Excel Generation]]
180 +** [[SSL>>Development-SSL requests via https protocol]]
181 +** [[Localization and Internationalization>>Development-Localization and Internationalization]]
182 +** [[Testing and JUnit>>Development-Testing and JUnit]]
183 +** [[Custom Error Handling>>Development-Custom Error Handling]]
191 191  ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]]
192 -** [[Custom Templates>>Web Applications-Development-Custom Templates]]
193 -** [[Calling Commandline Applications>>Web Applications-Development-Calling Commandline Applications]]
185 +** [[Custom Templates>>Development-Custom Templates]]
186 +** [[Calling Commandline Applications>>Calling Commandline Applications]]
194 194  ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]]
195 -** [[Profiling WO Apps>>Web Applications-Development-Profiling WO Apps]]
196 -** [[J2EE Integration>>Web Applications-Development-J2EE Integration]]
197 -** [[Third Party Jars>>Web Applications-Development-Third Party Jars]]
198 -** [[Generating Static Pages>>Web Applications-Development-Generating Static Pages]]
188 +** [[Profiling WO Apps>>Development-Profiling WO Apps]]
189 +** [[J2EE Integration>>Development-J2EE Integration]]
190 +** [[Third Party Jars>>Development-Third Party Jars]]
191 +** [[Generating Static Pages>>Development-Generating Static Pages]]
199 199  ** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]]
200 -** [[Custom Resource Manager>>Web Applications-Development-Custom Resource Manager]]
201 -** [[Persistent Sessions>>Web Applications-Development-Persistent Sessions]]
202 -** [[How Forms Work>>Web Applications-Development-How Forms Work]]
203 -* [[Development on Windows>>Web Applications-Development-Development on Windows]]
204 -* [[Tips and Tricks>>Web Applications-Development-Tips and Tricks]]
193 +** [[Custom Resource Manager>>Development-Custom Resource Manager]]
194 +** [[Persistent Sessions>>Development-Persistent Sessions]]
195 +** [[How Forms Work>>Development-How Forms Work]]
196 +* [[Development on Windows>>Development-Development on Windows]]
197 +* [[Tips and Tricks>>Development-Tips and Tricks]]
205 205  * Examples
206 -** [[Hands On Hello World>>Hands On___Hello World - Your First WebObjects Application]]
207 -** [[Page Layout>>Web Applications-Development-Examples-Page Layout]]
208 -** [[List Components>>Web Applications-Development-Examples-List Components]]
209 -** [[Calendar Component>>Web Applications-Development-Examples-Calendar Component]]
210 -** [[Path Inspector>>Web Applications-Development-Examples-Path Inspector]]
211 -** [[Alphabetic List>>Web Applications-Development-Examples-Alphabetic List]]
212 -** [[Login>>Web Applications-Development-Examples-Login]]
213 -** [[Anchors>>Web Applications-Development-Examples-Anchors]]
214 -** [[Open Link in New Window>>Web Applications-Development-Examples-Open Link in New Window]]
215 -** [[Return a File>>Web Applications-Development-Examples-Return a File]]
199 +** [[Hands On Hello World>>Hello World - Your First WebObjects Application]]
200 +** [[Page Layout>>Development-Examples-Page Layout]]
201 +** [[List Components>>Development-Examples-List Components]]
202 +** [[Calendar Component>>Development-Examples-Calendar Component]]
203 +** [[Path Inspector>>Development-Examples-Path Inspector]]
204 +** [[Alphabetic List>>Development-Examples-Alphabetic List]]
205 +** [[Login>>Development-Examples-Login]]
206 +** [[Anchors>>Development-Examples-Anchors]]
207 +** [[Open Link in New Window>>Development-Examples-Open Link in New Window]]
208 +** [[Return a File>>Development-Examples-Return a File]]
216 216  
217 217  == Deployment ==
218 218  
219 -* [[Overview>>Web Applications-Deployment-Overview]]
212 +* [[Overview>>Deployment-Overview]]
220 220  * Required Reading
221 -** [[Apache>>Web Applications-Deployment-Apache]]
222 -** [[Memory Settings>>Web Applications-Deployment-Memory Settings]]
223 -** [[Standard Deployment>>Web Applications-Deployment-Standard Deployment]]
224 -** [[wotaskd>>Web Applications-Deployment-wotaskd]]
225 -** [[Java Monitor>>Web Applications-Deployment-Java Monitor]]
226 -** [[Logging>>Web Applications-Deployment-Logging]]
227 -** [[Split Install>>Programming__WebObjects-Web Applications-Deployment-Split Install]]
228 -** [[Common Pitfalls and Troubleshooting>>Web Applications-Deployment-Common Pitfalls and Troubleshooting]]
214 +** [[Apache>>Deployment-Apache]]
215 +** [[Memory Settings>>Deployment-Memory Settings]]
216 +** [[Standard Deployment>>Deployment-Standard Deployment]]
217 +** [[wotaskd>>Deployment-wotaskd]]
218 +** [[Java Monitor>>Deployment-Java Monitor]]
219 +** [[Logging>>Deployment-Logging]]
220 +** [[Split Install>>Deployment-Split Install]]
221 +** [[Common Pitfalls and Troubleshooting>>Deployment-Common Pitfalls and Troubleshooting]]
229 229  
230 230  * Advanced
231 -** [[WOStats>>Web Applications-Deployment-WOStats]]
232 -** [[Additional Monitoring>>Web Applications-Deployment-Additional Monitoring]]
224 +** [[WOStats>>Deployment-WOStats]]
225 +** [[Additional Monitoring>>Deployment-Additional Monitoring]]
233 233  ** [[Debugging wotaskd and JavaMonitor]]
234 -** [[Scheduled Restart>>Web Applications-Deployment-Scheduled Restart]]
227 +** [[Scheduled Restart>>Deployment-Scheduled Restart]]
235 235  ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
236 -** [[J2EE and Servlet Deployment>>Web Applications-Deployment-J2EE and Servlet Deployment]]
237 -** [[Tomcat Deployment>>Web Applications-Deployment-Tomcat Deployment]]
229 +** [[J2EE and Servlet Deployment>>Deployment-J2EE and Servlet Deployment]]
230 +** [[Tomcat Deployment>>Deployment-Tomcat Deployment]]
238 238  ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
239 -** [[Killing WOA Processes>>Web Applications-Deployment-Killing WOA Processes]]
240 -** [[Debugging Frozen Deployed Instances>>Web Applications-Deployment-Debugging Frozen Deployed Instances]]
232 +** [[Killing WOA Processes>>Deployment-Killing WOA Processes]]
233 +** [[Debugging Frozen Deployed Instances>>Deployment-Debugging Frozen Deployed Instances]]
234 +** [[WOAdaptorInfo>>Deployment-WOAdaptorInfo]]
241 241  
242 242  * Platform Specifics
243 -** [[Mac OS X Server>>Programming__WebObjects-Web Applications-Deployment-Mac OS X Server]]
244 -** [[Linux>>Programming__WebObjects-Web Applications-Deployment-Linux]]
245 -** [[Solaris WO5.3.3>>Programming__WebObjects-Web Applications-Deployment-Solaris WO5.3.3]]
246 -** [[FreeBSD WO5.2>>Web Applications-Deployment-FreeBSD WO5.2]]
247 -** [[FreeBSD WO5.3>>Web Applications-Deployment-FreeBSD WO5.3]]
248 -** [[FreeBSD 6.2 WO 5.3.3>>Web Applications-Deployment-FreeBSD 6.2 WO5.3.3]]
249 -** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Web Applications-Deployment-FreeBSD 6.x WO 5.3.3 port]]
250 -** [[Windows>>Web Applications-Deployment-Windows]]
237 +** [[Mac OS X Server>>Deployment-Mac OS X Server]]
238 +** [[Linux>>Web Applications-Deployment-Linux]]
239 +** [[Solaris WO5.3.3>>Deployment-Solaris WO5.3.3]]
240 +** [[FreeBSD WO5.2>>Deployment-FreeBSD WO5.2]]
241 +** [[FreeBSD WO5.3>>Deployment-FreeBSD WO5.3]]
242 +** [[FreeBSD 6.2 WO 5.3.3>>Deployment-FreeBSD 6.2 WO5.3.3]]
243 +** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deployment-FreeBSD 6.x WO 5.3.3 port]]
244 +** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Deployment-Windows]]
245 +** [[Current Windows (WO 5.4 on Win2003)>>Deployment-Windows WO 5.3 - WO 5.4]]
251 251  
252 252  * Helpful Tools & Shellscripts
253 -** [[Capistrano (Overview)>>Web Applications-Deployment-Capistrano (Overview)]]
248 +** [[Capistrano (Overview)>>Deployment-Capistrano (Overview)]]
254 254  
255 255  = Web Services =
256 256  
... ... @@ -274,13 +274,19 @@
274 274  
275 275  * [[Examples>>Programming__WebObjects-Web Services-Examples]]
276 276  
277 -= Java Client =
272 += Direct To Web (D2W) =
278 278  
274 +{{include value="Direct To Web (D2W and ERD2W)"}}{{/include}}
275 +
276 += Java Client, Direct to Java Client (D2JC) =
277 +
279 279  * [[Overview>>Java Client-Overview]]
279 +* Direct to Java Client
280 +** [[Getting Started with Direct to Java Client (D2JC)>>Getting Started with Direct to Java Client (D2JC)]]
280 280  * [[Required Reading>>Java Client-Required Reading]]
281 281  * Building
282 282  ** [[Client-Side Classes JAR>>Java Client-WebStart Distribution Building]]
283 -** [[WOLips Incremental Builder>>Java Client-WebStart Incremental Build]]
284 +** [[WebStart WOLips Incremental Builder>>Java Client-WebStart Incremental Build]]
284 284  ** [[Additional Java Client files and settings>>Java Client-Additional Files and Settings]]
285 285  * [[Trouble-Shooting>>Java Client-Trouble Shooting]]
286 286  * [[Complimentary Frameworks>>Java Client-Complimentary Frameworks]]
... ... @@ -295,30 +295,65 @@
295 295  
296 296  * [[Overview>>Project WONDER-Overview]]
297 297  * Required Reading
298 -** [[Installing>>Project WONDER-Installing]]
299 +** [[Installing>>WONDER:Download Wonder Source, Build, Install and Upgrade]]
299 299  ** [[Quickstart>>Project WONDER-Quickstart]]
300 300  ** [[History>>Project WONDER-History]]
302 +** [[Properties File Settings>>Project Wonder Properties Files]]
301 301  ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]]
302 302  *** [[Ajax>>Project WONDER-Frameworks-Ajax]]
303 -*** [[DynaReporting>>Programming__WebObjects-Project WONDER-Frameworks-DynaReporting]]
305 +*** [[AjaxLook>>Project WONDER-Frameworks-AjaxLook]]
306 +*** [[BTBusinessLogic>>Project WONDER-Frameworks-BTBusinessLogic]]
307 +*** [[DRGrouping>>Project WONDER-Frameworks-DRGrouping]]
308 +*** [[DerbyPlugIn>>Project WONDER-Frameworks-DerbyPlugIn]]
309 +*** [[ERAttachment>>Project WONDER-Frameworks-ERAttachment]]
310 +*** [[ERCaching>>Project WONDER-Frameworks-ERCaching]]
304 304  *** [[ERCalendar>>Project WONDER-Frameworks-ERCalendar]]
312 +*** [[ERCaptcha>>Project WONDER-Frameworks-ERCaptcha]]
305 305  *** [[ERChangeNotificationJMS>>Project WONDER-Frameworks-ERChangeNotificationJMS]]
314 +*** [[ERChronic>>Project WONDER-Frameworks-ERChronic]]
306 306  *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
307 307  *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
317 +*** [[ERDivaLook>>ERDivaLook]]
318 +*** [[ERDivaliteLook>>Wonder:ERDivaliteLook Framework]]
319 +*** [[ERExcelLook>>Project WONDER-Frameworks-ERExcelLook]]
308 308  *** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]]
309 309  *** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]]
322 +*** [[ERIUI>>Project WONDER-Frameworks-ERIUI]]
323 +*** [[ERIndexing>>Project WONDER-Frameworks-ERIndexing]]
324 +*** [[ERJGroupsSynchronizer>>Project WONDER-Frameworks-ERJGroupsSynchronizer]]
325 +*** [[ERJQuery>>ERJQuery]]
326 +*** [[ERJars>>Project WONDER-Frameworks-ERJars]]
310 310  *** [[ERJavaMail>>Project WONDER-Frameworks-ERJavaMail]]
311 -*** [[ERXMigration>>Project WONDER-Frameworks-ERXMigration]]
328 +*** [[ERXNavigation>>Project WONDER-Frameworks-ERXNavigation]]
329 +*** [[ERMoviesLogic>>Project WONDER-Frameworks-ERMoviesLogic]]
330 +*** [[ERNeutralLook>>Project WONDER-Frameworks-ERNeutralLook]]
331 +*** [[EROpenID>>Project WONDER-Frameworks-EROpenID]]
332 +*** [[EROraclePlugIn>>Project WONDER-Frameworks-EROraclePlugIn]]
333 +*** [[ERPDFGeneration>>Project WONDER-Frameworks-ERPDFGeneration]]
312 312  *** [[ERPlot>>Project WONDER-Frameworks-ERPlot]]
335 +*** [[ERPrototaculous>>ERPrototaculous]]
313 313  *** [[ERPrototypes>>Programming__WebObjects-Project WONDER-Frameworks-ERPrototypes]]
337 +*** [[ERRest>>Project WONDER-Frameworks-ERRest]]
314 314  *** [[ERSelenium>>Project WONDER-Frameworks-ERSelenium]]
315 -*** [[ExcelGeneration>>Project WONDER-Frameworks-ExcelGeneration]]
339 +*** [[ERTaggable>>Project WONDER-Frameworks-ERTaggable]]
340 +*** [[ERWorkerChannel>>Project WONDER-Frameworks-ERWorkerChannel]]
341 +*** [[ExcelGenerator>>Project WONDER-Frameworks-ExcelGeneration]]
342 +*** [[FrontBasePlugIn>>Project WONDER-Frameworks-FrontBasePlugIn]]
343 +*** [[GoogleChart>>Project WONDER-Frameworks-GoogleChart]]
344 +*** [[JavaFSAdaptor>>Project WONDER-Frameworks-JavaFSAdaptor]]
345 +*** [[JavaMemoryAdaptor>>Project WONDER-Frameworks-JavaMemoryAdaptor]]
346 +*** [[JavaMonitorFramework>>Project WONDER-Frameworks-JavaMonitorFramework]]
347 +*** [[JavaRESTAdaptor>>Project WONDER-Frameworks-JavaRESTAdaptor]]
316 316  *** [[JavaWOExtensions>>Programming__WebObjects-Project WONDER-Frameworks-JavaWOExtensions]]
317 317  *** [[PostgresqlPlugin>>Project WONDER-Frameworks-PostgresqlPlugin]]
318 -*** [[SVGObjects>>Programming__WebObjects-Project WONDER-Frameworks-SVGObjects]]
350 +*** [[SproutCore>>Project WONDER-Frameworks-SproutCore]]
319 319  *** [[Validity>>Project WONDER-Frameworks-Validity]]
352 +*** [[WOJavaRebel>>Project WONDER-Frameworks-WOJavaRebel]]
353 +*** [[WOLips>>Project WONDER-Frameworks-WOLips]]
320 320  *** [[WOOgnl>>Project WONDER-Frameworks-WOOgnl]]
321 321  *** [[WOPaypal>>Project WONDER-Frameworks-WOPaypal]]
356 +*** [[WRReporting>>Project WONDER-Frameworks-WRReporting]]
357 +*** [[YUI>>Project WONDER-Frameworks-YUI]]
322 322  ** [[Adaptors>>Programming__WebObjects-Project WONDER-Adaptors]]
323 323  ** [[PlugIns>>Programming__WebObjects-Project WONDER-PlugIns]]
324 324  * Advanced
... ... @@ -327,9 +327,9 @@
327 327  
328 328  == WireHose ==
329 329  
330 -* [[Overview>>Wirehose-Overview]]
366 +* [[Overview>>Wirehose]]
331 331  * Basic Concepts
332 -** [[Content Management>>Programming__WebObjects-Wirehose-Content Management]]
368 +** [[Content Management>>Wirehose-Content Management]]
333 333  ** [[Personalization>>Wirehose-Personalization]]
334 334  ** [[Access Control>>Wirehose-Access Control]]
335 335  ** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]]
... ... @@ -359,7 +359,7 @@
359 359  
360 360  == Houdah WebObjects Frameworks ==
361 361  
362 -* [[Overview>>Houdah WebObjects Frameworks-Overview]]
398 +* [[Overview>>Houdah WebObjects Frameworks]]
363 363  * [[HoudahFoundation>>HoudahFoundation]]: Extensions and additions to the Foundation framework
364 364  * [[HoudahEOControl>>HoudahEOControl]]: Extensions and additions to the EOControl framework
365 365  * [[HoudahEOAccess>>HoudahEOAccess]]: Extensions and additions to the EOAccess framework
... ... @@ -380,6 +380,10 @@
380 380  * [[JBND Website>>http://web.mac.com/flor385/JBND]]
381 381  * [[JBND Wikipedia>>http://en.wikipedia.org/wiki/JBND]]
382 382  
419 +== Validation Next Generation (enhanced validation) ==
420 +
421 +[[Validation Next Generation]]
422 +
383 383  = Development Tools =
384 384  
385 385  * [[Overview>>Programming__WebObjects-Development Tools-Overview]]
... ... @@ -389,19 +389,10 @@
389 389  * [[EOModeler>>EOF-Modeling-EOModeler]]
390 390  * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
391 391  * [[Running Though Apache>>Development Tools-Running Through Apache]]
392 -* [[WebObjects and Subversion>>Web Applications-Development-WebObjects and Subversion]]
432 +* [[WebObjects and Subversion>>Development-WebObjects and Subversion]]
433 +* [[Hudson>>Installing and Using the Hudson build server]]
434 +* [[JRebel>>Using JRebel (previously called JavaRebel) with WOLips]]
393 393  
394 -= Direct-To =
395 -
396 -* [[Overview>>Programming__WebObjects-Direct-To-Overview]]
397 -* Required Reading
398 -** [[Web>>Direct-To-Web]]
399 -** [[Java Client>>Programming__WebObjects-Direct-To-Java Client]]
400 -** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-Direct-To-Common Pitfalls and Troubleshooting]]
401 -* Advanced
402 -** [[ERD2W - part of the WONDER frameworks>>Programming__WebObjects-Direct-To-ERD2W]]
403 -* [[Examples>>Programming__WebObjects-Direct-To-Examples]]
404 -
405 405  = Case Studies =
406 406  
407 407  * [[iTunes Music Store>>Programming__WebObjects-Case Studies-iTunes Music Store]]
... ... @@ -420,11 +420,11 @@
420 420  * [[Open Laszlo]]
421 421  * [[Mozilla XUL]]
422 422  * [[Cocoa]]
454 +* [[Eclipse Rich Client Platform (RCP)>>WO:Eclipse Rich Client Platform (RCP)]]
423 423  
424 424  = Testing =
425 425  
426 -* [[ProgrammingWebObjects-Testing-Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]]
427 -
458 +* [[JUnit and TestNG>>Testing-JUnit and TestNG]]
428 428  * [[Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]]
429 429  * [[WOUnitTest>>Testing-WOUnitTest]]
430 430