Wiki source code of Home

Version 1077.1 by David Avendasora on 2008/07/01 16:52

Hide last authors
cmeyer 1064.1 1 See [[instructions for editing>>WOCOM]]. This site replaces the [[wikibook>>http://en.wikibooks.org/wiki/Programming:WebObjects]], which has been deprecated.
fisherja 1057.1 2 [[image:hero_webobjects.jpg||align="right" vspace="4" hspace="4"]]
cmeyer 1064.1 3 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.
Gavin Eadie 1044.1 4
fisherja 1057.1 5 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.
6
7 Originally developed by NeXT Computer Inc., in the mid 1990s, it was ported by Apple to Mac OS X and Mac OS X Server in Objective-C and then completely translated to Java for version 5.0.
8
cmeyer 1064.1 9 It is an incredibly flexible set of frameworks exemplified by Apples 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]].
fisherja 1057.1 10
11 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
13 In addition Apple, Inc. also provides [[free>>http://www.apple.com/support/webobjects/]] and [[paid-for>>http://www.apple.com/services/technicalsupport/]] support options.
14
Marc Guenther 856.1 15 |= Contents
David Avendasora 1050.1 16 | {{section}}
cmeyer 1064.1 17 # [#Introduction]
18 # [#License]
19 # [#Foundation]
20 # [#Enterprise Object Framework (EOF)]
21 ## [#Introduction]
22 ## [#Modeling]
23 ## [#Using EOF]
24 # Client Strategies:
25 ## [#Web Applications]
26 ### [#Introduction]
27 ### [#Development]
28 ### [#Deployment]
29 ## [Java Client]
30 ## [#Web Services]
31 ## [Cocoa Client] (Mac and iPhone)
32 ## [Adobe Flex Client]
33 # [#Complementary Frameworks]
34 ## [#Project WONDER]
35 ## [#WireHose]
36 ## [#LEWOStuff]
37 ## [#GVC Frameworks and GVC.SiteMaker]
38 ## [#Houdah WebObjects Frameworks]
39 # [#Development Tools]
40 # [Best Practices|Best Practices]
41 # [#Direct-To]
42 # [#Case Studies]
43 # [#Integration with other clients]
44 # [#Testing]
45 # [#Database Compatibility/Comparisons]
46 # [#Alternative Technologies Pros/Cons]
47 # [#Additional Resources]
David Avendasora 1050.1 48 {{/section}}
Pascal Robert 602.1 49
Marc Guenther 856.1 50 = Introduction =
Pascal Robert 602.1 51
Pascal Robert 860.1 52 * [[What is WebObjects?>>Overview-What is WebObjects]]
Pascal Robert 872.1 53 * [[History>>Overview-History]]
David Avendasora 1050.1 54 * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
Pascal Robert 872.1 55 * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
fisherja 1057.1 56 * [[Scratch Setup of WebObjects Development on a Mac>>WOL:Scratch Setup of WebObjects Development on a Mac]]
David Avendasora 1050.1 57 * [[Hands On Hello World - Your First WebObjects Application>>Hands On___Hello World - Your First WebObjects Application]]
Pascal Robert 602.1 58 * [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]]
59 * [[WebObjects for Database Developers]]
60 * [[Naming Conventions]]
61
Marc Guenther 856.1 62 = License =
Pascal Robert 602.1 63
David Avendasora 1050.1 64 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:
Pascal Robert 602.1 65
David Avendasora 1050.1 66 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.
Pascal Robert 602.1 67
David Avendasora 1050.1 68 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]].
69
Marc Guenther 856.1 70 = Foundation =
Pascal Robert 602.1 71
David Avendasora 1050.1 72 * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
Pascal Robert 872.1 73 * [[Key-Value Coding>>Overview-Key Value Coding]]
Pascal Robert 602.1 74
Marc Guenther 856.1 75 = Enterprise Object Framework (EOF) =
Pascal Robert 602.1 76
Marc Guenther 856.1 77 == Introduction ==
Pascal Robert 602.1 78
Pascal Robert 882.1 79 * [[Overview>>EOF-Overview]]
Pascal Robert 602.1 80
Marc Guenther 856.1 81 == Modeling ==
Pascal Robert 602.1 82
David Avendasora 1050.1 83 * [[Overview>>Programming__WebObjects-EOF-Modeling-Overview]]
Pascal Robert 602.1 84 * Required Reading
Pascal Robert 882.1 85 ** [[Entities>>EOF-Modeling-Entities]]
86 ** [[GlobalIDs>>EOF-Modeling-GlobalIDs]]
87 ** [[Attributes>>EOF-Modeling-Attributes]]
Pascal Robert 602.1 88 ** [[Relationships>>Programming__WebObjects-EOF-Modeling-Relationships]]
Pascal Robert 882.1 89 ** [[Entity Inheritance>>EOF-Modeling-Inheritance]]
David Avendasora 1050.1 90 ** [[Fetch Specifications>>Programming__WebObjects-EOF-Modeling-Fetch Specifications]]
Pascal Robert 602.1 91 ** [[SQL Generation>>Programming__WebObjects-EOF-Modeling-SQL Generation]]
92 ** [[Code Generation>>Programming__WebObjects-EOF-Modeling-Code Generation]]
93 ** [[Reverse Engineering>>Programming__WebObjects-EOF-Modeling-Reverse Engineering]]
Pascal Robert 882.1 94 ** [[Common Pitfalls and Troubleshooting>>EOF-Modeling-Common Pitfalls and Troubleshooting]]
95 ** [[EOModeler>>EOF-Modeling-EOModeler]]
96 ** [[EOModeler on Windows>>EOF-Modeling-EOModeler on Windows]]
97 ** [[Booleans>>EOF-Modeling-Booleans]]
Pascal Robert 602.1 98 * Advanced
David Avendasora 1050.1 99 ** [[JDBC>>Programming__WebObjects-EOF-Modeling-JDBC]]
Pascal Robert 602.1 100 ** [[JNDI>>Programming__WebObjects-EOF-Modeling-JNDI]]
101 ** [[Stored Procedures>>Programming__WebObjects-EOF-Modeling-Stored Procedures]]
Pascal Robert 882.1 102 ** [[Prototypes>>EOF-Modeling-Prototypes]]
Pascal Robert 602.1 103 ** [[Multiple Models>>Programming__WebObjects-EOF-Modeling-Multiple Models]]
Pascal Robert 882.1 104 ** [[Custom Attributes>>EOF-Modeling-Custom Attributes]]
fisherja 1057.1 105 ** [[Strategy Design Pattern as an Alternative to Entity Inheritance>>Using Strategy Design Pattern with EOF]]
Pascal Robert 882.1 106 * [[Examples>>EOF-Modeling-Examples]]
Pascal Robert 602.1 107
Marc Guenther 856.1 108 == Using EOF ==
Pascal Robert 602.1 109
Pascal Robert 882.1 110 * [[Overview>>EOF-Using EOF-Overview]]
Pascal Robert 602.1 111 * Required Reading
Pascal Robert 882.1 112 ** [[The EOF Commandments>>EOF-Using EOF-The EOF Commandments]]
Pascal Robert 602.1 113 ** [[EO Enterprise Object>>Programming__WebObjects-EOF-Using EOF-EO Enterprise Object]]
Pascal Robert 882.1 114 ** [[EO Editing Context>>EOF-Using EOF-EO Editing Context]]
Pascal Robert 602.1 115 ** [[EO Object Store>>Programming__WebObjects-EOF-Using EOF-EO Object Store]]
116 ** [[EO Database>>Programming__WebObjects-EOF-Using EOF-EO Database]]
117 ** [[EO Adaptor>>Programming__WebObjects-EOF-Using EOF-EO Adapter]]
Pascal Robert 882.1 118 ** [[Context and Database Locking>>EOF-Using EOF-Context and Database Locking]]
David Avendasora 1050.1 119 ** [[Faulting>>Programming__WebObjects-EOF-Using EOF-Faulting]]
120 ** [[Fetching>>Programming__WebObjects-EOF-Using EOF-Fetching]]
Pascal Robert 602.1 121 ** [[Updating>>Programming__WebObjects-EOF-Using EOF-Updating]]
David Avendasora 1050.1 122 ** [[Deleting>>Programming__WebObjects-EOF-Using EOF-Deleting]]
Pascal Robert 882.1 123 ** [[Caching and Freshness>>EOF-Using EOF-Caching and Freshness]]
124 ** [[Optimistic Locking>>EOF-Using EOF-Optimistic Locking]]
125 ** [[Memory Management>>EOF-Using EOF-Memory Management]]
126 ** [[EOF Best Practices>>EOF-Using EOF-EOF Best Practices]]
127 ** [[Configuration Settings>>EOF-Using EOF-Configuration Settings]]
128 ** [[Common Pitfalls and Troubleshooting>>EOF-Using EOF-Common Pitfalls and Troubleshooting]]
Pascal Robert 602.1 129 * Advanced
Pascal Robert 886.1 130 ** [[EOGenerator>>EOF-Using EOF-EOGenerator]]
131 ** [[Logging>>EOF-Using EOF-Logging]]
Pascal Robert 888.1 132 ** [[EOF Performance Tuning>>EOF-Using EOF-EOF Performance Tuning]]
Pascal Robert 890.1 133 ** [[Primary Keys>>EOF-Using EOF-Primary Keys]]
134 ** [[Compound Primary Keys>>EOF-Using EOF-Compound Primary Keys]]
Pascal Robert 896.1 135 ** [[Concurrency>>EOF-Using EOF-Concurrency]]
136 ** [[Validation>>EOF-Using EOF-Validation]]
137 ** [[Database Adaptors and Plugins>>EOF-Using EOF-Database Adaptors and Plugins]]
Pascal Robert 898.1 138 ** [[Undo and Redo>>EOF-Using EOF-Undo and Redo]]
Pascal Robert 602.1 139 ** [[EO's and Multiple Editing Contexts>>Programming__WebObjects-EOF-Using EOF-EO's and Multiple Editing Contexts]]
Pascal Robert 898.1 140 ** [[EOSharedEditingContext>>EOF-Using EOF-EOSharedEditingContext]]
David Avendasora 902.1 141 ** [[Raw Rows>>EOF-Using EOF-Raw Rows]]
142 ** [[Batch Fetching>>EOF-Using EOF-Batch Fetching]]
143 ** [[Fetch Limits>>EOF-Using EOF-Fetch Limits]]
144 ** [[Bulk Operations>>EOF-Using EOF-Bulk Operations]]
145 ** [[Schema Changes>>EOF-Using EOF-Schema Changes]]
146 ** [[Delegates and Notifications>>EOF-Using EOF-Delegates and Notifications]]
147 ** [[Multiple Stacks or Instances>>EOF-Using EOF-Multiple Stacks or Instances]]
148 ** [[Custom Qualifiers>>EOF-Using EOF-Custom Qualifiers]]
149 ** [[Localization and Internationalization>>EOF-Using EOF-Localization and Internationalization]]
150 ** [[Default Values>>EOF-Using EOF-Default Values]]
151 ** [[Custom EOAdaptor>>EOF-Using EOF-Custom EOAdaptor]]
152 ** [[EOF Traces>>EOF-Using EOF-EOF Traces]]
153 ** [[Problems>>EOF-Using EOF-Problems]]
154 * [[Tips and Tricks>>EOF-Using EOF-Tips and Tricks]]
Pascal Robert 602.1 155 * [[Examples>>Programming__WebObjects-EOF-Using EOF-Examples]]
David Avendasora 902.1 156 * [[Help//EOF//is//Doing//Strange//Things//>>EOF-Using EOF-Breaking EOF]]
Pascal Robert 602.1 157
Marc Guenther 856.1 158 = Web Applications =
Pascal Robert 602.1 159
Marc Guenther 856.1 160 == Introduction ==
Pascal Robert 602.1 161
David Avendasora 1050.1 162 * [[Overview>>Programming__WebObjects-Web Applications-Overview]]
Pascal Robert 602.1 163
Marc Guenther 856.1 164 == Development ==
Pascal Robert 602.1 165
166 * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]]
fisherja 1057.1 167 * [[Beginner's Guide>>Programming__WebObjects-Web Applications-Development-Beginner's Guide]]
Pascal Robert 602.1 168 * Required Reading
David Avendasora 902.1 169 ** [[Apache>>Development Tools-Running Through Apache]]
David Avendasora 1050.1 170 ** [[WO Adaptor>>Web Applications-Development-WO Adaptor]]
Pascal Robert 602.1 171 ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
David Avendasora 1050.1 172 ** [[WO Session>>Web Applications-Development-WO Session]]
Pascal Robert 602.1 173 ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]]
David Avendasora 1050.1 174 *** [[Binding Synchronization>>Web Applications-Development-WO Component-Binding Synchronization]]
175 *** [[Code, Templates, and WODs>>Web Applications-Development-WO Component-Code Template and WODs]]
176 *** [[Built-in Components>>Programming__WebObjects-Web Applications-Development-WO Component-Built-in Components]]
177 ** [[Component Actions>>Web Applications-Development-Component Actions]]
178 ** [[Direct Actions>>Web Applications-Development-Direct Actions]]
Pascal Robert 602.1 179 ** [[Request-Response Loop>>Programming__WebObjects-Web Applications-Development-Request-Response Loop]]
180 ** [[Using EOF in a WOA>>Programming__WebObjects-Web Applications-Development-Using EOF in a WOA]]
David Avendasora 1050.1 181 ** [[Authentication and Security>>Web Applications-Development-Authentication and Security]]
182 ** [[General Best Practices>>Web Applications-Development-General Best Practices]]
183 ** [[WOForm Best Practices>>Web Applications-Development-WOForm Best Practices]]
184 ** [[WODisplayGroup>>Web Applications-Development-WODisplayGroup]]
185 ** [[Debugging Techniques>>Programming__WebObjects-Web Applications-Development-Debugging Techniques]]
186 ** [[Direct Connect>>Web Applications-Development-Direct Connect]]
187 ** [[Frameworks>>Web Applications-Development-Frameworks]]
188 ** [[Ajax>>Web Applications-Development-Ajax]]
189 ** [[CSS>>Web Applications-Development-CSS]]
190 ** [[Sending Emails>>Web Applications-Development-Sending Emails]]
Pascal Robert 602.1 191 ** [[The Build Products>>Programming__WebObjects-Web Applications-Development-Build Products]]
192 ** [[Errors and Explanations>>Programming__WebObjects-Web Applications-Development-Errors and Explanations]]
David Avendasora 1050.1 193 ** [[Common Pitfalls and Troubleshooting>>Web Applications-Development-Common Pitfalls and Troubleshooting]]
Pascal Robert 602.1 194 * Advanced
David Avendasora 1050.1 195 ** [[Audit Trails>>Web Applications-Development-Audit Trails]]
196 ** [[Backtracking>>Web Applications-Development-Backtracking]]
Pascal Robert 602.1 197 ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
David Avendasora 1050.1 198 ** [[Image Thumbnailing>>Web Applications-Development-Thumbnailing]]
199 ** [[Database vs Filesystem (aka Images in the Database?)>>Web Applications-Development-Database vs Filesystem]]
Pascal Robert 602.1 200 ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
David Avendasora 1050.1 201 ** [[Stateless Components>>Web Applications-Development-Stateless Components]]
Pascal Robert 602.1 202 ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
David Avendasora 1050.1 203 ** [[WOEvents and Logging>>Web Applications-Development-WOEvents and Logging]]
204 ** [[PDF Generation>>Web Applications-Development-PDF Generation]]
205 ** [[Excel Generation>>Web Applications-Development-Excel Generation]]
David Avendasora 1072.1 206 ** [[SSL>>Web Applications-Development-SSL]]
David Avendasora 1050.1 207 ** [[Localization and Internationalization>>Web Applications-Development-Localization and Internationalization]]
208 ** [[Testing and JUnit>>Web Applications-Development-Testing and JUnit]]
209 ** [[Custom Error Handling>>Web Applications-Development-Custom Error Handling]]
Pascal Robert 602.1 210 ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]]
David Avendasora 1050.1 211 ** [[Custom Templates>>Web Applications-Development-Custom Templates]]
212 ** [[Calling Commandline Applications>>Web Applications-Development-Calling Commandline Applications]]
Pascal Robert 602.1 213 ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]]
David Avendasora 1050.1 214 ** [[Profiling WO Apps>>Web Applications-Development-Profiling WO Apps]]
215 ** [[J2EE Integration>>Web Applications-Development-J2EE Integration]]
David Avendasora 1072.1 216 ** [[WebObjects and Subversion>>Web Applications-Development-WebObjects and Subversion]]
David Avendasora 1050.1 217 ** [[Third Party Jars>>Web Applications-Development-Third Party Jars]]
218 ** [[Generating Static Pages>>Web Applications-Development-Generating Static Pages]]
David Avendasora 902.1 219 ** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]]
David Avendasora 1050.1 220 ** [[Custom Resource Manager>>Web Applications-Development-Custom Resource Manager]]
221 ** [[Persistent Sessions>>Web Applications-Development-Persistent Sessions]]
222 ** [[How Forms Work>>Web Applications-Development-How Forms Work]]
223 * [[Development on Windows>>Web Applications-Development-Development on Windows]]
224 * [[Tips and Tricks>>Web Applications-Development-Tips and Tricks]]
Pascal Robert 602.1 225 * Examples
David Avendasora 1050.1 226 ** [[Hands On Hello World>>Hands On___Hello World - Your First WebObjects Application]]
227 ** [[Page Layout>>Web Applications-Development-Examples-Page Layout]]
228 ** [[List Components>>Web Applications-Development-Examples-List Components]]
229 ** [[Calendar Component>>Web Applications-Development-Examples-Calendar Component]]
230 ** [[Path Inspector>>Web Applications-Development-Examples-Path Inspector]]
231 ** [[Alphabetic List>>Web Applications-Development-Examples-Alphabetic List]]
232 ** [[Login>>Web Applications-Development-Examples-Login]]
233 ** [[Anchors>>Web Applications-Development-Examples-Anchors]]
234 ** [[Open Link in New Window>>Web Applications-Development-Examples-Open Link in New Window]]
235 ** [[Return a File>>Web Applications-Development-Examples-Return a File]]
Pascal Robert 602.1 236
Marc Guenther 856.1 237 == Deployment ==
Pascal Robert 602.1 238
David Avendasora 1050.1 239 * [[Overview>>Web Applications-Deployment-Overview]]
Pascal Robert 602.1 240 * Required Reading
David Avendasora 1050.1 241 ** [[Apache>>Web Applications-Deployment-Apache]]
242 ** [[Memory Settings>>Web Applications-Deployment-Memory Settings]]
243 ** [[Standard Deployment>>Web Applications-Deployment-Standard Deployment]]
244 ** [[wotaskd>>Web Applications-Deployment-wotaskd]]
245 ** [[Java Monitor>>Web Applications-Deployment-Java Monitor]]
246 ** [[Logging>>Web Applications-Deployment-Logging]]
247 ** [[Split Install>>Programming__WebObjects-Web Applications-Deployment-Split Install]]
248 ** [[Common Pitfalls and Troubleshooting>>Web Applications-Deployment-Common Pitfalls and Troubleshooting]]
Pascal Robert 602.1 249 * Advanced
David Avendasora 1050.1 250 ** [[WOStats>>Web Applications-Deployment-WOStats]]
251 ** [[Additional Monitoring>>Web Applications-Deployment-Additional Monitoring]]
fisherja 1057.1 252 ** [[Debugging wotaskd and JavaMonitor]]
David Avendasora 1050.1 253 ** [[Scheduled Restart>>Web Applications-Deployment-Scheduled Restart]]
Pascal Robert 602.1 254 ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
David Avendasora 1050.1 255 ** [[J2EE and Servlet Deployment>>Web Applications-Deployment-J2EE and Servlet Deployment]]
256 ** [[Tomcat Deployment>>Web Applications-Deployment-Tomcat Deployment]]
Pascal Robert 602.1 257 ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
David Avendasora 1050.1 258 ** [[Killing WOA Processes>>Web Applications-Deployment-Killing WOA Processes]]
259 ** [[Debugging Frozen Deployed Instances>>Web Applications-Deployment-Debugging Frozen Deployed Instances]]
Pascal Robert 602.1 260 * Platform Specifics
David Avendasora 1050.1 261 ** [[Mac OS X Server>>Programming__WebObjects-Web Applications-Deployment-Mac OS X Server]]
262 ** [[Linux>>Programming__WebObjects-Web Applications-Deployment-Linux]]
fisherja 1057.1 263 ** [[Solaris WO5.3.3>>Programming__WebObjects-Web Applications-Deployment-Solaris WO5.3.3]]
David Avendasora 1050.1 264 ** [[FreeBSD WO5.2>>Web Applications-Deployment-FreeBSD WO5.2]]
265 ** [[FreeBSD WO5.3>>Web Applications-Deployment-FreeBSD WO5.3]]
266 ** [[FreeBSD 6.2 WO 5.3.3>>Web Applications-Deployment-FreeBSD 6.2 WO5.3.3]]
267 ** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Web Applications-Deployment-FreeBSD 6.x WO 5.3.3 port]]
cmeyer 1064.1 268 ** [[Windows>>Web Applications-Deployment-Windows]]
Pascal Robert 602.1 269 * Helpful Tools & Shellscripts
270
Marc Guenther 856.1 271 = Web Services =
Pascal Robert 602.1 272
273 * [[Overview>>Programming__WebObjects-Web Services-Overview]]
274 * Required Reading
David Avendasora 902.1 275 ** [[WO as a Web Service Provider>>Web Services-Web Service Provider]]
276 ** [[WO as a Web Service Consumer>>Web Services-Web Service Consumer]]
Pascal Robert 602.1 277 ** [[Interoperability>>Programming__WebObjects-Web Services-Interoperability]]
David Avendasora 902.1 278 ** [[Common Pitfalls and Troubleshooting>>Web Services-Common Pitfalls and Troubleshooting]]
Pascal Robert 602.1 279 * General Info
David Avendasora 902.1 280 ** [[Instructions for .NET consuming Direct to WebServices>>Web Services-Instructions for .NET consuming Direct to WebServices]]
281 ** [[Testing Services with Terminal>>Web Services-Testing Services with Terminal]]
Pascal Robert 602.1 282 * Advanced
David Avendasora 902.1 283 ** [[Sending Large Data>>Web Services-Sending Large Data]]
284 ** [[How to Trust Any SSL Certificate>>Web Services-How to Trust Any SSL Certificate]]
285 ** [[Problems>>Web Services-Problems]]
286 ** [[Controlling Enterprise Object Serialisation>>Web Services-Controlling Enterprise Object Serialisation]]
287 ** [[Controlling WSDL Service Location>>Web Services-Controlling WSDL Service Location]]
288 ** [[Integration with WebServicesCore on MacOS-X>>Web Services-Integration with WebServicesCore on MacOS-X]]
289 ** [[Working With Temporary GlobalIDs>>Web Services-Working With Temporary GlobalIDs]]
Pascal Robert 602.1 290
291 * [[Examples>>Programming__WebObjects-Web Services-Examples]]
292
cmeyer 1064.1 293 = Java Client =
fisherja 1057.1 294
295 * [[Overview>>Java Client-Overview]]
296 * [[Required Reading>>Java Client-Required Reading]]
297 * Building
David Avendasora 1076.1 298 ** [[Client-Side Classes JAR>>Java Client-WebStart Distribution Building]]
Florijan Stamenkovic 1074.1 299 ** [[WOLips Incremental Builder>>Java Client-WebStart Incremental Build]]
fisherja 1057.1 300 * [[Complimentary Frameworks>>Java Client-Complimentary Frameworks]]
301 * [[Advanced>>Programming__WebObjects-Java Client-Advanced]]
302 * [[Interface Builder>>Programming__WebObjects-Java Client-Interface Builder]]
303 * [[svn>>Programming__WebObjects-Java Client-svn]]
304 * [[Examples>>Programming__WebObjects-Java Client-Examples]]
305
Marc Guenther 856.1 306 = Complementary Frameworks =
307
308 == Project WONDER ==
309
David Avendasora 902.1 310 * [[Overview>>Project WONDER-Overview]]
Pascal Robert 602.1 311 * Required Reading
David Avendasora 1050.1 312 ** [[Installing>>Project WONDER-Installing]]
David Avendasora 902.1 313 ** [[Quickstart>>Project WONDER-Quickstart]]
314 ** [[History>>Project WONDER-History]]
Pascal Robert 602.1 315 ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]]
David Avendasora 902.1 316 *** [[Ajax>>Project WONDER-Frameworks-Ajax]]
Pascal Robert 1056.1 317 *** [[DynaReporting>>Programming__WebObjects-Project WONDER-Frameworks-DynaReporting]]
David Avendasora 902.1 318 *** [[ERCalendar>>Project WONDER-Frameworks-ERCalendar]]
319 *** [[ERChangeNotificationJMS>>Project WONDER-Frameworks-ERChangeNotificationJMS]]
Pascal Robert 602.1 320 *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
321 *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
David Avendasora 902.1 322 *** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]]
323 *** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]]
324 *** [[ERJavaMail>>Project WONDER-Frameworks-ERJavaMail]]
325 *** [[ERPlot>>Project WONDER-Frameworks-ERPlot]]
Pascal Robert 602.1 326 *** [[ERPrototypes>>Programming__WebObjects-Project WONDER-Frameworks-ERPrototypes]]
David Avendasora 902.1 327 *** [[ERSelenium>>Project WONDER-Frameworks-ERSelenium]]
Pascal Robert 1056.1 328 *** [[ExcelGeneration>>Project WONDER-Frameworks-ExcelGeneration]]
Pascal Robert 602.1 329 *** [[JavaWOExtensions>>Programming__WebObjects-Project WONDER-Frameworks-JavaWOExtensions]]
David Avendasora 902.1 330 *** [[PostgresqlPlugin>>Project WONDER-Frameworks-PostgresqlPlugin]]
Pascal Robert 1056.1 331 *** [[SVGObjects>>Programming__WebObjects-Project WONDER-Frameworks-SVGObjects]]
David Avendasora 902.1 332 *** [[Validity>>Project WONDER-Frameworks-Validity]]
333 *** [[WOOgnl>>Project WONDER-Frameworks-WOOgnl]]
334 *** [[WOPaypal>>Project WONDER-Frameworks-WOPaypal]]
Pascal Robert 602.1 335 ** [[Adaptors>>Programming__WebObjects-Project WONDER-Adaptors]]
336 ** [[PlugIns>>Programming__WebObjects-Project WONDER-PlugIns]]
337 * Advanced
338 * [[Examples>>Programming__WebObjects-Project WONDER-Examples]]
339 * [[Troubleshooting>>Wonder:Troubleshooting]]
340
Marc Guenther 856.1 341 == WireHose ==
Pascal Robert 602.1 342
David Avendasora 1050.1 343 * [[Overview>>Wirehose-Overview]]
Pascal Robert 602.1 344 * Basic Concepts
David Avendasora 1050.1 345 ** [[Content Management>>Programming__WebObjects-Wirehose-Content Management]]
David Avendasora 902.1 346 ** [[Personalization>>Wirehose-Personalization]]
347 ** [[Access Control>>Wirehose-Access Control]]
348 ** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]]
349 ** [[Rapid Development>>Wirehose-Rapid Revelopment]]
Pascal Robert 602.1 350 * Reference
David Avendasora 902.1 351 ** [[Installation>>Wirehose-Installation]]
Pascal Robert 602.1 352 ** Online Reference Library
353 *** [[Developer Overview>>http://www.wirehose.com/developer/DeveloperOverview.html]]
354 *** [[Java API Reference>>http://www.wirehose.com/developer/javadoc/]]
355 *** [[Properties Reference>>http://www.wirehose.com/developer/Properties.html]]
356 *** [[Database setup>>http://www.wirehose.com/developer/DatabaseSetup.html]]
357 *** [[Regular Expressions>>http://www.wirehose.com/developer/javadoc/com/stevesoft/pat/package-summary.html#reference]]
358 * Recently Deployed Sites
359 ** [[Paizo.com>>http://www.paizo.com]]
360 ** [[Eurovision Song Contest Store>>http://www.eurovisiondownloadshop.tv/cgi-bin/WebObjects/Eurovision]]
361 ** [[Bilka Music Download Store>>http://bilka.phonofile.dk/cgi-bin/WebObjects/Bilka]]
362 ** [[Jubii Music Download Store>>http://musikdownload.jubii.dk/cgi-bin/WebObjects/Jubii]]
363 ** [[Uziing (Scandanavian "Toys-R-Us") Music Store>>http://www.uziing.com/]] (UI is all in Flash)
364
Marc Guenther 856.1 365 == LEWOStuff ==
Pascal Robert 602.1 366
David Avendasora 902.1 367 * [[Overview>>LEWOStuff-Overview]]
Pascal Robert 602.1 368
Marc Guenther 856.1 369 == GVC Frameworks and GVC.SiteMaker ==
Pascal Robert 602.1 370
David Avendasora 902.1 371 * [[Overview>>GVC Frameworks-Overview]]
Pascal Robert 602.1 372
fisherja 1057.1 373 == Houdah WebObjects Frameworks ==
374
375 * [[Overview>>Houdah WebObjects Frameworks-Overview]]
376 * [[HoudahFoundation>>HoudahFoundation]]: Extensions and additions to the Foundation framework
377 * [[HoudahEOControl>>HoudahEOControl]]: Extensions and additions to the EOControl framework
378 * [[HoudahEOAccess>>HoudahEOAccess]]: Extensions and additions to the EOAccess framework
379 * [[HoudahRuleEngine>>HoudahRuleEngine]]: Rule engine used by several of the below frameworks
380 * [[HoudahEOValidation>>HoudahEOValidation]]: Rule based validation
381 * [[HoudahMessages>>HoudahMessages]]: Rule based localizable error messages
382 * [[HoudahAuditTrail>>HoudahAuditTrail]]: Tracks user and timestamp of last change
383 * [[HoudahViewComponents>>HoudahViewComponents]]: High level, large grain view components using stateless cells
384 * [[HoudahControlComponents>>HoudahControlComponents]]: Control layer for EOF based CRUD applications
385 * [[HoudahAgileComponents>>HoudahAgileComponents]]: Rule based control layer for CRUD application (D2W replacement)
386
Marc Guenther 856.1 387 = Development Tools =
388
Pascal Robert 602.1 389 * [[Overview>>Programming__WebObjects-Development Tools-Overview]]
David Avendasora 902.1 390 * [[Eclipse and WOlips>>Development Tools-Eclipse and WOlips]]
Pascal Robert 1026.1 391 * [[Xcode>>Development Tools-Xcode]]
Pascal Robert 882.1 392 * [[EOModeler>>EOF-Modeling-EOModeler]]
Pascal Robert 602.1 393 * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
David Avendasora 902.1 394 * [[Running Though Apache>>Development Tools-Running Through Apache]]
Pascal Robert 602.1 395
cmeyer 1064.1 396 = Direct-To =
397
398 * [[Overview>>Programming__WebObjects-Direct-To-Overview]]
399 * Required Reading
400 ** [[Web>>Direct-To-Web]]
401 ** [[Java Client>>Programming__WebObjects-Direct-To-Java Client]]
402 ** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-Direct-To-Common Pitfalls and Troubleshooting]]
403 * Advanced
404 ** [[ERD2W - part of the WONDER frameworks>>Programming__WebObjects-Direct-To-ERD2W]]
405 * [[Examples>>Programming__WebObjects-Direct-To-Examples]]
406
Marc Guenther 856.1 407 = Case Studies =
Pascal Robert 602.1 408
409 * [[iTunes Music Store>>Programming__WebObjects-Case Studies-iTunes Music Store]]
410 * [[.Mac>>Programming__WebObjects-Case Studies-.Mac]]
411 * [[Apple Store>>Programming__WebObjects-Case Studies-Apple Store]]
412 * [[Original Dell Store>>Programming__WebObjects-Case Studies-Original Dell Store]]
413 * [[Radar>>Programming__WebObjects-Case Studies-Radar]]
David Avendasora 902.1 414 * [[ShopToIt.ca>>Case Studies-ShopToIt.ca]]
415 * [[EverLearn>>Case Studies-EverLearn]]
Marc Guenther 856.1 416 * [[WebObjects Showcase>>WebObjects Showcase]]
David Avendasora 902.1 417 * [[WebObjects Sites>>Case Studies-WebObjects Sites]]
Pascal Robert 602.1 418
Marc Guenther 856.1 419 = Integration with other clients =
Pascal Robert 602.1 420
Marc Guenther 856.1 421 * [[Flex]]
422 * [[Open Laszlo]]
423 * [[Mozilla XUL]]
424 * [[Cocoa]]
Pascal Robert 602.1 425
Marc Guenther 856.1 426 = Testing =
Pascal Robert 602.1 427
Pascal Robert 1056.1 428 * [[ProgrammingWebObjects-Testing-Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]]
cmeyer 1064.1 429
David Avendasora 902.1 430 * [[Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]]
431 * [[WOUnitTest>>Testing-WOUnitTest]]
Pascal Robert 602.1 432
Marc Guenther 856.1 433 = Database Compatibility / Comparisons =
434
David Avendasora 902.1 435 * [[FrontBase>>Database Compatibility and Comparisons-FrontBase]]
436 * [[OpenBase>>Database Compatibility and Comparisons-OpenBase]]
437 * [[MySQL>>Database Compatibility and Comparisons-MySQL]]
438 * [[PostgreSQL>>Database Compatibility and Comparisons-PostgreSQL]]
439 * [[Oracle>>Database Compatibility and Comparisons-Oracle]]
440 * [[Sybase>>Database Compatibility and Comparisons-Sybase]]
Pascal Robert 602.1 441 * [[SQLServer>>Programming__WebObjects-Database Compatibility and Comparisons-SQLServer]]
David Avendasora 902.1 442 * [[Data Migration>>Database Compatibility and Comparisons-DataMigration]]
443 * [[Informix>>Database Compatibility and Comparisons-Informix]]
Pascal Robert 602.1 444
Marc Guenther 856.1 445 = Alternative Technologies Pros / Cons =
Pascal Robert 602.1 446
David Avendasora 902.1 447 * [[ASP.NET>>Alternative Technologies-ASP.NET]]
Pascal Robert 602.1 448 * [[ASP.NET + Monorail>>Programming__WebObjects-Alternative Technologies-ASP.NET+Monorail]]
449 * [[JSP and Taglibs>>Programming__WebObjects-Alternative Technologies-JSP and Taglibs]]
450 * [[EJB>>Programming__WebObjects-Alternative Technologies-EJB]]
451 * [[Hibernate>>Programming__WebObjects-Alternative Technologies-Hibernate]]
452 * [[Core Data>>Programming__WebObjects-Alternative Technologies-Core Data]]
453 * [[Cayenne>>Programming__WebObjects-Alternative Technologies-Cayenne]]
454 * [[Tapestry>>Programming__WebObjects-Alternative Technologies-Tapestry]]
David Avendasora 902.1 455 * [[Ruby on Rails>>Alternative Technologies-Ruby on Rails]]
Pascal Robert 602.1 456 * [[Struts>>Programming__WebObjects-Alternative Technologies-Struts]]
457 * [[WebWork>>Programming__WebObjects-Alternative Technologies-WebWork]]
458 * [[SOPE>>Programming__WebObjects-Alternative Technologies-SOPE]]
459
Marc Guenther 856.1 460 = Additional Resources =
Pascal Robert 602.1 461
David Avendasora 902.1 462 * [[Websites>>Additional Resources-Websites]]
463 * [[Mailing Lists>>Mailing Lists]]
464 * [[Tutorials>>Tutorials]]
465 * [[Books>>Additional Resources-Books]]
Pascal Robert 602.1 466 * [[Periodicals>>Programming__WebObjects-Additional Resources-Periodicals]]
David Avendasora 902.1 467 * [[Authors>>Additional Resources-Authors]]
468 * [[Training>>Additional Resources-WebObjects Training]]
469 * [[User groups]]
fisherja 1057.1 470 * [[Known Bugs]]