Wiki source code of Home

Version 1053.1 by David Avendasora on 2008/01/14 10:59

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