Wiki source code of Home

Version 1087.1 by sklein on 2009/03/24 11:01

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