Changes for page Home

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

From version 1355.1
edited by Greg.Brown
on 2009/09/26 11:59
Change comment: add existing frameworks (found in ~/Roots) to Project Wonder list
To version 1349.1
edited by Pascal Robert
on 2010/09/19 10:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gbrown
1 +XWiki.probert
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,18 @@
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 + {{/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]]
25 +* [[Foundation>>Overview-Foundation]]
32 32  * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
33 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]]
28 +* [[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]]
43 +* [[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]]
54 +* [[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]]
61 +** [[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]]
70 +** [[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]]
90 +** [[Faulting>>EOF-Using EOF-Faulting]]
91 +** [[Fetching>>EOF-Using EOF-Fetching]]
98 98  ** [[Updating>>Programming__WebObjects-EOF-Using EOF-Updating]]
99 -** [[Deleting>>Programming__WebObjects-EOF-Using EOF-Deleting]]
93 +** [[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,12 +136,12 @@
136 136  
137 137  == Introduction ==
138 138  
139 -* [[Overview>>Programming__WebObjects-Web Applications-Overview]]
133 +* [[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]]
138 +* [[Beginner's Guide>>Development-Beginner's Guide]]
145 145  * Required Reading
146 146  ** [[Apache>>Development Tools-Running Through Apache]]
147 147  ** [[WO Adaptor>>Web Applications-Development-WO Adaptor]]
... ... @@ -150,105 +150,106 @@
150 150  ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]]
151 151  *** [[Binding Synchronization>>Web Applications-Development-WO Component-Binding Synchronization]]
152 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 +*** [[Built-in Components>>Development-WO Component-Built-in Components]]
148 +** [[Component Actions>>Development-Component Actions]]
149 +** [[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]]
152 +** [[Authentication and Security>>Development-Authentication and Security]]
153 +** [[General Best Practices>>Development-General Best Practices]]
160 160  ** [[WOForm Best Practices>>Web Applications-Development-WOForm Best Practices]]
161 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]]
156 +** [[Debugging Techniques>>Development-Debugging Techniques]]
157 +** [[Direct Connect>>Development-Direct Connect]]
158 +** [[Frameworks>>Development-Frameworks]]
159 +** [[Ajax>>Development-Ajax]]
160 +** [[CSS>>Development-CSS]]
167 167  ** [[Sending Emails>>Web Applications-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]]
164 +** [[Common Pitfalls and Troubleshooting>>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]]
166 +** [[Application Server URL Creation>>Development-UrlCreation]]
167 +** [[Audit Trails>>Development-Audit Trails]]
168 +** [[Backtracking>>Development-Backtracking]]
175 175  ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
176 176  ** [[Image Thumbnailing>>Web Applications-Development-Thumbnailing]]
177 -** [[Database vs Filesystem (aka Images in the Database?)>>Web Applications-Development-Database vs Filesystem]]
171 +** [[Database vs Filesystem (aka Images in the Database?)>>Development-Database vs Filesystem]]
178 178  ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
179 179  ** [[Stateless Components>>Web Applications-Development-Stateless Components]]
180 180  ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
181 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]]
176 +** [[PDF Generation>>Development-PDF Generation]]
177 +** [[Excel Generation>>Development-Excel Generation]]
184 184  ** [[SSL>>Web Applications-Development-SSL requests via https protocol]]
185 185  ** [[Localization and Internationalization>>Web Applications-Development-Localization and Internationalization]]
186 186  ** [[Testing and JUnit>>Web Applications-Development-Testing and JUnit]]
187 -** [[Custom Error Handling>>Web Applications-Development-Custom Error Handling]]
181 +** [[Custom Error Handling>>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]]
183 +** [[Custom Templates>>Development-Custom Templates]]
184 +** [[Calling Commandline Applications>>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 192  ** [[Profiling WO Apps>>Web Applications-Development-Profiling WO Apps]]
193 -** [[J2EE Integration>>Web Applications-Development-J2EE Integration]]
187 +** [[J2EE Integration>>Development-J2EE Integration]]
194 194  ** [[Third Party Jars>>Web Applications-Development-Third Party Jars]]
195 -** [[Generating Static Pages>>Web Applications-Development-Generating Static Pages]]
189 +** [[Generating Static Pages>>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]]
191 +** [[Custom Resource Manager>>Development-Custom Resource Manager]]
198 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]]
193 +** [[How Forms Work>>Development-How Forms Work]]
194 +* [[Development on Windows>>Development-Development on Windows]]
201 201  * [[Tips and Tricks>>Web Applications-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]]
197 +** [[Hands On Hello World>>Hello World - Your First WebObjects Application]]
198 +** [[Page Layout>>Development-Examples-Page Layout]]
199 +** [[List Components>>Development-Examples-List Components]]
200 +** [[Calendar Component>>Development-Examples-Calendar Component]]
201 +** [[Path Inspector>>Development-Examples-Path Inspector]]
202 +** [[Alphabetic List>>Development-Examples-Alphabetic List]]
203 +** [[Login>>Development-Examples-Login]]
204 +** [[Anchors>>Development-Examples-Anchors]]
205 +** [[Open Link in New Window>>Development-Examples-Open Link in New Window]]
206 +** [[Return a File>>Development-Examples-Return a File]]
213 213  
214 214  == Deployment ==
215 215  
216 -* [[Overview>>Web Applications-Deployment-Overview]]
210 +* [[Overview>>Deployment-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]]
212 +** [[Apache>>Deployment-Apache]]
213 +** [[Memory Settings>>Deployment-Memory Settings]]
214 +** [[Standard Deployment>>Deployment-Standard Deployment]]
215 +** [[wotaskd>>Deployment-wotaskd]]
216 +** [[Java Monitor>>Deployment-Java Monitor]]
217 +** [[Logging>>Deployment-Logging]]
218 +** [[Split Install>>Deployment-Split Install]]
219 +** [[Common Pitfalls and Troubleshooting>>Deployment-Common Pitfalls and Troubleshooting]]
226 226  
227 227  * Advanced
228 -** [[WOStats>>Web Applications-Deployment-WOStats]]
229 -** [[Additional Monitoring>>Web Applications-Deployment-Additional Monitoring]]
222 +** [[WOStats>>Deployment-WOStats]]
223 +** [[Additional Monitoring>>Deployment-Additional Monitoring]]
230 230  ** [[Debugging wotaskd and JavaMonitor]]
231 -** [[Scheduled Restart>>Web Applications-Deployment-Scheduled Restart]]
225 +** [[Scheduled Restart>>Deployment-Scheduled Restart]]
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]]
227 +** [[J2EE and Servlet Deployment>>Deployment-J2EE and Servlet Deployment]]
228 +** [[Tomcat Deployment>>Deployment-Tomcat Deployment]]
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]]
230 +** [[Killing WOA Processes>>Deployment-Killing WOA Processes]]
231 +** [[Debugging Frozen Deployed Instances>>Deployment-Debugging Frozen Deployed Instances]]
232 +** [[WOAdaptorInfo>>Deployment-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]]
235 +** [[Mac OS X Server>>Deployment-Mac OS X Server]]
236 +** [[Linux>>Web Applications-Deployment-Linux]]
237 +** [[Solaris WO5.3.3>>Deployment-Solaris WO5.3.3]]
238 +** [[FreeBSD WO5.2>>Deployment-FreeBSD WO5.2]]
239 +** [[FreeBSD WO5.3>>Deployment-FreeBSD WO5.3]]
240 +** [[FreeBSD 6.2 WO 5.3.3>>Deployment-FreeBSD 6.2 WO5.3.3]]
241 +** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deployment-FreeBSD 6.x WO 5.3.3 port]]
242 +** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Deployment-Windows]]
243 +** [[Current Windows (WO 5.4 on Win2003)>>Windows Deployment WO 5.3 - WO 5.4]]
249 249  
250 250  * Helpful Tools & Shellscripts
251 -** [[Capistrano (Overview)>>Web Applications-Deployment-Capistrano (Overview)]]
246 +** [[Capistrano (Overview)>>Deployment-Capistrano (Overview)]]
252 252  
253 253  = Web Services =
254 254  
... ... @@ -274,13 +274,17 @@
274 274  
275 275  = Direct To Web (D2W) =
276 276  
272 +Please see [[Direct To Web (D2W and ERD2W)>>Direct To Web (D2W and ERD2W)]]
273 +
277 277  * Direct to Web
278 278  ** [[Overview - What is Direct to Web?>>What is Direct to Web]]
279 279  ** [[D2W Rule System>>The D2W Rule System]]
277 +** [[D2W Rules Reference - Cookbook - FAQ>>D2W Rules Reference - Cookbook - FAQ]]
280 280  ** [[Direct to Web>>Direct-To-Web]] Getting started (older docs than the overview and rule system docs)
281 281  ** See David Leber's presentation [[available as part of the WOWODC West 2009 conference materials>>http://www.wocommunity.org/wowodc09/]]
282 282  * Advanced
283 -** [[ERD2W - part of the WONDER frameworks>>Programming__WebObjects-Direct-To-ERD2W]]
281 +** ERD2W - part of the WONDER frameworks
282 +** [[(ER)D2W Flow Control>>D2W Flow Control]]
284 284  ** See Anjo Krank's presentation [[available as part of the WOWODC 2008 conference materials>>http://www.wocommunity.org/wowodc08/]]
285 285  ** [[Using ERD2WWizardCreationPage]]
286 286  * Examples
... ... @@ -294,7 +294,7 @@
294 294  
295 295  * [[Overview>>Java Client-Overview]]
296 296  * Direct to Java Client
297 -** [[Getting Started with Direct to Java Client (D2JC)]]
296 +** [[Getting Started with Direct to Java Client (D2JC)>>Getting Started with Direct to Java Client (D2JC)]]
298 298  * [[Required Reading>>Java Client-Required Reading]]
299 299  * Building
300 300  ** [[Client-Side Classes JAR>>Java Client-WebStart Distribution Building]]
... ... @@ -332,6 +332,7 @@
332 332  *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
333 333  *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
334 334  *** [[ERDivaLook>>ERDivaLook]]
334 +*** [[ERDivaliteLook>>Wonder:ERDivaliteLook Framework]]
335 335  *** [[ERExcelLook>>Project WONDER-Frameworks-ERExcelLook]]
336 336  *** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]]
337 337  *** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]]
... ... @@ -338,6 +338,7 @@
338 338  *** [[ERIUI>>Project WONDER-Frameworks-ERIUI]]
339 339  *** [[ERIndexing>>Project WONDER-Frameworks-ERIndexing]]
340 340  *** [[ERJGroupsSynchronizer>>Project WONDER-Frameworks-ERJGroupsSynchronizer]]
341 +*** [[ERJQuery>>ERJQuery]]
341 341  *** [[ERJars>>Project WONDER-Frameworks-ERJars]]
342 342  *** [[ERJavaMail>>Project WONDER-Frameworks-ERJavaMail]]
343 343  *** [[ERXNavigation>>Project WONDER-Frameworks-ERXNavigation]]
... ... @@ -378,9 +378,9 @@
378 378  
379 379  == WireHose ==
380 380  
381 -* [[Overview>>Wirehose-Overview]]
382 +* [[Overview>>Wirehose]]
382 382  * Basic Concepts
383 -** [[Content Management>>Programming__WebObjects-Wirehose-Content Management]]
384 +** [[Content Management>>Wirehose-Content Management]]
384 384  ** [[Personalization>>Wirehose-Personalization]]
385 385  ** [[Access Control>>Wirehose-Access Control]]
386 386  ** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]]
... ... @@ -410,7 +410,7 @@
410 410  
411 411  == Houdah WebObjects Frameworks ==
412 412  
413 -* [[Overview>>Houdah WebObjects Frameworks-Overview]]
414 +* [[Overview>>Houdah WebObjects Frameworks]]
414 414  * [[HoudahFoundation>>HoudahFoundation]]: Extensions and additions to the Foundation framework
415 415  * [[HoudahEOControl>>HoudahEOControl]]: Extensions and additions to the EOControl framework
416 416  * [[HoudahEOAccess>>HoudahEOAccess]]: Extensions and additions to the EOAccess framework
... ... @@ -446,6 +446,7 @@
446 446  * [[Running Though Apache>>Development Tools-Running Through Apache]]
447 447  * [[WebObjects and Subversion>>Web Applications-Development-WebObjects and Subversion]]
448 448  * [[Hudson>>Installing and Using the Hudson build server]]
450 +* [[JRebel>>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]]
470 +* [[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]]
474 +* [[JUnit and TestNG>>Testing-JUnit and TestNG]]
472 472  * [[Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]]
473 473  * [[WOUnitTest>>Testing-WOUnitTest]]
474 -* [[JUnit>>Testing-JUnit and TestNG]]
475 475  
476 476  = Database Compatibility / Comparisons =
477 477