Wiki source code of Home

Version 558.1 by Ravi Mendis on 2009/07/16 08:14

Hide last authors
Ravi Mendis 557.1 1 {{info title="How to Contribute to this Wiki"}}
Quinton Dolan 19.1 2
Ravi Mendis 557.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).
Quinton Dolan 19.1 4
Ravi Mendis 557.1 5 {{/info}}
David Avendasora 499.1 6
Ravi Mendis 557.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"]]
David Avendasora 499.1 9
Ravi Mendis 557.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.
11
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.
13
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.
15
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]].
17
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.
19
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
David Avendasora 499.1 22 |= Contents
Pascal Robert 513.1 23 | {{section}}
Ravi Mendis 557.1 24 {toc:style=disc|indent=20px}
Pascal Robert 513.1 25 {{/section}}
David Avendasora 499.1 26
27 = Introduction =
28
29 * [[What is WebObjects?>>Overview-What is WebObjects]]
30 * [[History>>Overview-History]]
Pascal Robert 513.1 31 * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
David Avendasora 499.1 32 * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
Ravi Mendis 557.1 33 * [[Scratch Setup of WebObjects Development on a Mac>>WOL:Scratch Setup of WebObjects Development on a Mac]]
Pascal Robert 513.1 34 * [[Hands On Hello World - Your First WebObjects Application>>Hands On___Hello World - Your First WebObjects Application]]
David Avendasora 499.1 35 * [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]]
36 * [[WebObjects for Database Developers]]
37 * [[Naming Conventions]]
38
39 = License =
40
Pascal Robert 513.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:
David Avendasora 499.1 42
Pascal Robert 513.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.
David Avendasora 499.1 44
Pascal Robert 513.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 499.1 47 = Foundation =
48
Pascal Robert 513.1 49 * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
David Avendasora 499.1 50 * [[Key-Value Coding>>Overview-Key Value Coding]]
51
52 = Enterprise Object Framework (EOF) =
53
54 == Introduction ==
55
56 * [[Overview>>EOF-Overview]]
57
58 == Modeling ==
59
Pascal Robert 513.1 60 * [[Overview>>Programming__WebObjects-EOF-Modeling-Overview]]
David Avendasora 499.1 61 * Required Reading
62 ** [[Entities>>EOF-Modeling-Entities]]
63 ** [[GlobalIDs>>EOF-Modeling-GlobalIDs]]
64 ** [[Attributes>>EOF-Modeling-Attributes]]
65 ** [[Relationships>>Programming__WebObjects-EOF-Modeling-Relationships]]
66 ** [[Entity Inheritance>>EOF-Modeling-Inheritance]]
Pascal Robert 513.1 67 ** [[Fetch Specifications>>Programming__WebObjects-EOF-Modeling-Fetch Specifications]]
David Avendasora 499.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 531.1 71 ** [[Common Pitfalls and Troubleshooting>>EOF-Modeling-Common Pitfalls and Troubleshooting]]
72 ** [[EOModeler>>EOF-Modeling-EOModeler]]
Pascal Robert 533.1 73 ** [[EOModeler on Windows>>EOF-Modeling-EOModeler on Windows]]
74 ** [[Booleans>>EOF-Modeling-Booleans]]
David Avendasora 499.1 75 * Advanced
Pascal Robert 513.1 76 ** [[JDBC>>Programming__WebObjects-EOF-Modeling-JDBC]]
David Avendasora 499.1 77 ** [[JNDI>>Programming__WebObjects-EOF-Modeling-JNDI]]
78 ** [[Stored Procedures>>Programming__WebObjects-EOF-Modeling-Stored Procedures]]
Pascal Robert 535.1 79 ** [[Prototypes>>EOF-Modeling-Prototypes]]
David Avendasora 499.1 80 ** [[Multiple Models>>Programming__WebObjects-EOF-Modeling-Multiple Models]]
Pascal Robert 537.1 81 ** [[Custom Attributes>>EOF-Modeling-Custom Attributes]]
Ravi Mendis 557.1 82 ** [[Strategy Design Pattern as an Alternative to Entity Inheritance>>Using Strategy Design Pattern with EOF]]
Pascal Robert 539.1 83 * [[Examples>>EOF-Modeling-Examples]]
David Avendasora 499.1 84
85 == Using EOF ==
86
Pascal Robert 541.1 87 * [[Overview>>EOF-Using EOF-Overview]]
David Avendasora 499.1 88 * Required Reading
Pascal Robert 543.1 89 ** [[The EOF Commandments>>EOF-Using EOF-The EOF Commandments]]
David Avendasora 499.1 90 ** [[EO Enterprise Object>>Programming__WebObjects-EOF-Using EOF-EO Enterprise Object]]
Pascal Robert 543.1 91 ** [[EO Editing Context>>EOF-Using EOF-EO Editing Context]]
David Avendasora 499.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 545.1 95 ** [[Context and Database Locking>>EOF-Using EOF-Context and Database Locking]]
Pascal Robert 513.1 96 ** [[Faulting>>Programming__WebObjects-EOF-Using EOF-Faulting]]
97 ** [[Fetching>>Programming__WebObjects-EOF-Using EOF-Fetching]]
David Avendasora 499.1 98 ** [[Updating>>Programming__WebObjects-EOF-Using EOF-Updating]]
Pascal Robert 513.1 99 ** [[Deleting>>Programming__WebObjects-EOF-Using EOF-Deleting]]
Pascal Robert 547.1 100 ** [[Caching and Freshness>>EOF-Using EOF-Caching and Freshness]]
Pascal Robert 549.1 101 ** [[Optimistic Locking>>EOF-Using EOF-Optimistic Locking]]
Pascal Robert 553.1 102 ** [[Memory Management>>EOF-Using EOF-Memory Management]]
103 ** [[EOF Best Practices>>EOF-Using EOF-EOF Best Practices]]
Pascal Robert 555.1 104 ** [[Configuration Settings>>EOF-Using EOF-Configuration Settings]]
Ravi Mendis 557.1 105 ** [[Common Pitfalls and Troubleshooting>>EOF-Using EOF-Common Pitfalls and Troubleshooting]]
David Avendasora 499.1 106 * Advanced
Ravi Mendis 557.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]]
David Avendasora 499.1 116 ** [[EO's and Multiple Editing Contexts>>Programming__WebObjects-EOF-Using EOF-EO's and Multiple Editing Contexts]]
Ravi Mendis 557.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]]
David Avendasora 499.1 132 * [[Examples>>Programming__WebObjects-EOF-Using EOF-Examples]]
Ravi Mendis 557.1 133 * [[Help//EOF//is//Doing//Strange//Things//>>EOF-Using EOF-Breaking EOF]]
David Avendasora 499.1 134
135 = Web Applications =
136
137 == Introduction ==
138
Pascal Robert 513.1 139 * [[Overview>>Programming__WebObjects-Web Applications-Overview]]
David Avendasora 499.1 140
141 == Development ==
142
143 * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]]
Ravi Mendis 557.1 144 * [[Beginner's Guide>>Programming__WebObjects-Web Applications-Development-Beginner's Guide]]
David Avendasora 499.1 145 * Required Reading
Ravi Mendis 557.1 146 ** [[Apache>>Development Tools-Running Through Apache]]
147 ** [[WO Adaptor>>Web Applications-Development-WO Adaptor]]
David Avendasora 499.1 148 ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
Ravi Mendis 557.1 149 ** [[WO Session>>Web Applications-Development-WO Session]]
David Avendasora 499.1 150 ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]]
Ravi Mendis 557.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]]
Pascal Robert 513.1 153 *** [[Built-in Components>>Programming__WebObjects-Web Applications-Development-WO Component-Built-in Components]]
Ravi Mendis 557.1 154 ** [[Component Actions>>Web Applications-Development-Component Actions]]
155 ** [[Direct Actions>>Web Applications-Development-Direct Actions]]
David Avendasora 499.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]]
Ravi Mendis 557.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]]
Pascal Robert 513.1 162 ** [[Debugging Techniques>>Programming__WebObjects-Web Applications-Development-Debugging Techniques]]
Ravi Mendis 557.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]]
David Avendasora 499.1 168 ** [[The Build Products>>Programming__WebObjects-Web Applications-Development-Build Products]]
169 ** [[Errors and Explanations>>Programming__WebObjects-Web Applications-Development-Errors and Explanations]]
Ravi Mendis 557.1 170 ** [[Common Pitfalls and Troubleshooting>>Web Applications-Development-Common Pitfalls and Troubleshooting]]
David Avendasora 499.1 171 * Advanced
Ravi Mendis 557.1 172 ** [[Application Server URL Creation>>WebApplictions-Development-UrlCreation]]
173 ** [[Audit Trails>>Web Applications-Development-Audit Trails]]
174 ** [[Backtracking>>Web Applications-Development-Backtracking]]
David Avendasora 499.1 175 ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
Ravi Mendis 557.1 176 ** [[Image Thumbnailing>>Web Applications-Development-Thumbnailing]]
177 ** [[Database vs Filesystem (aka Images in the Database?)>>Web Applications-Development-Database vs Filesystem]]
David Avendasora 499.1 178 ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
Ravi Mendis 557.1 179 ** [[Stateless Components>>Web Applications-Development-Stateless Components]]
David Avendasora 499.1 180 ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
Ravi Mendis 557.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]]
184 ** [[SSL>>Web Applications-Development-SSL requests via https protocol]]
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]]
David Avendasora 499.1 188 ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]]
Ravi Mendis 557.1 189 ** [[Custom Templates>>Web Applications-Development-Custom Templates]]
190 ** [[Calling Commandline Applications>>Web Applications-Development-Calling Commandline Applications]]
David Avendasora 499.1 191 ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]]
Ravi Mendis 557.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]]
196 ** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]]
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]]
David Avendasora 499.1 202 * Examples
Pascal Robert 513.1 203 ** [[Hands On Hello World>>Hands On___Hello World - Your First WebObjects Application]]
Ravi Mendis 557.1 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]]
David Avendasora 499.1 213
214 == Deployment ==
215
Ravi Mendis 557.1 216 * [[Overview>>Web Applications-Deployment-Overview]]
David Avendasora 499.1 217 * Required Reading
Ravi Mendis 557.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]]
Pascal Robert 513.1 224 ** [[Split Install>>Programming__WebObjects-Web Applications-Deployment-Split Install]]
Ravi Mendis 557.1 225 ** [[Common Pitfalls and Troubleshooting>>Web Applications-Deployment-Common Pitfalls and Troubleshooting]]
226
David Avendasora 499.1 227 * Advanced
Ravi Mendis 557.1 228 ** [[WOStats>>Web Applications-Deployment-WOStats]]
229 ** [[Additional Monitoring>>Web Applications-Deployment-Additional Monitoring]]
230 ** [[Debugging wotaskd and JavaMonitor]]
231 ** [[Scheduled Restart>>Web Applications-Deployment-Scheduled Restart]]
David Avendasora 499.1 232 ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
Ravi Mendis 557.1 233 ** [[J2EE and Servlet Deployment>>Web Applications-Deployment-J2EE and Servlet Deployment]]
234 ** [[Tomcat Deployment>>Web Applications-Deployment-Tomcat Deployment]]
David Avendasora 499.1 235 ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
Ravi Mendis 557.1 236 ** [[Killing WOA Processes>>Web Applications-Deployment-Killing WOA Processes]]
237 ** [[Debugging Frozen Deployed Instances>>Web Applications-Deployment-Debugging Frozen Deployed Instances]]
238
David Avendasora 499.1 239 * Platform Specifics
Pascal Robert 513.1 240 ** [[Mac OS X Server>>Programming__WebObjects-Web Applications-Deployment-Mac OS X Server]]
241 ** [[Linux>>Programming__WebObjects-Web Applications-Deployment-Linux]]
Ravi Mendis 557.1 242 ** [[Solaris WO5.3.3>>Programming__WebObjects-Web Applications-Deployment-Solaris WO5.3.3]]
243 ** [[FreeBSD WO5.2>>Web Applications-Deployment-FreeBSD WO5.2]]
244 ** [[FreeBSD WO5.3>>Web Applications-Deployment-FreeBSD WO5.3]]
245 ** [[FreeBSD 6.2 WO 5.3.3>>Web Applications-Deployment-FreeBSD 6.2 WO5.3.3]]
246 ** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Web Applications-Deployment-FreeBSD 6.x WO 5.3.3 port]]
247 ** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Web Applications-Deployment-Windows]]
248 ** [[Current Windows (WO 5.4 on Win2003)>>Windows Deployment WO 5.4]]
249
David Avendasora 499.1 250 * Helpful Tools & Shellscripts
Ravi Mendis 557.1 251 ** [[Capistrano (Overview)>>Web Applications-Deployment-Capistrano (Overview)]]
David Avendasora 499.1 252
253 = Web Services =
254
255 * [[Overview>>Programming__WebObjects-Web Services-Overview]]
256 * Required Reading
Ravi Mendis 557.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]]
David Avendasora 499.1 259 ** [[Interoperability>>Programming__WebObjects-Web Services-Interoperability]]
Ravi Mendis 557.1 260 ** [[Common Pitfalls and Troubleshooting>>Web Services-Common Pitfalls and Troubleshooting]]
David Avendasora 499.1 261 * General Info
Ravi Mendis 557.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]]
David Avendasora 499.1 264 * Advanced
Ravi Mendis 557.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]]
David Avendasora 499.1 272
273 * [[Examples>>Programming__WebObjects-Web Services-Examples]]
274
Ravi Mendis 557.1 275 = Direct To Web (D2W) =
276
277 * Direct to Web
278 ** [[Overview - What is Direct to Web?>>What is Direct to Web]]
279 ** [[D2W Rule System>>The D2W Rule System]]
280 ** [[Direct to Web>>Direct-To-Web]] Getting started (older docs than the overview and rule system docs)
281 ** See David Leber's presentation [[available as part of the WOWODC West 2009 conference materials>>http://www.wocommunity.org/wowodc09/]]
282 * Advanced
283 ** [[ERD2W - part of the WONDER frameworks>>Programming__WebObjects-Direct-To-ERD2W]]
284 ** See Anjo Krank's presentation [[available as part of the WOWODC 2008 conference materials>>http://www.wocommunity.org/wowodc08/]]
285 ** [[Using ERD2WWizardCreationPage]]
286 * Examples
287 ** [[Project Wonder Bugtracker Application completely built with D2W>>WONDER:Getting Started with BugTracker]]
288 ** [[David Leber's ERExcelLook screencast>>http://davidleber.net/?p=369]]
289 ** [[ERDivaLook framework and example application (included in Wonder)>>ERDivaLook]]
290 * Additional Documents and Tutorials
291 ** [[Changing the Rules with Direct to Web]]
292
293 = Java Client, Direct to Java Client (D2JC) =
294
295 * [[Overview>>Java Client-Overview]]
296 * Direct to Java Client
297 ** [[Getting Started with Direct to Java Client (D2JC)]]
298 * [[Required Reading>>Java Client-Required Reading]]
299 * Building
300 ** [[Client-Side Classes JAR>>Java Client-WebStart Distribution Building]]
301 ** [[WebStart WOLips Incremental Builder>>Java Client-WebStart Incremental Build]]
302 ** [[Additional Java Client files and settings>>Java Client-Additional Files and Settings]]
303 * [[Trouble-Shooting>>Java Client-Trouble Shooting]]
304 * [[Complimentary Frameworks>>Java Client-Complimentary Frameworks]]
305 * [[Advanced>>Programming__WebObjects-Java Client-Advanced]]
306 * [[Interface Builder>>Programming__WebObjects-Java Client-Interface Builder]]
307 * [[svn>>Programming__WebObjects-Java Client-svn]]
308 * [[Examples>>Programming__WebObjects-Java Client-Examples]]
309
David Avendasora 499.1 310 = Complementary Frameworks =
311
312 == Project WONDER ==
313
Ravi Mendis 557.1 314 * [[Overview>>Project WONDER-Overview]]
David Avendasora 499.1 315 * Required Reading
Ravi Mendis 557.1 316 ** [[Installing>>Project WONDER-Installing]]
317 ** [[Quickstart>>Project WONDER-Quickstart]]
318 ** [[History>>Project WONDER-History]]
319 ** [[Properties File Settings>>Project Wonder Properties Files]]
David Avendasora 499.1 320 ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]]
Ravi Mendis 557.1 321 *** [[Ajax>>Project WONDER-Frameworks-Ajax]]
Pascal Robert 513.1 322 *** [[DynaReporting>>Programming__WebObjects-Project WONDER-Frameworks-DynaReporting]]
Ravi Mendis 557.1 323 *** [[ERCalendar>>Project WONDER-Frameworks-ERCalendar]]
324 *** [[ERChangeNotificationJMS>>Project WONDER-Frameworks-ERChangeNotificationJMS]]
David Avendasora 499.1 325 *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
326 *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
Ravi Mendis 557.1 327 *** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]]
328 *** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]]
329 *** [[ERJavaMail>>Project WONDER-Frameworks-ERJavaMail]]
330 *** [[ERXMigration>>Project WONDER-Frameworks-ERXMigration]]
331 *** [[ERXNavigation>>Project WONDER-Frameworks-ERXNavigation]]
332 *** [[ERPlot>>Project WONDER-Frameworks-ERPlot]]
David Avendasora 499.1 333 *** [[ERPrototypes>>Programming__WebObjects-Project WONDER-Frameworks-ERPrototypes]]
Ravi Mendis 557.1 334 *** [[ERSelenium>>Project WONDER-Frameworks-ERSelenium]]
335 *** [[ERPrototaculous>>ERPrototaculous]]
336 *** [[ERDivaLook>>ERDivaLook]]
337 *** [[ExcelGeneration>>Project WONDER-Frameworks-ExcelGeneration]]
David Avendasora 499.1 338 *** [[JavaWOExtensions>>Programming__WebObjects-Project WONDER-Frameworks-JavaWOExtensions]]
Ravi Mendis 557.1 339 *** [[PostgresqlPlugin>>Project WONDER-Frameworks-PostgresqlPlugin]]
340 *** [[Validity>>Project WONDER-Frameworks-Validity]]
341 *** [[WOOgnl>>Project WONDER-Frameworks-WOOgnl]]
342 *** [[WOPaypal>>Project WONDER-Frameworks-WOPaypal]]
David Avendasora 499.1 343 ** [[Adaptors>>Programming__WebObjects-Project WONDER-Adaptors]]
344 ** [[PlugIns>>Programming__WebObjects-Project WONDER-PlugIns]]
345 * Advanced
346 * [[Examples>>Programming__WebObjects-Project WONDER-Examples]]
347 * [[Troubleshooting>>Wonder:Troubleshooting]]
348
349 == WireHose ==
350
Ravi Mendis 557.1 351 * [[Overview>>Wirehose-Overview]]
David Avendasora 499.1 352 * Basic Concepts
Pascal Robert 513.1 353 ** [[Content Management>>Programming__WebObjects-Wirehose-Content Management]]
Ravi Mendis 557.1 354 ** [[Personalization>>Wirehose-Personalization]]
355 ** [[Access Control>>Wirehose-Access Control]]
356 ** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]]
357 ** [[Rapid Development>>Wirehose-Rapid Revelopment]]
David Avendasora 499.1 358 * Reference
Ravi Mendis 557.1 359 ** [[Installation>>Wirehose-Installation]]
David Avendasora 499.1 360 ** Online Reference Library
361 *** [[Developer Overview>>http://www.wirehose.com/developer/DeveloperOverview.html]]
362 *** [[Java API Reference>>http://www.wirehose.com/developer/javadoc/]]
363 *** [[Properties Reference>>http://www.wirehose.com/developer/Properties.html]]
364 *** [[Database setup>>http://www.wirehose.com/developer/DatabaseSetup.html]]
365 *** [[Regular Expressions>>http://www.wirehose.com/developer/javadoc/com/stevesoft/pat/package-summary.html#reference]]
366 * Recently Deployed Sites
367 ** [[Paizo.com>>http://www.paizo.com]]
368 ** [[Eurovision Song Contest Store>>http://www.eurovisiondownloadshop.tv/cgi-bin/WebObjects/Eurovision]]
369 ** [[Bilka Music Download Store>>http://bilka.phonofile.dk/cgi-bin/WebObjects/Bilka]]
370 ** [[Jubii Music Download Store>>http://musikdownload.jubii.dk/cgi-bin/WebObjects/Jubii]]
371 ** [[Uziing (Scandanavian "Toys-R-Us") Music Store>>http://www.uziing.com/]] (UI is all in Flash)
372
373 == LEWOStuff ==
374
Ravi Mendis 557.1 375 * [[Overview>>LEWOStuff-Overview]]
David Avendasora 499.1 376
377 == GVC Frameworks and GVC.SiteMaker ==
378
Ravi Mendis 557.1 379 * [[Overview>>GVC Frameworks-Overview]]
David Avendasora 499.1 380
Ravi Mendis 557.1 381 == Houdah WebObjects Frameworks ==
382
383 * [[Overview>>Houdah WebObjects Frameworks-Overview]]
384 * [[HoudahFoundation>>HoudahFoundation]]: Extensions and additions to the Foundation framework
385 * [[HoudahEOControl>>HoudahEOControl]]: Extensions and additions to the EOControl framework
386 * [[HoudahEOAccess>>HoudahEOAccess]]: Extensions and additions to the EOAccess framework
387 * [[HoudahRuleEngine>>HoudahRuleEngine]]: Rule engine used by several of the below frameworks
388 * [[HoudahEOValidation>>HoudahEOValidation]]: Rule based validation
389 * [[HoudahMessages>>HoudahMessages]]: Rule based localizable error messages
390 * [[HoudahAuditTrail>>HoudahAuditTrail]]: Tracks user and timestamp of last change
391 * [[HoudahViewComponents>>HoudahViewComponents]]: High level, large grain view components using stateless cells
392 * [[HoudahControlComponents>>HoudahControlComponents]]: Control layer for EOF based CRUD applications
393 * [[HoudahAgileComponents>>HoudahAgileComponents]]: Rule based control layer for CRUD application (D2W replacement)
394
395 == WOGWT (Google Web Toolkit Integration) ==
396
397 * [[WOGWT Website>>http://code.google.com/p/wogwt]]
398
399 == JBND Data binding ==
400
401 * [[JBND Website>>http://web.mac.com/flor385/JBND]]
402 * [[JBND Wikipedia>>http://en.wikipedia.org/wiki/JBND]]
403
404 == Validation Next Generation (enhanced validation) ==
405
406 [[Validation Next Generation]]
407
David Avendasora 499.1 408 = Development Tools =
409
410 * [[Overview>>Programming__WebObjects-Development Tools-Overview]]
Ravi Mendis 557.1 411 * [[Eclipse and WOlips>>Development Tools-Eclipse and WOlips]]
412 * [[Browser as a Development Tool]]
413 * [[Xcode>>Development Tools-Xcode]]
Pascal Robert 531.1 414 * [[EOModeler>>EOF-Modeling-EOModeler]]
David Avendasora 499.1 415 * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
Ravi Mendis 557.1 416 * [[Running Though Apache>>Development Tools-Running Through Apache]]
417 * [[WebObjects and Subversion>>Web Applications-Development-WebObjects and Subversion]]
418 * [[Hudson>>Installing and Using the Hudson build server]]
David Avendasora 499.1 419
420 = Case Studies =
421
422 * [[iTunes Music Store>>Programming__WebObjects-Case Studies-iTunes Music Store]]
423 * [[.Mac>>Programming__WebObjects-Case Studies-.Mac]]
424 * [[Apple Store>>Programming__WebObjects-Case Studies-Apple Store]]
425 * [[Original Dell Store>>Programming__WebObjects-Case Studies-Original Dell Store]]
426 * [[Radar>>Programming__WebObjects-Case Studies-Radar]]
Ravi Mendis 557.1 427 * [[ShopToIt.ca>>Case Studies-ShopToIt.ca]]
428 * [[EverLearn>>Case Studies-EverLearn]]
David Avendasora 499.1 429 * [[WebObjects Showcase>>WebObjects Showcase]]
Ravi Mendis 557.1 430 * [[WebObjects Sites>>Case Studies-WebObjects Sites]]
David Avendasora 499.1 431
432 = Integration with other clients =
433
434 * [[Flex]]
435 * [[Open Laszlo]]
436 * [[Mozilla XUL]]
437 * [[Cocoa]]
438
439 = Testing =
440
Ravi Mendis 557.1 441 * [[ProgrammingWebObjects-Testing-Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]]
442 * [[Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]]
443 * [[WOUnitTest>>Testing-WOUnitTest]]
444 * [[JUnit>>Testing-JUnit]]
David Avendasora 499.1 445
446 = Database Compatibility / Comparisons =
447
Ravi Mendis 557.1 448 * [[FrontBase>>Database Compatibility and Comparisons-FrontBase]]
449 * [[OpenBase>>Database Compatibility and Comparisons-OpenBase]]
450 * [[MySQL>>Database Compatibility and Comparisons-MySQL]]
451 * [[PostgreSQL>>Database Compatibility and Comparisons-PostgreSQL]]
452 * [[Oracle>>Database Compatibility and Comparisons-Oracle]]
453 * [[Sybase>>Database Compatibility and Comparisons-Sybase]]
David Avendasora 499.1 454 * [[SQLServer>>Programming__WebObjects-Database Compatibility and Comparisons-SQLServer]]
Ravi Mendis 557.1 455 * [[Data Migration>>Database Compatibility and Comparisons-DataMigration]]
456 * [[Informix>>Database Compatibility and Comparisons-Informix]]
David Avendasora 499.1 457
458 = Alternative Technologies Pros / Cons =
459
Ravi Mendis 557.1 460 * [[ASP.NET>>Alternative Technologies-ASP.NET]]
David Avendasora 499.1 461 * [[ASP.NET + Monorail>>Programming__WebObjects-Alternative Technologies-ASP.NET+Monorail]]
462 * [[JSP and Taglibs>>Programming__WebObjects-Alternative Technologies-JSP and Taglibs]]
463 * [[EJB>>Programming__WebObjects-Alternative Technologies-EJB]]
464 * [[Hibernate>>Programming__WebObjects-Alternative Technologies-Hibernate]]
465 * [[Core Data>>Programming__WebObjects-Alternative Technologies-Core Data]]
Ray Kiddy 509.1 466 * [[Cayenne>>Programming__WebObjects-Alternative Technologies-Cayenne]]
David Avendasora 499.1 467 * [[Tapestry>>Programming__WebObjects-Alternative Technologies-Tapestry]]
Ravi Mendis 557.1 468 * [[Ruby on Rails>>Alternative Technologies-Ruby on Rails]]
David Avendasora 499.1 469 * [[Struts>>Programming__WebObjects-Alternative Technologies-Struts]]
470 * [[WebWork>>Programming__WebObjects-Alternative Technologies-WebWork]]
471 * [[SOPE>>Programming__WebObjects-Alternative Technologies-SOPE]]
472
473 = Additional Resources =
474
Ravi Mendis 557.1 475 * [[Websites>>Additional Resources-Websites]]
476 * [[Mailing Lists>>Mailing Lists]]
477 * [[Tutorials>>Tutorials]]
478 * [[Books>>Additional Resources-Books]]
David Avendasora 499.1 479 * [[Periodicals>>Programming__WebObjects-Additional Resources-Periodicals]]
Ravi Mendis 557.1 480 * [[Authors>>Additional Resources-Authors]]
481 * [[Training>>Additional Resources-WebObjects Training]]
482 * [[User groups]]
483 * [[Known Bugs]]