Wiki source code of Home

Version 550.1 by Pascal Robert on 2007/09/03 13:41

Hide last authors
Pascal Robert 513.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.
Quinton Dolan 19.1 2
Pascal Robert 513.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.
Quinton Dolan 19.1 4
Pascal Robert 513.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.
David Avendasora 499.1 6
Pascal Robert 513.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]].
David Avendasora 499.1 8
9 |= Contents
Pascal Robert 513.1 10 | {{section}}
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]
37 {{/section}}
David Avendasora 499.1 38
39 = Introduction =
40
41 * [[What is WebObjects?>>Overview-What is WebObjects]]
42 * [[History>>Overview-History]]
Pascal Robert 513.1 43 * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
David Avendasora 499.1 44 * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
Pascal Robert 513.1 45 * [[Hands On Hello World - Your First WebObjects Application>>Hands On___Hello World - Your First WebObjects Application]]
David Avendasora 499.1 46 * [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]]
47 * [[WebObjects for Database Developers]]
48 * [[Naming Conventions]]
49
50 = License =
51
Pascal Robert 513.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:
David Avendasora 499.1 53
Pascal Robert 513.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.
David Avendasora 499.1 55
Pascal Robert 513.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
David Avendasora 499.1 58 = Foundation =
59
Pascal Robert 513.1 60 * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
David Avendasora 499.1 61 * [[Key-Value Coding>>Overview-Key Value Coding]]
62
63 = Enterprise Object Framework (EOF) =
64
65 == Introduction ==
66
67 * [[Overview>>EOF-Overview]]
68
69 == Modeling ==
70
Pascal Robert 513.1 71 * [[Overview>>Programming__WebObjects-EOF-Modeling-Overview]]
David Avendasora 499.1 72 * Required Reading
73 ** [[Entities>>EOF-Modeling-Entities]]
74 ** [[GlobalIDs>>EOF-Modeling-GlobalIDs]]
75 ** [[Attributes>>EOF-Modeling-Attributes]]
76 ** [[Relationships>>Programming__WebObjects-EOF-Modeling-Relationships]]
77 ** [[Entity Inheritance>>EOF-Modeling-Inheritance]]
Pascal Robert 513.1 78 ** [[Fetch Specifications>>Programming__WebObjects-EOF-Modeling-Fetch Specifications]]
David Avendasora 499.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 531.1 82 ** [[Common Pitfalls and Troubleshooting>>EOF-Modeling-Common Pitfalls and Troubleshooting]]
83 ** [[EOModeler>>EOF-Modeling-EOModeler]]
Pascal Robert 533.1 84 ** [[EOModeler on Windows>>EOF-Modeling-EOModeler on Windows]]
85 ** [[Booleans>>EOF-Modeling-Booleans]]
David Avendasora 499.1 86 * Advanced
Pascal Robert 513.1 87 ** [[JDBC>>Programming__WebObjects-EOF-Modeling-JDBC]]
David Avendasora 499.1 88 ** [[JNDI>>Programming__WebObjects-EOF-Modeling-JNDI]]
89 ** [[Stored Procedures>>Programming__WebObjects-EOF-Modeling-Stored Procedures]]
Pascal Robert 535.1 90 ** [[Prototypes>>EOF-Modeling-Prototypes]]
David Avendasora 499.1 91 ** [[Multiple Models>>Programming__WebObjects-EOF-Modeling-Multiple Models]]
Pascal Robert 537.1 92 ** [[Custom Attributes>>EOF-Modeling-Custom Attributes]]
Pascal Robert 539.1 93 * [[Examples>>EOF-Modeling-Examples]]
David Avendasora 499.1 94
95 == Using EOF ==
96
Pascal Robert 541.1 97 * [[Overview>>EOF-Using EOF-Overview]]
David Avendasora 499.1 98 * Required Reading
Pascal Robert 543.1 99 ** [[The EOF Commandments>>EOF-Using EOF-The EOF Commandments]]
David Avendasora 499.1 100 ** [[EO Enterprise Object>>Programming__WebObjects-EOF-Using EOF-EO Enterprise Object]]
Pascal Robert 543.1 101 ** [[EO Editing Context>>EOF-Using EOF-EO Editing Context]]
David Avendasora 499.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 545.1 105 ** [[Context and Database Locking>>EOF-Using EOF-Context and Database Locking]]
Pascal Robert 513.1 106 ** [[Faulting>>Programming__WebObjects-EOF-Using EOF-Faulting]]
107 ** [[Fetching>>Programming__WebObjects-EOF-Using EOF-Fetching]]
David Avendasora 499.1 108 ** [[Updating>>Programming__WebObjects-EOF-Using EOF-Updating]]
Pascal Robert 513.1 109 ** [[Deleting>>Programming__WebObjects-EOF-Using EOF-Deleting]]
Pascal Robert 547.1 110 ** [[Caching and Freshness>>EOF-Using EOF-Caching and Freshness]]
Pascal Robert 549.1 111 ** [[Optimistic Locking>>EOF-Using EOF-Optimistic Locking]]
112 ** [[Memory Management>>EOF-Using EOF-Memory Management]]
Pascal Robert 529.1 113 ** [[EOF Best Practices>>Programming__WebObjects-EOF-Using EOF-EOF Best Practices]]
114 ** [[Configuration Settings>>Programming__WebObjects-EOF-Using EOF-Configuration Settings]]
115 ** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-EOF-Using EOF-Common Pitfalls and Troubleshooting]]
David Avendasora 499.1 116 * Advanced
Pascal Robert 529.1 117 ** [[EOGenerator>>Programming__WebObjects-EOF-Using EOF-EOGenerator]]
118 ** [[Logging>>Programming__WebObjects-EOF-Using EOF-Logging]]
119 ** [[EOF Performance Tuning>>Programming__WebObjects-EOF-Using EOF-EOF Performance Tuning]]
120 ** [[Primary Keys>>Programming__WebObjects-EOF-Using EOF-Primary Keys]]
121 ** [[Compound Primary Keys>>Programming__WebObjects-EOF-Using EOF-Compound Primary Keys]]
122 ** [[Concurrency>>Programming__WebObjects-EOF-Using EOF-Concurrency]]
123 ** [[Validation>>Programming__WebObjects-EOF-Using EOF-Validation]]
124 ** [[Database Adaptors and Plugins>>Programming__WebObjects-EOF-Using EOF-Database Adaptors and Plugins]]
125 ** [[Undo and Redo>>Programming__WebObjects-EOF-Using EOF-Undo and Redo]]
David Avendasora 499.1 126 ** [[EO's and Multiple Editing Contexts>>Programming__WebObjects-EOF-Using EOF-EO's and Multiple Editing Contexts]]
Pascal Robert 529.1 127 ** [[EOSharedEditingContext>>Programming__WebObjects-EOF-Using EOF-EOSharedEditingContext]]
128 ** [[Raw Rows>>Programming__WebObjects-EOF-Using EOF-Raw Rows]]
129 ** [[Batch Fetching>>Programming__WebObjects-EOF-Using EOF-Batch Fetching]]
130 ** [[Fetch Limits>>Programming__WebObjects-EOF-Using EOF-Fetch Limits]]
131 ** [[Bulk Operations>>Programming__WebObjects-EOF-Using EOF-Bulk Operations]]
132 ** [[Schema Changes>>Programming__WebObjects-EOF-Using EOF-Schema Changes]]
133 ** [[Delegates and Notifications>>Programming__WebObjects-EOF-Using EOF-Delegates and Notifications]]
134 ** [[Multiple Stacks or Instances>>Programming__WebObjects-EOF-Using EOF-Multiple Stacks or Instances]]
Pascal Robert 527.1 135 ** [[Custom Qualifiers>>Programming__WebObjects-EOF-Using EOF-Custom Qualifiers]]
Pascal Robert 525.1 136 ** [[Localization and Internationalization>>Programming__WebObjects-EOF-Using EOF-Localization and Internationalization]]
Pascal Robert 513.1 137 ** [[Default Values>>Programming__WebObjects-EOF-Using EOF-Default Values]]
138 ** [[Custom EOAdaptor>>Programming__WebObjects-EOF-Using EOF-Custom EOAdaptor]]
139 ** [[EOF Traces>>Programming__WebObjects-EOF-Using EOF-EOF Traces]]
140 ** [[Problems>>Programming__WebObjects-EOF-Using EOF-Problems]]
141 * [[Tips and Tricks>>Programming__WebObjects-EOF-Using EOF-Tips and Tricks]]
David Avendasora 499.1 142 * [[Examples>>Programming__WebObjects-EOF-Using EOF-Examples]]
Pascal Robert 513.1 143 * [[Help//EOF//is//Doing//Strange//Things//>>Programming__WebObjects-EOF-Using EOF-Breaking EOF]]
David Avendasora 499.1 144
145 = Web Applications =
146
147 == Introduction ==
148
Pascal Robert 513.1 149 * [[Overview>>Programming__WebObjects-Web Applications-Overview]]
David Avendasora 499.1 150
151 == Development ==
152
153 * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]]
154 * Required Reading
Pascal Robert 513.1 155 ** [[Apache>>Programming__WebObjects-Development Tools-Running Through Apache]]
156 ** [[WO Adaptor>>Programming__WebObjects-Web Applications-Development-WO Adaptor]]
David Avendasora 499.1 157 ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
Pascal Robert 513.1 158 ** [[WO Session>>Programming__WebObjects-Web Applications-Development-WO Session]]
David Avendasora 499.1 159 ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]]
Pascal Robert 513.1 160 *** [[Binding Synchronization>>Programming__WebObjects-Web Applications-Development-WO Component-Binding Synchronization]]
161 *** [[Code, Templates, and WODs>>Programming__WebObjects-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>>Programming__WebObjects-Web Applications-Development-Component Actions]]
164 ** [[Direct Actions>>Programming__WebObjects-Web Applications-Development-Direct Actions]]
David Avendasora 499.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]]
Pascal Robert 513.1 167 ** [[Authentication and Security>>Programming__WebObjects-Web Applications-Development-Authentication and Security]]
168 ** [[General Best Practices>>Programming__WebObjects-Web Applications-Development-General Best Practices]]
169 ** [[WOForm Best Practices>>Programming__WebObjects-Web Applications-Development-WOForm Best Practices]]
170 ** [[WODisplayGroup>>Programming__WebObjects-Web Applications-Development-WODisplayGroup]]
171 ** [[Debugging Techniques>>Programming__WebObjects-Web Applications-Development-Debugging Techniques]]
172 ** [[Direct Connect>>Programming__WebObjects-Web Applications-Development-Direct Connect]]
173 ** [[Frameworks>>Programming__WebObjects-Web Applications-Development-Frameworks]]
174 ** [[Ajax>>Programming__WebObjects-Web Applications-Development-Ajax]]
175 ** [[CSS>>Programming__WebObjects-Web Applications-Development-CSS]]
176 ** [[Sending Emails>>Programming__WebObjects-Web Applications-Development-Sending Emails]]
David Avendasora 499.1 177 ** [[The Build Products>>Programming__WebObjects-Web Applications-Development-Build Products]]
178 ** [[Errors and Explanations>>Programming__WebObjects-Web Applications-Development-Errors and Explanations]]
Pascal Robert 513.1 179 ** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-Web Applications-Development-Common Pitfalls and Troubleshooting]]
David Avendasora 499.1 180 * Advanced
Pascal Robert 513.1 181 ** [[Audit Trails>>Programming__WebObjects-Web Applications-Development-Audit Trails]]
182 ** [[Backtracking>>Programming__WebObjects-Web Applications-Development-Backtracking]]
David Avendasora 499.1 183 ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
Pascal Robert 513.1 184 ** [[Image Thumbnailing>>Programming__WebObjects-Web Applications-Development-Thumbnailing]]
185 ** [[Database vs Filesystem (aka Images in the Database?)>>Programming__WebObjects-Web Applications-Development-Database vs Filesystem]]
David Avendasora 499.1 186 ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
Pascal Robert 513.1 187 ** [[Stateless Components>>Programming__WebObjects-Web Applications-Development-Stateless Components]]
David Avendasora 499.1 188 ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
Pascal Robert 513.1 189 ** [[WOEvents and Logging>>Programming__WebObjects-Web Applications-Development-WOEvents and Logging]]
190 ** [[PDF Generation>>Programming__WebObjects-Web Applications-Development-PDF Generation]]
191 ** [[Excel Generation>>Programming__WebObjects-Web Applications-Development-Excel Generation]]
192 ** [[SSL>>Programming__WebObjects-Web Applications-Development-SSL]]
193 ** [[Localization and Internationalization>>Programming__WebObjects-Web Applications-Development-Localization and Internationalization]]
194 ** [[Testing and JUnit>>Programming__WebObjects-Web Applications-Development-Testing and JUnit]]
195 ** [[Custom Error Handling>>Programming__WebObjects-Web Applications-Development-Custom Error Handling]]
David Avendasora 499.1 196 ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]]
Pascal Robert 513.1 197 ** [[Custom Templates>>Programming__WebObjects-Web Applications-Development-Custom Templates]]
198 ** [[Calling Commandline Applications>>Programming__WebObjects-Web Applications-Development-Calling Commandline Applications]]
David Avendasora 499.1 199 ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]]
Pascal Robert 513.1 200 ** [[Profiling WO Apps>>Programming__WebObjects-Web Applications-Development-Profiling WO Apps]]
201 ** [[J2EE Integration>>Programming__WebObjects-Web Applications-Development-J2EE Integration]]
202 ** [[WebObjects and Subversion>>Programming__WebObjects-Web Applications-Development-WebObjects and Subversion]]
203 ** [[Third Party Jars>>Programming__WebObjects-Web Applications-Development-Third Party Jars]]
204 ** [[Generating Static Pages>>Programming__WebObjects-Web Applications-Development-Generating Static Pages]]
205 ** [[Cocoa EO Applications>>Programming__WebObjects-Web Applications-Development-Cocoa EO Applications]]
206 ** [[Custom Resource Manager>>Programming__WebObjects-Web Applications-Development-Custom Resource Manager]]
207 ** [[Persistent Sessions>>Programming__WebObjects-Web Applications-Development-Persistent Sessions]]
208 ** [[How Forms Work>>Programming__WebObjects-Web Applications-Development-How Forms Work]]
209 * [[Development on Windows>>Programming__WebObjects-Web Applications-Development-Development on Windows]]
210 * [[Tips and Tricks>>Programming__WebObjects-Web Applications-Development-Tips and Tricks]]
David Avendasora 499.1 211 * Examples
Pascal Robert 513.1 212 ** [[Hands On Hello World>>Hands On___Hello World - Your First WebObjects Application]]
213 ** [[Page Layout>>Programming__WebObjects-Web Applications-Development-Examples-Page Layout]]
214 ** [[List Components>>Programming__WebObjects-Web Applications-Development-Examples-List Components]]
215 ** [[Calendar Component>>Programming__WebObjects-Web Applications-Development-Examples-Calendar Component]]
216 ** [[Path Inspector>>Programming__WebObjects-Web Applications-Development-Examples-Path Inspector]]
217 ** [[Alphabetic List>>Programming__WebObjects-Web Applications-Development-Examples-Alphabetic List]]
218 ** [[Login>>Programming__WebObjects-Web Applications-Development-Examples-Login]]
219 ** [[Anchors>>Programming__WebObjects-Web Applications-Development-Examples-Anchors]]
220 ** [[Open Link in New Window>>Programming__WebObjects-Web Applications-Development-Examples-Open Link in New Window]]
221 ** [[Return a File>>Programming__WebObjects-Web Applications-Development-Examples-Return a File]]
David Avendasora 499.1 222
223 == Deployment ==
224
Pascal Robert 513.1 225 * [[Overview>>Programming__WebObjects-Web Applications-Deployment-Overview]]
David Avendasora 499.1 226 * Required Reading
Pascal Robert 513.1 227 ** [[Apache>>Programming__WebObjects-Web Applications-Deployment-Apache]]
228 ** [[Memory Settings>>Programming__WebObjects-Web Applications-Deployment-Memory Settings]]
229 ** [[Standard Deployment>>Programming__WebObjects-Web Applications-Deployment-Standard Deployment]]
230 ** [[wotaskd>>Programming__WebObjects-Web Applications-Deployment-wotaskd]]
231 ** [[Java Monitor>>Programming__WebObjects-Web Applications-Deployment-Java Monitor]]
232 ** [[Logging>>Programming__WebObjects-Web Applications-Deployment-Logging]]
233 ** [[Split Install>>Programming__WebObjects-Web Applications-Deployment-Split Install]]
234 ** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-Web Applications-Deployment-Common Pitfalls and Troubleshooting]]
David Avendasora 499.1 235 * Advanced
Pascal Robert 513.1 236 ** [[WOStats>>Programming__WebObjects-Web Applications-Deployment-WOStats]]
237 ** [[Additional Monitoring>>Programming__WebObjects-Web Applications-Deployment-Additional Monitoring]]
238 ** [[Scheduled Restart>>Programming__WebObjects-Web Applications-Deployment-Scheduled Restart]]
David Avendasora 499.1 239 ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
Pascal Robert 513.1 240 ** [[J2EE and Servlet Deployment>>Programming__WebObjects-Web Applications-Deployment-J2EE and Servlet Deployment]]
241 ** [[Tomcat Deployment>>Programming__WebObjects-Web Applications-Deployment-Tomcat Deployment]]
David Avendasora 499.1 242 ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
Pascal Robert 513.1 243 ** [[Killing WOA Processes>>Programming__WebObjects-Web Applications-Deployment-Killing WOA Processes]]
244 ** [[Debugging Frozen Deployed Instances>>Programming__WebObjects-Web Applications-Deployment-Debugging Frozen Deployed Instances]]
David Avendasora 499.1 245 * Platform Specifics
Pascal Robert 513.1 246 ** [[Mac OS X Server>>Programming__WebObjects-Web Applications-Deployment-Mac OS X Server]]
247 ** [[Linux>>Programming__WebObjects-Web Applications-Deployment-Linux]]
248 ** [[Solaris>>Programming__WebObjects-Web Applications-Deployment-Solaris]]
249 ** [[FreeBSD WO5.2>>Programming__WebObjects-Web Applications-Deployment-FreeBSD WO5.2]]
250 ** [[FreeBSD WO5.3>>Programming__WebObjects-Web Applications-Deployment-FreeBSD WO5.3]]
251 ** [[FreeBSD 6.2 WO 5.3.3>>Programming__WebObjects-Web Applications-Deployment-FreeBSD 6.2 WO5.3.3]]
252 ** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Programming__WebObjects-Web Applications-Deployment-FreeBSD 6.x WO 5.3.3 port]]
253 ** [[Windows>>Programming__WebObjects-Web Applications-Deployment-Windows]]
David Avendasora 499.1 254 * Helpful Tools & Shellscripts
255
256 = Web Services =
257
258 * [[Overview>>Programming__WebObjects-Web Services-Overview]]
259 * Required Reading
Pascal Robert 513.1 260 ** [[WO as a Web Service Provider>>Programming__WebObjects-Web Services-Web Service Provider]]
261 ** [[WO as a Web Service Consumer>>Programming__WebObjects-Web Services-Web Service Consumer]]
David Avendasora 499.1 262 ** [[Interoperability>>Programming__WebObjects-Web Services-Interoperability]]
Pascal Robert 513.1 263 ** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-Web Services-Common Pitfalls and Troubleshooting]]
David Avendasora 499.1 264 * General Info
Pascal Robert 513.1 265 ** [[Instructions for .NET consuming Direct to WebServices>>Programming__WebObjects-Web Services-Instructions for .NET consuming Direct to WebServices]]
266 ** [[Testing Services with Terminal>>Programming__WebObjects-Web Services-Testing Services with Terminal]]
David Avendasora 499.1 267 * Advanced
Pascal Robert 513.1 268 ** [[Sending Large Data>>Programming__WebObjects-Web Services-Sending Large Data]]
269 ** [[How to Trust Any SSL Certificate>>Programming__WebObjects-Web Services-How to Trust Any SSL Certificate]]
270 ** [[Problems>>Programming__WebObjects-Web Services-Problems]]
271 ** [[Controlling Enterprise Object Serialisation>>Programming__WebObjects-Web Services-Controlling Enterprise Object Serialisation]]
272 ** [[Controlling WSDL Service Location>>Programming__WebObjects-Web Services-Controlling WSDL Service Location]]
273 ** [[Integration with WebServicesCore on MacOS-X>>Programming__WebObjects-Web Services-Integration with WebServicesCore on MacOS-X]]
274 ** [[Working With Temporary GlobalIDs>>Programming__WebObjects-Web Services-Working With Temporary GlobalIDs]]
David Avendasora 499.1 275
276 * [[Examples>>Programming__WebObjects-Web Services-Examples]]
277
278 = Complementary Frameworks =
279
280 == Project WONDER ==
281
Pascal Robert 513.1 282 * [[Overview>>Programming__WebObjects-Project WONDER-Overview]]
David Avendasora 499.1 283 * Required Reading
Pascal Robert 513.1 284 ** [[Installing>>Programming__WebObjects-Project WONDER-Installing]]
285 ** [[Quickstart>>Programming__WebObjects-Project WONDER-Quickstart]]
286 ** [[History>>Programming__WebObjects-Project WONDER-History]]
David Avendasora 499.1 287 ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]]
Pascal Robert 513.1 288 *** [[Ajax>>Programming__WebObjects-Project WONDER-Frameworks-Ajax]]
289 *** [[DynaReporting>>Programming__WebObjects-Project WONDER-Frameworks-DynaReporting]]
290 *** [[ERCalendar>>Programming__WebObjects-Project WONDER-Frameworks-ERCalendar]]
291 *** [[ERChangeNotificationJMS>>Programming__WebObjects-Project WONDER-Frameworks-ERChangeNotificationJMS]]
David Avendasora 499.1 292 *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
293 *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
Pascal Robert 513.1 294 *** [[ERExtensions>>Programming__WebObjects-Project WONDER-Frameworks-ERExtensions]]
295 *** [[ERIMAdaptor>>Programming__WebObjects-Project WONDER-Frameworks-ERIMAdaptor]]
296 *** [[ERJavaMail>>Programming__WebObjects-Project WONDER-Frameworks-ERJavaMail]]
297 *** [[ERPlot>>Programming__WebObjects-Project WONDER-Frameworks-ERPlot]]
David Avendasora 499.1 298 *** [[ERPrototypes>>Programming__WebObjects-Project WONDER-Frameworks-ERPrototypes]]
Pascal Robert 513.1 299 *** [[ERSelenium>>Programming__WebObjects-Project WONDER-Frameworks-ERSelenium]]
300 *** [[ExcelGeneration>>Programming__WebObjects-Project WONDER-Frameworks-ExcelGeneration]]
David Avendasora 499.1 301 *** [[JavaWOExtensions>>Programming__WebObjects-Project WONDER-Frameworks-JavaWOExtensions]]
Pascal Robert 513.1 302 *** [[PostgresqlPlugin>>Programming__WebObjects-Project WONDER-Frameworks-PostgresqlPlugin]]
303 *** [[SVGObjects>>Programming__WebObjects-Project WONDER-Frameworks-SVGObjects]]
304 *** [[Validity>>Programming__WebObjects-Project WONDER-Frameworks-Validity]]
305 *** [[WOOgnl>>Programming__WebObjects-Project WONDER-Frameworks-WOOgnl]]
306 *** [[WOPaypal>>Programming__WebObjects-Project WONDER-Frameworks-WOPaypal]]
David Avendasora 499.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
313 == WireHose ==
314
Pascal Robert 513.1 315 * [[Overview>>Programming__WebObjects-Wirehose-Overview]]
David Avendasora 499.1 316 * Basic Concepts
Pascal Robert 513.1 317 ** [[Content Management>>Programming__WebObjects-Wirehose-Content Management]]
318 ** [[Personalization>>Programming__WebObjects-Wirehose-Personalization]]
319 ** [[Access Control>>Programming__WebObjects-Wirehose-Access Control]]
320 ** [[Dynamic Layouts>>Programming__WebObjects-Wirehose-Dynamic Layouts]]
321 ** [[Rapid Development>>Programming__WebObjects-Wirehose-Rapid Revelopment]]
David Avendasora 499.1 322 * Reference
Pascal Robert 513.1 323 ** [[Installation>>Programming__WebObjects-Wirehose-Installation]]
David Avendasora 499.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
337 == LEWOStuff ==
338
Pascal Robert 513.1 339 * [[Overview>>Programming__WebObjects-LEWOStuff-Overview]]
David Avendasora 499.1 340
341 == GVC Frameworks and GVC.SiteMaker ==
342
Pascal Robert 513.1 343 * [[Overview>>Programming__WebObjects-GVC Frameworks-Overview]]
David Avendasora 499.1 344
345 = Development Tools =
346
347 * [[Overview>>Programming__WebObjects-Development Tools-Overview]]
Pascal Robert 513.1 348 * [[Eclipse and WOlips>>Programming__WebObjects-Development Tools-Eclipse and WOlips]]
349 * [[Xcode>>Programming__WebObjects-Development Tools-Xcode]]
Pascal Robert 531.1 350 * [[EOModeler>>EOF-Modeling-EOModeler]]
David Avendasora 499.1 351 * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
Pascal Robert 513.1 352 * [[Running Though Apache>>Programming__WebObjects-Development Tools-Running Through Apache]]
David Avendasora 499.1 353
Pascal Robert 513.1 354 = Direct-To =
355
356 * [[Overview>>Programming__WebObjects-Direct-To-Overview]]
357 * Required Reading
358 ** [[Web>>Programming__WebObjects-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
David Avendasora 499.1 365 = Case Studies =
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]]
Pascal Robert 513.1 372 * [[ShopToIt.ca>>Programming__WebObjects-Case Studies-ShopToIt.ca]]
373 * [[EverLearn>>Programming__WebObjects-Case Studies-EverLearn]]
David Avendasora 499.1 374 * [[WebObjects Showcase>>WebObjects Showcase]]
Pascal Robert 513.1 375 * [[WebObjects Sites>>Programming__WebObjects-Case Studies-WebObjects Sites]]
David Avendasora 499.1 376
Pascal Robert 513.1 377 = Java Client =
378
379 * [[Overview>>Programming__WebObjects-Java Client-Overview]]
380 * [[Required Reading>>Programming__WebObjects-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
David Avendasora 499.1 386 = Integration with other clients =
387
388 * [[Flex]]
389 * [[Open Laszlo]]
390 * [[Mozilla XUL]]
391 * [[Cocoa]]
392
393 = Testing =
394
Pascal Robert 513.1 395 * [[ProgrammingWebObjects-Testing-Load Testing WO Apps with JMeter>>Programming__WebObjects-Testing-Load Testing WO Apps with JMeter]]
David Avendasora 499.1 396
Pascal Robert 513.1 397 * [[Load Testing WO Apps with JMeter>>Programming__WebObjects-Testing-Load Testing WO Apps with JMeter]]
398 * [[WOUnitTest>>Programming__WebObjects-Testing-WOUnitTest]]
399
David Avendasora 499.1 400 = Database Compatibility / Comparisons =
401
Pascal Robert 513.1 402 * [[FrontBase>>Programming__WebObjects-Database Compatibility and Comparisons-FrontBase]]
403 * [[OpenBase>>Programming__WebObjects-Database Compatibility and Comparisons-OpenBase]]
404 * [[MySQL>>Programming__WebObjects-Database Compatibility and Comparisons-MySQL]]
405 * [[PostgreSQL>>Programming__WebObjects-Database Compatibility and Comparisons-Postgresql]]
406 * [[Oracle>>Programming__WebObjects-Database Compatibility and Comparisons-Oracle]]
407 * [[Sybase>>Programming__WebObjects-Database Compatibility and Comparisons-Sybase]]
David Avendasora 499.1 408 * [[SQLServer>>Programming__WebObjects-Database Compatibility and Comparisons-SQLServer]]
Pascal Robert 513.1 409 * [[Data Migration>>Programming__WebObjects-Database Compatibility and Comparisons-DataMigration]]
410 * [[Informix>>Programming__WebObjects-Database Compatibility and Comparisons-Informix]]
David Avendasora 499.1 411
412 = Alternative Technologies Pros / Cons =
413
Pascal Robert 513.1 414 * [[ASP.NET>>Programming__WebObjects-Alternative Technologies-ASP.NET]]
David Avendasora 499.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]]
Ray Kiddy 509.1 420 * [[Cayenne>>Programming__WebObjects-Alternative Technologies-Cayenne]]
David Avendasora 499.1 421 * [[Tapestry>>Programming__WebObjects-Alternative Technologies-Tapestry]]
Pascal Robert 513.1 422 * [[Ruby on Rails>>Programming__WebObjects-Alternative Technologies-Ruby on Rails]]
David Avendasora 499.1 423 * [[Struts>>Programming__WebObjects-Alternative Technologies-Struts]]
424 * [[WebWork>>Programming__WebObjects-Alternative Technologies-WebWork]]
425 * [[SOPE>>Programming__WebObjects-Alternative Technologies-SOPE]]
426
427 = Additional Resources =
428
Pascal Robert 513.1 429 * [[Websites>>Programming__WebObjects-Additional Resources-Websites]]
430 * [[Mailing Lists>>Programming__WebObjects-Mailing Lists]]
431 * [[Tutorials>>Programming__WebObjects-Tutorials]]
432 * [[Books>>Programming__WebObjects-Additional Resources-Books]]
David Avendasora 499.1 433 * [[Periodicals>>Programming__WebObjects-Additional Resources-Periodicals]]
Pascal Robert 513.1 434 * [[Authors>>Programming__WebObjects-Additional Resources-Authors]]
435 * [[Training>>Programming__WebObjects-Additional Resources-WebObjects Training]]
436
437 Category:Programming
438 Category:WebObjects