Wiki source code of Home

Version 1027.1 by Pascal Robert on 2007/12/19 21:32

Hide last authors
David Avendasora 970.1 1 {{info title="How to Contribute to this Wiki"}}
2
David Avendasora 1000.1 3 See instructions on the [Community page|WOCOM:WOCOM]
David Avendasora 970.1 4
5 {{/info}}
6
David Avendasora 1000.1 7 \\
Pascal Robert 602.1 8
David Avendasora 1000.1 9 {{info title="About this Confluence Space"}}
David Avendasora 970.1 10
David Avendasora 1000.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.
David Avendasora 918.1 12
David Avendasora 1000.1 13 {{/info}}
David Avendasora 950.1 14
David Avendasora 1000.1 15 \\
David Avendasora 950.1 16
David Avendasora 1000.1 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.
David Avendasora 950.1 18
David Avendasora 1000.1 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.
David Avendasora 950.1 20
David Avendasora 1000.1 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
Ravi Mendis 932.1 26 | {{section}}
David Avendasora 1000.1 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 # [#Complementary Frameworks]
40 ## [#Project WONDER]
41 ## [#WireHose]
42 ## [#LEWOStuff]
43 ## [#GVC Frameworks and GVC.SiteMaker]
44 ## [#Houdah WebObjects Frameworks]
45 # [#Development Tools]
Kieran Kelleher 1020.1 46 # [#Best Practices]
David Avendasora 1000.1 47 # [#Direct-To]
48 # [#Case Studies]
David Avendasora 1010.1 49 # [#Java Client]
David Avendasora 1000.1 50 # [#Integration with other clients]
51 # [#Testing]
52 # [#Database Compatibility/Comparisons]
53 # [#Alternative Technologies Pros/Cons]
54 # [#Additional Resources]
Ravi Mendis 932.1 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]]
Ravi Mendis 932.1 61 * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
Pascal Robert 872.1 62 * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
Kieran Kelleher 1020.1 63 * [[Scratch Setup of WebObjects Development on a Mac>>WOL:Scratch Setup of WebObjects Development on a Mac]]
Ravi Mendis 932.1 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
Ravi Mendis 932.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
Ravi Mendis 932.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
Ravi Mendis 932.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
Ravi Mendis 932.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
Ravi Mendis 932.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]]
Ravi Mendis 932.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
Ravi Mendis 932.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]]
Ravi Mendis 932.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]]
Ravi Mendis 932.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
Ravi Mendis 932.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]]
Ravi Mendis 932.1 175 ** [[WO Adaptor>>Web Applications-Development-WO Adaptor]]
Pascal Robert 602.1 176 ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
Ravi Mendis 932.1 177 ** [[WO Session>>Web Applications-Development-WO Session]]
Pascal Robert 602.1 178 ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]]
Ravi Mendis 932.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]]
Ravi Mendis 932.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]]
Ravi Mendis 932.1 198 ** [[Common Pitfalls and Troubleshooting>>Web Applications-Development-Common Pitfalls and Troubleshooting]]
Pascal Robert 602.1 199 * Advanced
Ravi Mendis 932.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]]
Ravi Mendis 932.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]]
Ravi Mendis 932.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]]
Ravi Mendis 932.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]]
David Avendasora 1000.1 211 ** [[SSL>>Web Applications-Development-SSL]]
Ravi Mendis 932.1 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]]
Ravi Mendis 932.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]]
Ravi Mendis 932.1 219 ** [[Profiling WO Apps>>Web Applications-Development-Profiling WO Apps]]
220 ** [[J2EE Integration>>Web Applications-Development-J2EE Integration]]
David Avendasora 1000.1 221 ** [[WebObjects and Subversion>>Web Applications-Development-WebObjects and Subversion]]
Ravi Mendis 932.1 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]]
Ravi Mendis 932.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
Ravi Mendis 932.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
Ravi Mendis 932.1 244 * [[Overview>>Web Applications-Deployment-Overview]]
Pascal Robert 602.1 245 * Required Reading
Ravi Mendis 932.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
Ravi Mendis 932.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]]
Ravi Mendis 932.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]]
Ravi Mendis 932.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
Ravi Mendis 932.1 265 ** [[Mac OS X Server>>Programming__WebObjects-Web Applications-Deployment-Mac OS X Server]]
266 ** [[Linux>>Programming__WebObjects-Web Applications-Deployment-Linux]]
Kieran Kelleher 1018.1 267 ** [[Solaris>>Programming__WebObjects-Web Applications-Deployment-Solaris]]
Ravi Mendis 932.1 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]]
David Avendasora 1000.1 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
Marc Guenther 856.1 297 = Complementary Frameworks =
298
299 == Project WONDER ==
300
David Avendasora 902.1 301 * [[Overview>>Project WONDER-Overview]]
Pascal Robert 602.1 302 * Required Reading
Ravi Mendis 932.1 303 ** [[Installing>>Project WONDER-Installing]]
David Avendasora 902.1 304 ** [[Quickstart>>Project WONDER-Quickstart]]
305 ** [[History>>Project WONDER-History]]
Pascal Robert 602.1 306 ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]]
David Avendasora 902.1 307 *** [[Ajax>>Project WONDER-Frameworks-Ajax]]
David Avendasora 938.1 308 *** [[DynaReporting>>Programming__WebObjects-Project WONDER-Frameworks-DynaReporting]]
David Avendasora 902.1 309 *** [[ERCalendar>>Project WONDER-Frameworks-ERCalendar]]
310 *** [[ERChangeNotificationJMS>>Project WONDER-Frameworks-ERChangeNotificationJMS]]
Pascal Robert 602.1 311 *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
312 *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
David Avendasora 902.1 313 *** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]]
314 *** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]]
315 *** [[ERJavaMail>>Project WONDER-Frameworks-ERJavaMail]]
316 *** [[ERPlot>>Project WONDER-Frameworks-ERPlot]]
Pascal Robert 602.1 317 *** [[ERPrototypes>>Programming__WebObjects-Project WONDER-Frameworks-ERPrototypes]]
David Avendasora 902.1 318 *** [[ERSelenium>>Project WONDER-Frameworks-ERSelenium]]
David Avendasora 938.1 319 *** [[ExcelGeneration>>Project WONDER-Frameworks-ExcelGeneration]]
Pascal Robert 602.1 320 *** [[JavaWOExtensions>>Programming__WebObjects-Project WONDER-Frameworks-JavaWOExtensions]]
David Avendasora 902.1 321 *** [[PostgresqlPlugin>>Project WONDER-Frameworks-PostgresqlPlugin]]
David Avendasora 938.1 322 *** [[SVGObjects>>Programming__WebObjects-Project WONDER-Frameworks-SVGObjects]]
David Avendasora 902.1 323 *** [[Validity>>Project WONDER-Frameworks-Validity]]
324 *** [[WOOgnl>>Project WONDER-Frameworks-WOOgnl]]
325 *** [[WOPaypal>>Project WONDER-Frameworks-WOPaypal]]
Pascal Robert 602.1 326 ** [[Adaptors>>Programming__WebObjects-Project WONDER-Adaptors]]
327 ** [[PlugIns>>Programming__WebObjects-Project WONDER-PlugIns]]
328 * Advanced
329 * [[Examples>>Programming__WebObjects-Project WONDER-Examples]]
330 * [[Troubleshooting>>Wonder:Troubleshooting]]
331
Marc Guenther 856.1 332 == WireHose ==
Pascal Robert 602.1 333
Ravi Mendis 932.1 334 * [[Overview>>Wirehose-Overview]]
Pascal Robert 602.1 335 * Basic Concepts
Ravi Mendis 932.1 336 ** [[Content Management>>Programming__WebObjects-Wirehose-Content Management]]
David Avendasora 902.1 337 ** [[Personalization>>Wirehose-Personalization]]
338 ** [[Access Control>>Wirehose-Access Control]]
339 ** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]]
340 ** [[Rapid Development>>Wirehose-Rapid Revelopment]]
Pascal Robert 602.1 341 * Reference
David Avendasora 902.1 342 ** [[Installation>>Wirehose-Installation]]
Pascal Robert 602.1 343 ** Online Reference Library
344 *** [[Developer Overview>>http://www.wirehose.com/developer/DeveloperOverview.html]]
345 *** [[Java API Reference>>http://www.wirehose.com/developer/javadoc/]]
346 *** [[Properties Reference>>http://www.wirehose.com/developer/Properties.html]]
347 *** [[Database setup>>http://www.wirehose.com/developer/DatabaseSetup.html]]
348 *** [[Regular Expressions>>http://www.wirehose.com/developer/javadoc/com/stevesoft/pat/package-summary.html#reference]]
349 * Recently Deployed Sites
350 ** [[Paizo.com>>http://www.paizo.com]]
351 ** [[Eurovision Song Contest Store>>http://www.eurovisiondownloadshop.tv/cgi-bin/WebObjects/Eurovision]]
352 ** [[Bilka Music Download Store>>http://bilka.phonofile.dk/cgi-bin/WebObjects/Bilka]]
353 ** [[Jubii Music Download Store>>http://musikdownload.jubii.dk/cgi-bin/WebObjects/Jubii]]
354 ** [[Uziing (Scandanavian "Toys-R-Us") Music Store>>http://www.uziing.com/]] (UI is all in Flash)
355
Marc Guenther 856.1 356 == LEWOStuff ==
Pascal Robert 602.1 357
David Avendasora 902.1 358 * [[Overview>>LEWOStuff-Overview]]
Pascal Robert 602.1 359
Marc Guenther 856.1 360 == GVC Frameworks and GVC.SiteMaker ==
Pascal Robert 602.1 361
David Avendasora 902.1 362 * [[Overview>>GVC Frameworks-Overview]]
Pascal Robert 602.1 363
David Avendasora 902.1 364 == Houdah WebObjects Frameworks ==
365
Ravi Mendis 932.1 366 * [[Overview>>Houdah WebObjects Frameworks-Overview]]
David Avendasora 902.1 367 * [[HoudahFoundation>>HoudahFoundation]]: Extensions and additions to the Foundation framework
368 * [[HoudahEOControl>>HoudahEOControl]]: Extensions and additions to the EOControl framework
369 * [[HoudahEOAccess>>HoudahEOAccess]]: Extensions and additions to the EOAccess framework
370 * [[HoudahRuleEngine>>HoudahRuleEngine]]: Rule engine used by several of the below frameworks
371 * [[HoudahEOValidation>>HoudahEOValidation]]: Rule based validation
372 * [[HoudahMessages>>HoudahMessages]]: Rule based localizable error messages
373 * [[HoudahAuditTrail>>HoudahAuditTrail]]: Tracks user and timestamp of last change
374 * [[HoudahViewComponents>>HoudahViewComponents]]: High level, large grain view components using stateless cells
375 * [[HoudahControlComponents>>HoudahControlComponents]]: Control layer for EOF based CRUD applications
376 * [[HoudahAgileComponents>>HoudahAgileComponents]]: Rule based control layer for CRUD application (D2W replacement)
377
Marc Guenther 856.1 378 = Development Tools =
379
Pascal Robert 602.1 380 * [[Overview>>Programming__WebObjects-Development Tools-Overview]]
David Avendasora 902.1 381 * [[Eclipse and WOlips>>Development Tools-Eclipse and WOlips]]
Pascal Robert 1026.1 382 * [[Xcode>>Development Tools-Xcode]]
Pascal Robert 882.1 383 * [[EOModeler>>EOF-Modeling-EOModeler]]
Pascal Robert 602.1 384 * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
David Avendasora 902.1 385 * [[Running Though Apache>>Development Tools-Running Through Apache]]
Pascal Robert 602.1 386
Kieran Kelleher 1020.1 387 = Best Practices =
388
389 * [[Overview>>Best Practices-Overview]]
390 * [[Starting From Scratch>>Best Practices-Starting From Scratch]]
391 * [[Model>>Best Practices-Model]]
392
David Avendasora 1000.1 393 = Direct-To =
394
395 * [[Overview>>Programming__WebObjects-Direct-To-Overview]]
396 * Required Reading
397 ** [[Web>>Direct-To-Web]]
398 ** [[Java Client>>Programming__WebObjects-Direct-To-Java Client]]
399 ** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-Direct-To-Common Pitfalls and Troubleshooting]]
400 * Advanced
401 ** [[ERD2W - part of the WONDER frameworks>>Programming__WebObjects-Direct-To-ERD2W]]
402 * [[Examples>>Programming__WebObjects-Direct-To-Examples]]
403
Marc Guenther 856.1 404 = Case Studies =
Pascal Robert 602.1 405
406 * [[iTunes Music Store>>Programming__WebObjects-Case Studies-iTunes Music Store]]
407 * [[.Mac>>Programming__WebObjects-Case Studies-.Mac]]
408 * [[Apple Store>>Programming__WebObjects-Case Studies-Apple Store]]
409 * [[Original Dell Store>>Programming__WebObjects-Case Studies-Original Dell Store]]
410 * [[Radar>>Programming__WebObjects-Case Studies-Radar]]
David Avendasora 902.1 411 * [[ShopToIt.ca>>Case Studies-ShopToIt.ca]]
412 * [[EverLearn>>Case Studies-EverLearn]]
Marc Guenther 856.1 413 * [[WebObjects Showcase>>WebObjects Showcase]]
David Avendasora 902.1 414 * [[WebObjects Sites>>Case Studies-WebObjects Sites]]
Pascal Robert 602.1 415
Johann Werner 1012.1 416 = Java Client =
417
418 * [[Overview>>Java Client-Overview]]
419 * [[Required Reading>>Java Client-Required Reading]]
420 * [[Advanced>>Programming__WebObjects-Java Client-Advanced]]
421 * [[Interface Builder>>Programming__WebObjects-Java Client-Interface Builder]]
422 * [[svn>>Programming__WebObjects-Java Client-svn]]
423 * [[Examples>>Programming__WebObjects-Java Client-Examples]]
424
Marc Guenther 856.1 425 = Integration with other clients =
Pascal Robert 602.1 426
Marc Guenther 856.1 427 * [[Flex]]
428 * [[Open Laszlo]]
429 * [[Mozilla XUL]]
430 * [[Cocoa]]
Pascal Robert 602.1 431
Marc Guenther 856.1 432 = Testing =
Pascal Robert 602.1 433
David Avendasora 938.1 434 * [[ProgrammingWebObjects-Testing-Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]]
David Avendasora 1000.1 435
David Avendasora 902.1 436 * [[Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]]
437 * [[WOUnitTest>>Testing-WOUnitTest]]
Pascal Robert 602.1 438
Marc Guenther 856.1 439 = Database Compatibility / Comparisons =
440
David Avendasora 902.1 441 * [[FrontBase>>Database Compatibility and Comparisons-FrontBase]]
442 * [[OpenBase>>Database Compatibility and Comparisons-OpenBase]]
443 * [[MySQL>>Database Compatibility and Comparisons-MySQL]]
444 * [[PostgreSQL>>Database Compatibility and Comparisons-PostgreSQL]]
445 * [[Oracle>>Database Compatibility and Comparisons-Oracle]]
446 * [[Sybase>>Database Compatibility and Comparisons-Sybase]]
Pascal Robert 602.1 447 * [[SQLServer>>Programming__WebObjects-Database Compatibility and Comparisons-SQLServer]]
David Avendasora 902.1 448 * [[Data Migration>>Database Compatibility and Comparisons-DataMigration]]
449 * [[Informix>>Database Compatibility and Comparisons-Informix]]
Pascal Robert 602.1 450
Marc Guenther 856.1 451 = Alternative Technologies Pros / Cons =
Pascal Robert 602.1 452
David Avendasora 902.1 453 * [[ASP.NET>>Alternative Technologies-ASP.NET]]
Pascal Robert 602.1 454 * [[ASP.NET + Monorail>>Programming__WebObjects-Alternative Technologies-ASP.NET+Monorail]]
455 * [[JSP and Taglibs>>Programming__WebObjects-Alternative Technologies-JSP and Taglibs]]
456 * [[EJB>>Programming__WebObjects-Alternative Technologies-EJB]]
457 * [[Hibernate>>Programming__WebObjects-Alternative Technologies-Hibernate]]
458 * [[Core Data>>Programming__WebObjects-Alternative Technologies-Core Data]]
459 * [[Cayenne>>Programming__WebObjects-Alternative Technologies-Cayenne]]
460 * [[Tapestry>>Programming__WebObjects-Alternative Technologies-Tapestry]]
David Avendasora 902.1 461 * [[Ruby on Rails>>Alternative Technologies-Ruby on Rails]]
Pascal Robert 602.1 462 * [[Struts>>Programming__WebObjects-Alternative Technologies-Struts]]
463 * [[WebWork>>Programming__WebObjects-Alternative Technologies-WebWork]]
464 * [[SOPE>>Programming__WebObjects-Alternative Technologies-SOPE]]
465
Marc Guenther 856.1 466 = Additional Resources =
Pascal Robert 602.1 467
David Avendasora 902.1 468 * [[Websites>>Additional Resources-Websites]]
469 * [[Mailing Lists>>Mailing Lists]]
470 * [[Tutorials>>Tutorials]]
471 * [[Books>>Additional Resources-Books]]
Pascal Robert 602.1 472 * [[Periodicals>>Programming__WebObjects-Additional Resources-Periodicals]]
David Avendasora 902.1 473 * [[Authors>>Additional Resources-Authors]]
474 * [[Training>>Additional Resources-WebObjects Training]]
475 * [[User groups]]