Wiki source code of Home

Version 1056.1 by Pascal Robert on 2007/10/07 21:24

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