Wiki source code of Home

Version 1054.1 by David Holt on 2009/09/26 23:26

Hide last authors
David Avendasora 1050.1 1 {{info title="How to Contribute to this Wiki"}}
Kieran Kelleher 1042.1 2
David Holt 1054.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).
Kieran Kelleher 1042.1 4
David Avendasora 1050.1 5 {{/info}}
Kieran Kelleher 1042.1 6
David Holt 1054.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"]]
Gavin Eadie 1044.1 9
David Holt 1054.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.
Gavin Eadie 1044.1 11
David Holt 1054.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.
Gavin Eadie 1044.1 13
David Holt 1054.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.
Gavin Eadie 1044.1 15
David Holt 1054.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]].
David Avendasora 1050.1 17
David Holt 1054.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.
David Avendasora 1050.1 19
David Holt 1054.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.
David Avendasora 1050.1 21
Marc Guenther 856.1 22 |= Contents
David Avendasora 1050.1 23 | {{section}}
David Holt 1054.1 24 {toc:style=disc|indent=20px}
David Avendasora 1050.1 25 {{/section}}
Pascal Robert 602.1 26
Marc Guenther 856.1 27 = Introduction =
Pascal Robert 602.1 28
Pascal Robert 860.1 29 * [[What is WebObjects?>>Overview-What is WebObjects]]
Pascal Robert 872.1 30 * [[History>>Overview-History]]
David Avendasora 1050.1 31 * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
Pascal Robert 872.1 32 * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
David Avendasora 1050.1 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
Marc Guenther 856.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
Marc Guenther 856.1 47 = Foundation =
Pascal Robert 602.1 48
David Avendasora 1050.1 49 * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
Pascal Robert 872.1 50 * [[Key-Value Coding>>Overview-Key Value Coding]]
Pascal Robert 602.1 51
Marc Guenther 856.1 52 = Enterprise Object Framework (EOF) =
Pascal Robert 602.1 53
Marc Guenther 856.1 54 == Introduction ==
Pascal Robert 602.1 55
Pascal Robert 882.1 56 * [[Overview>>EOF-Overview]]
Pascal Robert 602.1 57
Marc Guenther 856.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
Pascal Robert 882.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]]
Pascal Robert 882.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]]
Pascal Robert 882.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]]
Pascal Robert 882.1 79 ** [[Prototypes>>EOF-Modeling-Prototypes]]
Pascal Robert 602.1 80 ** [[Multiple Models>>Programming__WebObjects-EOF-Modeling-Multiple Models]]
Pascal Robert 882.1 81 ** [[Custom Attributes>>EOF-Modeling-Custom Attributes]]
David Holt 1054.1 82 ** [[Strategy Design Pattern as an Alternative to Entity Inheritance>>Using Strategy Design Pattern with EOF]]
Pascal Robert 882.1 83 * [[Examples>>EOF-Modeling-Examples]]
Pascal Robert 602.1 84
Marc Guenther 856.1 85 == Using EOF ==
Pascal Robert 602.1 86
Pascal Robert 882.1 87 * [[Overview>>EOF-Using EOF-Overview]]
Pascal Robert 602.1 88 * Required Reading
Pascal Robert 882.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]]
Pascal Robert 882.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]]
Pascal Robert 882.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]]
Pascal Robert 882.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
Pascal Robert 886.1 107 ** [[EOGenerator>>EOF-Using EOF-EOGenerator]]
108 ** [[Logging>>EOF-Using EOF-Logging]]
Pascal Robert 888.1 109 ** [[EOF Performance Tuning>>EOF-Using EOF-EOF Performance Tuning]]
Pascal Robert 890.1 110 ** [[Primary Keys>>EOF-Using EOF-Primary Keys]]
111 ** [[Compound Primary Keys>>EOF-Using EOF-Compound Primary Keys]]
Pascal Robert 896.1 112 ** [[Concurrency>>EOF-Using EOF-Concurrency]]
113 ** [[Validation>>EOF-Using EOF-Validation]]
114 ** [[Database Adaptors and Plugins>>EOF-Using EOF-Database Adaptors and Plugins]]
Pascal Robert 898.1 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]]
Pascal Robert 898.1 117 ** [[EOSharedEditingContext>>EOF-Using EOF-EOSharedEditingContext]]
David Avendasora 902.1 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 902.1 133 * [[Help//EOF//is//Doing//Strange//Things//>>EOF-Using EOF-Breaking EOF]]
Pascal Robert 602.1 134
Marc Guenther 856.1 135 = Web Applications =
Pascal Robert 602.1 136
Marc Guenther 856.1 137 == Introduction ==
Pascal Robert 602.1 138
David Avendasora 1050.1 139 * [[Overview>>Programming__WebObjects-Web Applications-Overview]]
Pascal Robert 602.1 140
Marc Guenther 856.1 141 == Development ==
Pascal Robert 602.1 142
143 * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]]
David Holt 1054.1 144 * [[Beginner's Guide>>Programming__WebObjects-Web Applications-Development-Beginner's Guide]]
Pascal Robert 602.1 145 * Required Reading
David Avendasora 902.1 146 ** [[Apache>>Development Tools-Running Through Apache]]
David Avendasora 1050.1 147 ** [[WO Adaptor>>Web Applications-Development-WO Adaptor]]
Pascal Robert 602.1 148 ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
David Avendasora 1050.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 1050.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]]
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]]
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 1050.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]]
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]]
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 1050.1 170 ** [[Common Pitfalls and Troubleshooting>>Web Applications-Development-Common Pitfalls and Troubleshooting]]
Pascal Robert 602.1 171 * Advanced
David Holt 1054.1 172 ** [[Application Server URL Creation>>WebApplictions-Development-UrlCreation]]
David Avendasora 1050.1 173 ** [[Audit Trails>>Web Applications-Development-Audit Trails]]
174 ** [[Backtracking>>Web Applications-Development-Backtracking]]
Pascal Robert 602.1 175 ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
David Avendasora 1050.1 176 ** [[Image Thumbnailing>>Web Applications-Development-Thumbnailing]]
177 ** [[Database vs Filesystem (aka Images in the Database?)>>Web Applications-Development-Database vs Filesystem]]
Pascal Robert 602.1 178 ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
David Avendasora 1050.1 179 ** [[Stateless Components>>Web Applications-Development-Stateless Components]]
Pascal Robert 602.1 180 ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
David Avendasora 1050.1 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]]
David Holt 1054.1 184 ** [[SSL>>Web Applications-Development-SSL requests via https protocol]]
David Avendasora 1050.1 185 ** [[Localization and Internationalization>>Web Applications-Development-Localization and Internationalization]]
186 ** [[Testing and JUnit>>Web Applications-Development-Testing and JUnit]]
187 ** [[Custom Error Handling>>Web Applications-Development-Custom Error Handling]]
Pascal Robert 602.1 188 ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]]
David Avendasora 1050.1 189 ** [[Custom Templates>>Web Applications-Development-Custom Templates]]
190 ** [[Calling Commandline Applications>>Web Applications-Development-Calling Commandline Applications]]
Pascal Robert 602.1 191 ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]]
David Avendasora 1050.1 192 ** [[Profiling WO Apps>>Web Applications-Development-Profiling WO Apps]]
193 ** [[J2EE Integration>>Web Applications-Development-J2EE Integration]]
194 ** [[Third Party Jars>>Web Applications-Development-Third Party Jars]]
195 ** [[Generating Static Pages>>Web Applications-Development-Generating Static Pages]]
David Avendasora 902.1 196 ** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]]
David Avendasora 1050.1 197 ** [[Custom Resource Manager>>Web Applications-Development-Custom Resource Manager]]
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]]
201 * [[Tips and Tricks>>Web Applications-Development-Tips and Tricks]]
Pascal Robert 602.1 202 * Examples
David Avendasora 1050.1 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]]
Pascal Robert 602.1 213
Marc Guenther 856.1 214 == Deployment ==
Pascal Robert 602.1 215
David Avendasora 1050.1 216 * [[Overview>>Web Applications-Deployment-Overview]]
Pascal Robert 602.1 217 * Required Reading
David Avendasora 1050.1 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]]
David Holt 1054.1 226
Pascal Robert 602.1 227 * Advanced
David Avendasora 1050.1 228 ** [[WOStats>>Web Applications-Deployment-WOStats]]
229 ** [[Additional Monitoring>>Web Applications-Deployment-Additional Monitoring]]
David Holt 1054.1 230 ** [[Debugging wotaskd and JavaMonitor]]
David Avendasora 1050.1 231 ** [[Scheduled Restart>>Web Applications-Deployment-Scheduled Restart]]
Pascal Robert 602.1 232 ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
David Avendasora 1050.1 233 ** [[J2EE and Servlet Deployment>>Web Applications-Deployment-J2EE and Servlet Deployment]]
234 ** [[Tomcat Deployment>>Web Applications-Deployment-Tomcat Deployment]]
Pascal Robert 602.1 235 ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
David Avendasora 1050.1 236 ** [[Killing WOA Processes>>Web Applications-Deployment-Killing WOA Processes]]
237 ** [[Debugging Frozen Deployed Instances>>Web Applications-Deployment-Debugging Frozen Deployed Instances]]
David Holt 1054.1 238
Pascal Robert 602.1 239 * Platform Specifics
David Avendasora 1050.1 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]]
David Holt 1054.1 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]]
249
Pascal Robert 602.1 250 * Helpful Tools & Shellscripts
David Holt 1054.1 251 ** [[Capistrano (Overview)>>Web Applications-Deployment-Capistrano (Overview)]]
Pascal Robert 602.1 252
Marc Guenther 856.1 253 = Web Services =
Pascal Robert 602.1 254
255 * [[Overview>>Programming__WebObjects-Web Services-Overview]]
256 * Required Reading
David Avendasora 902.1 257 ** [[WO as a Web Service Provider>>Web Services-Web Service Provider]]
258 ** [[WO as a Web Service Consumer>>Web Services-Web Service Consumer]]
Pascal Robert 602.1 259 ** [[Interoperability>>Programming__WebObjects-Web Services-Interoperability]]
David Avendasora 902.1 260 ** [[Common Pitfalls and Troubleshooting>>Web Services-Common Pitfalls and Troubleshooting]]
Pascal Robert 602.1 261 * General Info
David Avendasora 902.1 262 ** [[Instructions for .NET consuming Direct to WebServices>>Web Services-Instructions for .NET consuming Direct to WebServices]]
263 ** [[Testing Services with Terminal>>Web Services-Testing Services with Terminal]]
Pascal Robert 602.1 264 * Advanced
David Avendasora 902.1 265 ** [[Sending Large Data>>Web Services-Sending Large Data]]
266 ** [[How to Trust Any SSL Certificate>>Web Services-How to Trust Any SSL Certificate]]
267 ** [[Problems>>Web Services-Problems]]
268 ** [[Controlling Enterprise Object Serialisation>>Web Services-Controlling Enterprise Object Serialisation]]
269 ** [[Controlling WSDL Service Location>>Web Services-Controlling WSDL Service Location]]
270 ** [[Integration with WebServicesCore on MacOS-X>>Web Services-Integration with WebServicesCore on MacOS-X]]
271 ** [[Working With Temporary GlobalIDs>>Web Services-Working With Temporary GlobalIDs]]
Pascal Robert 602.1 272
273 * [[Examples>>Programming__WebObjects-Web Services-Examples]]
274
David Holt 1054.1 275 = Direct To Web (D2W) =
Gavin Eadie 1044.1 276
David Holt 1054.1 277 Please see [[Direct To Web (D2W and ERD2W)]]
278
279 * Direct to Web
280 ** [[Overview - What is Direct to Web?>>What is Direct to Web]]
281 ** [[D2W Rule System>>The D2W Rule System]]
282 ** [[D2W Rules Reference - Cookbook - FAQ>>D2W Rules Reference - Cookbook - FAQ]]
283 ** [[Direct to Web>>Direct-To-Web]] Getting started (older docs than the overview and rule system docs)
284 ** See David Leber's presentation [[available as part of the WOWODC West 2009 conference materials>>http://www.wocommunity.org/wowodc09/]]
285 * Advanced
286 ** ERD2W - part of the WONDER frameworks
287 ** [[(ER)D2W Flow Control>>D2W Flow Control]]
288 ** See Anjo Krank's presentation [[available as part of the WOWODC 2008 conference materials>>http://www.wocommunity.org/wowodc08/]]
289 ** [[Using ERD2WWizardCreationPage]]
290 * Examples
291 ** [[Project Wonder Bugtracker Application completely built with D2W>>WONDER:Getting Started with BugTracker]]
292 ** [[David Leber's ERExcelLook screencast>>http://davidleber.net/?p=369]]
293 ** [[ERDivaLook framework and example application (included in Wonder)>>ERDivaLook]]
294 * Additional Documents and Tutorials
295 ** [[Changing the Rules with Direct to Web]]
296
297 = Java Client, Direct to Java Client (D2JC) =
298
Gavin Eadie 1044.1 299 * [[Overview>>Java Client-Overview]]
David Holt 1054.1 300 * Direct to Java Client
301 ** [[Getting Started with Direct to Java Client (D2JC)]]
Gavin Eadie 1044.1 302 * [[Required Reading>>Java Client-Required Reading]]
303 * Building
David Holt 1054.1 304 ** [[Client-Side Classes JAR>>Java Client-WebStart Distribution Building]]
305 ** [[WebStart WOLips Incremental Builder>>Java Client-WebStart Incremental Build]]
306 ** [[Additional Java Client files and settings>>Java Client-Additional Files and Settings]]
307 * [[Trouble-Shooting>>Java Client-Trouble Shooting]]
David Avendasora 1052.1 308 * [[Complimentary Frameworks>>Java Client-Complimentary Frameworks]]
Gavin Eadie 1044.1 309 * [[Advanced>>Programming__WebObjects-Java Client-Advanced]]
310 * [[Interface Builder>>Programming__WebObjects-Java Client-Interface Builder]]
311 * [[svn>>Programming__WebObjects-Java Client-svn]]
312 * [[Examples>>Programming__WebObjects-Java Client-Examples]]
313
Marc Guenther 856.1 314 = Complementary Frameworks =
315
316 == Project WONDER ==
317
David Avendasora 902.1 318 * [[Overview>>Project WONDER-Overview]]
Pascal Robert 602.1 319 * Required Reading
David Avendasora 1050.1 320 ** [[Installing>>Project WONDER-Installing]]
David Avendasora 902.1 321 ** [[Quickstart>>Project WONDER-Quickstart]]
322 ** [[History>>Project WONDER-History]]
David Holt 1054.1 323 ** [[Properties File Settings>>Project Wonder Properties Files]]
Pascal Robert 602.1 324 ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]]
David Avendasora 902.1 325 *** [[Ajax>>Project WONDER-Frameworks-Ajax]]
David Holt 1054.1 326 *** [[AjaxLook>>Project WONDER-Frameworks-AjaxLook]]
327 *** [[BTBusinessLogic>>Project WONDER-Frameworks-BTBusinessLogic]]
328 *** [[DRGrouping>>Project WONDER-Frameworks-DRGrouping]]
329 *** [[DerbyPlugIn>>Project WONDER-Frameworks-DerbyPlugIn]]
330 *** [[ERAttachment>>Project WONDER-Frameworks-ERAttachment]]
331 *** [[ERCaching>>Project WONDER-Frameworks-ERCaching]]
David Avendasora 902.1 332 *** [[ERCalendar>>Project WONDER-Frameworks-ERCalendar]]
David Holt 1054.1 333 *** [[ERCaptcha>>Project WONDER-Frameworks-ERCaptcha]]
David Avendasora 902.1 334 *** [[ERChangeNotificationJMS>>Project WONDER-Frameworks-ERChangeNotificationJMS]]
David Holt 1054.1 335 *** [[ERChronic>>Project WONDER-Frameworks-ERChronic]]
Pascal Robert 602.1 336 *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
337 *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
David Holt 1054.1 338 *** [[ERDivaLook>>ERDivaLook]]
339 *** [[ERExcelLook>>Project WONDER-Frameworks-ERExcelLook]]
David Avendasora 902.1 340 *** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]]
341 *** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]]
David Holt 1054.1 342 *** [[ERIUI>>Project WONDER-Frameworks-ERIUI]]
343 *** [[ERIndexing>>Project WONDER-Frameworks-ERIndexing]]
344 *** [[ERJGroupsSynchronizer>>Project WONDER-Frameworks-ERJGroupsSynchronizer]]
345 *** [[ERJars>>Project WONDER-Frameworks-ERJars]]
David Avendasora 902.1 346 *** [[ERJavaMail>>Project WONDER-Frameworks-ERJavaMail]]
David Holt 1054.1 347 *** [[ERXNavigation>>Project WONDER-Frameworks-ERXNavigation]]
348 *** [[ERMoviesLogic>>Project WONDER-Frameworks-ERMoviesLogic]]
349 *** [[ERNeutralLook>>Project WONDER-Frameworks-ERNeutralLook]]
350 *** [[EROpenID>>Project WONDER-Frameworks-EROpenID]]
351 *** [[EROraclePlugIn>>Project WONDER-Frameworks-EROraclePlugIn]]
352 *** [[ERPDFGeneration>>Project WONDER-Frameworks-ERPDFGeneration]]
David Avendasora 902.1 353 *** [[ERPlot>>Project WONDER-Frameworks-ERPlot]]
David Holt 1054.1 354 *** [[ERPrototaculous>>ERPrototaculous]]
Pascal Robert 602.1 355 *** [[ERPrototypes>>Programming__WebObjects-Project WONDER-Frameworks-ERPrototypes]]
David Holt 1054.1 356 *** [[ERRest>>Project WONDER-Frameworks-ERRest]]
David Avendasora 902.1 357 *** [[ERSelenium>>Project WONDER-Frameworks-ERSelenium]]
David Holt 1054.1 358 *** [[ERTaggable>>Project WONDER-Frameworks-ERTaggable]]
359 *** [[ERWorkerChannel>>Project WONDER-Frameworks-ERWorkerChannel]]
360 *** [[ExcelGenerator>>Project WONDER-Frameworks-ExcelGeneration]]
361 *** [[FrontBasePlugIn>>Project WONDER-Frameworks-FrontBasePlugIn]]
362 *** [[GoogleChart>>Project WONDER-Frameworks-GoogleChart]]
363 *** [[JavaFSAdaptor>>Project WONDER-Frameworks-JavaFSAdaptor]]
364 *** [[JavaMemoryAdaptor>>Project WONDER-Frameworks-JavaMemoryAdaptor]]
365 *** [[JavaMonitorFramework>>Project WONDER-Frameworks-JavaMonitorFramework]]
366 *** [[JavaRESTAdaptor>>Project WONDER-Frameworks-JavaRESTAdaptor]]
Pascal Robert 602.1 367 *** [[JavaWOExtensions>>Programming__WebObjects-Project WONDER-Frameworks-JavaWOExtensions]]
David Avendasora 902.1 368 *** [[PostgresqlPlugin>>Project WONDER-Frameworks-PostgresqlPlugin]]
David Holt 1054.1 369 *** [[SproutCore>>Project WONDER-Frameworks-SproutCore]]
David Avendasora 902.1 370 *** [[Validity>>Project WONDER-Frameworks-Validity]]
David Holt 1054.1 371 *** [[WOJavaRebel>>Project WONDER-Frameworks-WOJavaRebel]]
372 *** [[WOLips>>Project WONDER-Frameworks-WOLips]]
David Avendasora 902.1 373 *** [[WOOgnl>>Project WONDER-Frameworks-WOOgnl]]
374 *** [[WOPaypal>>Project WONDER-Frameworks-WOPaypal]]
David Holt 1054.1 375 *** [[WRReporting>>Project WONDER-Frameworks-WRReporting]]
376 *** [[YUI>>Project WONDER-Frameworks-YUI]]
Pascal Robert 602.1 377 ** [[Adaptors>>Programming__WebObjects-Project WONDER-Adaptors]]
378 ** [[PlugIns>>Programming__WebObjects-Project WONDER-PlugIns]]
379 * Advanced
380 * [[Examples>>Programming__WebObjects-Project WONDER-Examples]]
381 * [[Troubleshooting>>Wonder:Troubleshooting]]
382
Marc Guenther 856.1 383 == WireHose ==
Pascal Robert 602.1 384
David Avendasora 1050.1 385 * [[Overview>>Wirehose-Overview]]
Pascal Robert 602.1 386 * Basic Concepts
David Avendasora 1050.1 387 ** [[Content Management>>Programming__WebObjects-Wirehose-Content Management]]
David Avendasora 902.1 388 ** [[Personalization>>Wirehose-Personalization]]
389 ** [[Access Control>>Wirehose-Access Control]]
390 ** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]]
391 ** [[Rapid Development>>Wirehose-Rapid Revelopment]]
Pascal Robert 602.1 392 * Reference
David Avendasora 902.1 393 ** [[Installation>>Wirehose-Installation]]
Pascal Robert 602.1 394 ** Online Reference Library
395 *** [[Developer Overview>>http://www.wirehose.com/developer/DeveloperOverview.html]]
396 *** [[Java API Reference>>http://www.wirehose.com/developer/javadoc/]]
397 *** [[Properties Reference>>http://www.wirehose.com/developer/Properties.html]]
398 *** [[Database setup>>http://www.wirehose.com/developer/DatabaseSetup.html]]
399 *** [[Regular Expressions>>http://www.wirehose.com/developer/javadoc/com/stevesoft/pat/package-summary.html#reference]]
400 * Recently Deployed Sites
401 ** [[Paizo.com>>http://www.paizo.com]]
402 ** [[Eurovision Song Contest Store>>http://www.eurovisiondownloadshop.tv/cgi-bin/WebObjects/Eurovision]]
403 ** [[Bilka Music Download Store>>http://bilka.phonofile.dk/cgi-bin/WebObjects/Bilka]]
404 ** [[Jubii Music Download Store>>http://musikdownload.jubii.dk/cgi-bin/WebObjects/Jubii]]
405 ** [[Uziing (Scandanavian "Toys-R-Us") Music Store>>http://www.uziing.com/]] (UI is all in Flash)
406
Marc Guenther 856.1 407 == LEWOStuff ==
Pascal Robert 602.1 408
David Avendasora 902.1 409 * [[Overview>>LEWOStuff-Overview]]
Pascal Robert 602.1 410
Marc Guenther 856.1 411 == GVC Frameworks and GVC.SiteMaker ==
Pascal Robert 602.1 412
David Avendasora 902.1 413 * [[Overview>>GVC Frameworks-Overview]]
Pascal Robert 602.1 414
David Avendasora 902.1 415 == Houdah WebObjects Frameworks ==
416
David Avendasora 1050.1 417 * [[Overview>>Houdah WebObjects Frameworks-Overview]]
David Avendasora 902.1 418 * [[HoudahFoundation>>HoudahFoundation]]: Extensions and additions to the Foundation framework
419 * [[HoudahEOControl>>HoudahEOControl]]: Extensions and additions to the EOControl framework
420 * [[HoudahEOAccess>>HoudahEOAccess]]: Extensions and additions to the EOAccess framework
421 * [[HoudahRuleEngine>>HoudahRuleEngine]]: Rule engine used by several of the below frameworks
422 * [[HoudahEOValidation>>HoudahEOValidation]]: Rule based validation
423 * [[HoudahMessages>>HoudahMessages]]: Rule based localizable error messages
424 * [[HoudahAuditTrail>>HoudahAuditTrail]]: Tracks user and timestamp of last change
425 * [[HoudahViewComponents>>HoudahViewComponents]]: High level, large grain view components using stateless cells
426 * [[HoudahControlComponents>>HoudahControlComponents]]: Control layer for EOF based CRUD applications
427 * [[HoudahAgileComponents>>HoudahAgileComponents]]: Rule based control layer for CRUD application (D2W replacement)
428
David Holt 1054.1 429 == WOGWT (Google Web Toolkit Integration) ==
430
431 * [[WOGWT Website>>http://code.google.com/p/wogwt]]
432
433 == JBND Data binding ==
434
435 * [[JBND Website>>http://web.mac.com/flor385/JBND]]
436 * [[JBND Wikipedia>>http://en.wikipedia.org/wiki/JBND]]
437
438 == Validation Next Generation (enhanced validation) ==
439
440 [[Validation Next Generation]]
441
Marc Guenther 856.1 442 = Development Tools =
443
Pascal Robert 602.1 444 * [[Overview>>Programming__WebObjects-Development Tools-Overview]]
David Avendasora 902.1 445 * [[Eclipse and WOlips>>Development Tools-Eclipse and WOlips]]
David Holt 1054.1 446 * [[Browser as a Development Tool]]
Pascal Robert 1026.1 447 * [[Xcode>>Development Tools-Xcode]]
Pascal Robert 882.1 448 * [[EOModeler>>EOF-Modeling-EOModeler]]
Pascal Robert 602.1 449 * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
David Avendasora 902.1 450 * [[Running Though Apache>>Development Tools-Running Through Apache]]
David Holt 1054.1 451 * [[WebObjects and Subversion>>Web Applications-Development-WebObjects and Subversion]]
452 * [[Hudson>>Installing and Using the Hudson build server]]
Pascal Robert 602.1 453
Marc Guenther 856.1 454 = Case Studies =
Pascal Robert 602.1 455
456 * [[iTunes Music Store>>Programming__WebObjects-Case Studies-iTunes Music Store]]
457 * [[.Mac>>Programming__WebObjects-Case Studies-.Mac]]
458 * [[Apple Store>>Programming__WebObjects-Case Studies-Apple Store]]
459 * [[Original Dell Store>>Programming__WebObjects-Case Studies-Original Dell Store]]
460 * [[Radar>>Programming__WebObjects-Case Studies-Radar]]
David Avendasora 902.1 461 * [[ShopToIt.ca>>Case Studies-ShopToIt.ca]]
462 * [[EverLearn>>Case Studies-EverLearn]]
Marc Guenther 856.1 463 * [[WebObjects Showcase>>WebObjects Showcase]]
David Avendasora 902.1 464 * [[WebObjects Sites>>Case Studies-WebObjects Sites]]
Pascal Robert 602.1 465
Marc Guenther 856.1 466 = Integration with other clients =
Pascal Robert 602.1 467
Marc Guenther 856.1 468 * [[Flex]]
469 * [[Open Laszlo]]
470 * [[Mozilla XUL]]
471 * [[Cocoa]]
Pascal Robert 602.1 472
Marc Guenther 856.1 473 = Testing =
Pascal Robert 602.1 474
David Holt 1054.1 475 * [[JUnit and TestNG>>Testing-JUnit and TestNG]]
David Avendasora 902.1 476 * [[Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]]
477 * [[WOUnitTest>>Testing-WOUnitTest]]
Pascal Robert 602.1 478
Marc Guenther 856.1 479 = Database Compatibility / Comparisons =
480
David Avendasora 902.1 481 * [[FrontBase>>Database Compatibility and Comparisons-FrontBase]]
482 * [[OpenBase>>Database Compatibility and Comparisons-OpenBase]]
483 * [[MySQL>>Database Compatibility and Comparisons-MySQL]]
484 * [[PostgreSQL>>Database Compatibility and Comparisons-PostgreSQL]]
485 * [[Oracle>>Database Compatibility and Comparisons-Oracle]]
486 * [[Sybase>>Database Compatibility and Comparisons-Sybase]]
Pascal Robert 602.1 487 * [[SQLServer>>Programming__WebObjects-Database Compatibility and Comparisons-SQLServer]]
David Avendasora 902.1 488 * [[Data Migration>>Database Compatibility and Comparisons-DataMigration]]
489 * [[Informix>>Database Compatibility and Comparisons-Informix]]
Pascal Robert 602.1 490
Marc Guenther 856.1 491 = Alternative Technologies Pros / Cons =
Pascal Robert 602.1 492
David Avendasora 902.1 493 * [[ASP.NET>>Alternative Technologies-ASP.NET]]
Pascal Robert 602.1 494 * [[ASP.NET + Monorail>>Programming__WebObjects-Alternative Technologies-ASP.NET+Monorail]]
495 * [[JSP and Taglibs>>Programming__WebObjects-Alternative Technologies-JSP and Taglibs]]
496 * [[EJB>>Programming__WebObjects-Alternative Technologies-EJB]]
497 * [[Hibernate>>Programming__WebObjects-Alternative Technologies-Hibernate]]
498 * [[Core Data>>Programming__WebObjects-Alternative Technologies-Core Data]]
499 * [[Cayenne>>Programming__WebObjects-Alternative Technologies-Cayenne]]
500 * [[Tapestry>>Programming__WebObjects-Alternative Technologies-Tapestry]]
David Avendasora 902.1 501 * [[Ruby on Rails>>Alternative Technologies-Ruby on Rails]]
Pascal Robert 602.1 502 * [[Struts>>Programming__WebObjects-Alternative Technologies-Struts]]
503 * [[WebWork>>Programming__WebObjects-Alternative Technologies-WebWork]]
504 * [[SOPE>>Programming__WebObjects-Alternative Technologies-SOPE]]
505
Marc Guenther 856.1 506 = Additional Resources =
Pascal Robert 602.1 507
David Avendasora 902.1 508 * [[Websites>>Additional Resources-Websites]]
509 * [[Mailing Lists>>Mailing Lists]]
510 * [[Tutorials>>Tutorials]]
511 * [[Books>>Additional Resources-Books]]
Pascal Robert 602.1 512 * [[Periodicals>>Programming__WebObjects-Additional Resources-Periodicals]]
David Avendasora 902.1 513 * [[Authors>>Additional Resources-Authors]]
514 * [[Training>>Additional Resources-WebObjects Training]]
515 * [[User groups]]
David Holt 1054.1 516 * [[Known Bugs]]