Wiki source code of Home

Version 200.1 by Pascal Robert on 2007/09/03 13:46

Hide last authors
Pascal Robert 150.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 150.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 150.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.
Quinton Dolan 19.1 6
Pascal Robert 150.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]].
Quinton Dolan 19.1 8
Pascal Robert 150.1 9 |= Contents
10 | {{section}}
Quinton Dolan 19.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]
Pascal Robert 150.1 32 # [#Integration with other clients]
Quinton Dolan 19.1 33 # [#Testing]
34 # [#Database Compatibility/Comparisons]
35 # [#Alternative Technologies Pros/Cons]
36 # [#Additional Resources]
Pascal Robert 150.1 37 {{/section}}
Quinton Dolan 19.1 38
Pascal Robert 150.1 39 = Introduction =
Quinton Dolan 19.1 40
Pascal Robert 150.1 41 * [[What is WebObjects?>>Overview-What is WebObjects]]
42 * [[History>>Overview-History]]
Quinton Dolan 19.1 43 * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
Pascal Robert 150.1 44 * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
45 * [[Hands On Hello World - Your First WebObjects Application>>Hands On___Hello World - Your First WebObjects Application]]
Quinton Dolan 19.1 46 * [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]]
47 * [[WebObjects for Database Developers]]
Pascal Robert 150.1 48 * [[Naming Conventions]]
Quinton Dolan 19.1 49
Pascal Robert 150.1 50 = License =
Quinton Dolan 19.1 51
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:
53
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.
55
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
Pascal Robert 150.1 58 = Foundation =
Quinton Dolan 19.1 59
60 * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
Pascal Robert 150.1 61 * [[Key-Value Coding>>Overview-Key Value Coding]]
Quinton Dolan 19.1 62
Pascal Robert 150.1 63 = Enterprise Object Framework (EOF) =
Quinton Dolan 19.1 64
Pascal Robert 150.1 65 == Introduction ==
Quinton Dolan 19.1 66
Pascal Robert 150.1 67 * [[Overview>>EOF-Overview]]
Quinton Dolan 19.1 68
Pascal Robert 150.1 69 == Modeling ==
Quinton Dolan 19.1 70
71 * [[Overview>>Programming__WebObjects-EOF-Modeling-Overview]]
72 * Required Reading
Pascal Robert 150.1 73 ** [[Entities>>EOF-Modeling-Entities]]
74 ** [[GlobalIDs>>EOF-Modeling-GlobalIDs]]
75 ** [[Attributes>>EOF-Modeling-Attributes]]
Quinton Dolan 19.1 76 ** [[Relationships>>Programming__WebObjects-EOF-Modeling-Relationships]]
Pascal Robert 150.1 77 ** [[Entity Inheritance>>EOF-Modeling-Inheritance]]
Quinton Dolan 19.1 78 ** [[Fetch Specifications>>Programming__WebObjects-EOF-Modeling-Fetch Specifications]]
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 150.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]]
Quinton Dolan 19.1 86 * Advanced
87 ** [[JDBC>>Programming__WebObjects-EOF-Modeling-JDBC]]
88 ** [[JNDI>>Programming__WebObjects-EOF-Modeling-JNDI]]
89 ** [[Stored Procedures>>Programming__WebObjects-EOF-Modeling-Stored Procedures]]
Pascal Robert 150.1 90 ** [[Prototypes>>EOF-Modeling-Prototypes]]
Quinton Dolan 19.1 91 ** [[Multiple Models>>Programming__WebObjects-EOF-Modeling-Multiple Models]]
Pascal Robert 150.1 92 ** [[Custom Attributes>>EOF-Modeling-Custom Attributes]]
93 * [[Examples>>EOF-Modeling-Examples]]
Quinton Dolan 19.1 94
Pascal Robert 150.1 95 == Using EOF ==
Quinton Dolan 19.1 96
Pascal Robert 150.1 97 * [[Overview>>EOF-Using EOF-Overview]]
Quinton Dolan 19.1 98 * Required Reading
Pascal Robert 150.1 99 ** [[The EOF Commandments>>EOF-Using EOF-The EOF Commandments]]
Quinton Dolan 19.1 100 ** [[EO Enterprise Object>>Programming__WebObjects-EOF-Using EOF-EO Enterprise Object]]
Pascal Robert 150.1 101 ** [[EO Editing Context>>EOF-Using EOF-EO Editing Context]]
Quinton Dolan 19.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 150.1 105 ** [[Context and Database Locking>>EOF-Using EOF-Context and Database Locking]]
Quinton Dolan 19.1 106 ** [[Faulting>>Programming__WebObjects-EOF-Using EOF-Faulting]]
107 ** [[Fetching>>Programming__WebObjects-EOF-Using EOF-Fetching]]
108 ** [[Updating>>Programming__WebObjects-EOF-Using EOF-Updating]]
109 ** [[Deleting>>Programming__WebObjects-EOF-Using EOF-Deleting]]
Pascal Robert 150.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]]
Quinton Dolan 19.1 116 * Advanced
Pascal Robert 150.1 117 ** [[EOGenerator>>EOF-Using EOF-EOGenerator]]
118 ** [[Logging>>EOF-Using EOF-Logging]]
119 ** [[EOF Performance Tuning>>EOF-Using EOF-EOF Performance Tuning]]
120 ** [[Primary Keys>>EOF-Using EOF-Primary Keys]]
Pascal Robert 199.1 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]]
Quinton Dolan 19.1 126 ** [[EO's and Multiple Editing Contexts>>Programming__WebObjects-EOF-Using EOF-EO's and Multiple Editing Contexts]]
Pascal Robert 199.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]]
135 ** [[Custom Qualifiers>>Programming__WebObjects-EOF-Using EOF-Custom Qualifiers]]
136 ** [[Localization and Internationalization>>Programming__WebObjects-EOF-Using EOF-Localization and Internationalization]]
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]]
Quinton Dolan 19.1 142 * [[Examples>>Programming__WebObjects-EOF-Using EOF-Examples]]
Pascal Robert 199.1 143 * [[Help//EOF//is//Doing//Strange//Things//>>Programming__WebObjects-EOF-Using EOF-Breaking EOF]]
Quinton Dolan 19.1 144
Pascal Robert 150.1 145 = Web Applications =
Quinton Dolan 19.1 146
Pascal Robert 150.1 147 == Introduction ==
Quinton Dolan 19.1 148
149 * [[Overview>>Programming__WebObjects-Web Applications-Overview]]
150
Pascal Robert 150.1 151 == Development ==
Quinton Dolan 19.1 152
153 * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]]
154 * Required Reading
Pascal Robert 199.1 155 ** [[Apache>>Programming__WebObjects-Development Tools-Running Through Apache]]
156 ** [[WO Adaptor>>Programming__WebObjects-Web Applications-Development-WO Adaptor]]
Quinton Dolan 19.1 157 ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
Pascal Robert 199.1 158 ** [[WO Session>>Programming__WebObjects-Web Applications-Development-WO Session]]
Quinton Dolan 19.1 159 ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]]
Pascal Robert 199.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]]
Quinton Dolan 19.1 162 *** [[Built-in Components>>Programming__WebObjects-Web Applications-Development-WO Component-Built-in Components]]
Pascal Robert 199.1 163 ** [[Component Actions>>Programming__WebObjects-Web Applications-Development-Component Actions]]
164 ** [[Direct Actions>>Programming__WebObjects-Web Applications-Development-Direct Actions]]
Quinton Dolan 19.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 199.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]]
Quinton Dolan 19.1 171 ** [[Debugging Techniques>>Programming__WebObjects-Web Applications-Development-Debugging Techniques]]
Pascal Robert 199.1 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]]
Quinton Dolan 19.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 199.1 179 ** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-Web Applications-Development-Common Pitfalls and Troubleshooting]]
Quinton Dolan 19.1 180 * Advanced
Pascal Robert 199.1 181 ** [[Audit Trails>>Programming__WebObjects-Web Applications-Development-Audit Trails]]
182 ** [[Backtracking>>Programming__WebObjects-Web Applications-Development-Backtracking]]
Quinton Dolan 19.1 183 ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
Pascal Robert 199.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]]
Quinton Dolan 19.1 186 ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
Pascal Robert 199.1 187 ** [[Stateless Components>>Programming__WebObjects-Web Applications-Development-Stateless Components]]
Quinton Dolan 19.1 188 ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
Pascal Robert 199.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]]
Quinton Dolan 19.1 196 ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]]
Pascal Robert 199.1 197 ** [[Custom Templates>>Programming__WebObjects-Web Applications-Development-Custom Templates]]
198 ** [[Calling Commandline Applications>>Programming__WebObjects-Web Applications-Development-Calling Commandline Applications]]
Quinton Dolan 19.1 199 ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]]
Pascal Robert 199.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]]
Quinton Dolan 19.1 211 * Examples
Pascal Robert 150.1 212 ** [[Hands On Hello World>>Hands On___Hello World - Your First WebObjects Application]]
Pascal Robert 199.1 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]]
Quinton Dolan 19.1 222
Pascal Robert 150.1 223 == Deployment ==
Quinton Dolan 19.1 224
225 * [[Overview>>Programming__WebObjects-Web Applications-Deployment-Overview]]
226 * Required Reading
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]]
235 * Advanced
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]]
239 ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
240 ** [[J2EE and Servlet Deployment>>Programming__WebObjects-Web Applications-Deployment-J2EE and Servlet Deployment]]
241 ** [[Tomcat Deployment>>Programming__WebObjects-Web Applications-Deployment-Tomcat Deployment]]
242 ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
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]]
245 * Platform Specifics
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]]
Pascal Robert 199.1 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]]
Quinton Dolan 19.1 254 * Helpful Tools & Shellscripts
255
Pascal Robert 150.1 256 = Web Services =
Quinton Dolan 19.1 257
258 * [[Overview>>Programming__WebObjects-Web Services-Overview]]
259 * Required Reading
Pascal Robert 199.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]]
Quinton Dolan 19.1 262 ** [[Interoperability>>Programming__WebObjects-Web Services-Interoperability]]
Pascal Robert 199.1 263 ** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-Web Services-Common Pitfalls and Troubleshooting]]
Quinton Dolan 19.1 264 * General Info
Pascal Robert 199.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]]
Quinton Dolan 19.1 267 * Advanced
Pascal Robert 199.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]]
Quinton Dolan 19.1 275
276 * [[Examples>>Programming__WebObjects-Web Services-Examples]]
277
Pascal Robert 150.1 278 = Complementary Frameworks =
Quinton Dolan 19.1 279
Pascal Robert 150.1 280 == Project WONDER ==
Quinton Dolan 19.1 281
Pascal Robert 199.1 282 * [[Overview>>Programming__WebObjects-Project WONDER-Overview]]
Quinton Dolan 19.1 283 * Required Reading
Pascal Robert 199.1 284 ** [[Installing>>Programming__WebObjects-Project WONDER-Installing]]
285 ** [[Quickstart>>Programming__WebObjects-Project WONDER-Quickstart]]
286 ** [[History>>Programming__WebObjects-Project WONDER-History]]
Quinton Dolan 19.1 287 ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]]
Pascal Robert 199.1 288 *** [[Ajax>>Programming__WebObjects-Project WONDER-Frameworks-Ajax]]
Quinton Dolan 19.1 289 *** [[DynaReporting>>Programming__WebObjects-Project WONDER-Frameworks-DynaReporting]]
Pascal Robert 199.1 290 *** [[ERCalendar>>Programming__WebObjects-Project WONDER-Frameworks-ERCalendar]]
291 *** [[ERChangeNotificationJMS>>Programming__WebObjects-Project WONDER-Frameworks-ERChangeNotificationJMS]]
Quinton Dolan 19.1 292 *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
293 *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
Pascal Robert 199.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]]
Quinton Dolan 19.1 298 *** [[ERPrototypes>>Programming__WebObjects-Project WONDER-Frameworks-ERPrototypes]]
Pascal Robert 199.1 299 *** [[ERSelenium>>Programming__WebObjects-Project WONDER-Frameworks-ERSelenium]]
300 *** [[ExcelGeneration>>Programming__WebObjects-Project WONDER-Frameworks-ExcelGeneration]]
Quinton Dolan 19.1 301 *** [[JavaWOExtensions>>Programming__WebObjects-Project WONDER-Frameworks-JavaWOExtensions]]
Pascal Robert 199.1 302 *** [[PostgresqlPlugin>>Programming__WebObjects-Project WONDER-Frameworks-PostgresqlPlugin]]
Quinton Dolan 19.1 303 *** [[SVGObjects>>Programming__WebObjects-Project WONDER-Frameworks-SVGObjects]]
Pascal Robert 199.1 304 *** [[Validity>>Programming__WebObjects-Project WONDER-Frameworks-Validity]]
305 *** [[WOOgnl>>Programming__WebObjects-Project WONDER-Frameworks-WOOgnl]]
306 *** [[WOPaypal>>Programming__WebObjects-Project WONDER-Frameworks-WOPaypal]]
Quinton Dolan 19.1 307 ** [[Adaptors>>Programming__WebObjects-Project WONDER-Adaptors]]
308 ** [[PlugIns>>Programming__WebObjects-Project WONDER-PlugIns]]
309 * Advanced
310 * [[Examples>>Programming__WebObjects-Project WONDER-Examples]]
Pascal Robert 150.1 311 * [[Troubleshooting>>Wonder:Troubleshooting]]
Quinton Dolan 19.1 312
Pascal Robert 150.1 313 == WireHose ==
Quinton Dolan 19.1 314
Pascal Robert 199.1 315 * [[Overview>>Programming__WebObjects-Wirehose-Overview]]
Quinton Dolan 19.1 316 * Basic Concepts
317 ** [[Content Management>>Programming__WebObjects-Wirehose-Content Management]]
Pascal Robert 199.1 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]]
Quinton Dolan 19.1 322 * Reference
Pascal Robert 199.1 323 ** [[Installation>>Programming__WebObjects-Wirehose-Installation]]
Quinton Dolan 19.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
Pascal Robert 150.1 337 == LEWOStuff ==
Quinton Dolan 19.1 338
339 * [[Overview>>Programming__WebObjects-LEWOStuff-Overview]]
340
Pascal Robert 150.1 341 == GVC Frameworks and GVC.SiteMaker ==
Quinton Dolan 19.1 342
343 * [[Overview>>Programming__WebObjects-GVC Frameworks-Overview]]
344
Pascal Robert 150.1 345 = Development Tools =
Quinton Dolan 19.1 346
347 * [[Overview>>Programming__WebObjects-Development Tools-Overview]]
348 * [[Eclipse and WOlips>>Programming__WebObjects-Development Tools-Eclipse and WOlips]]
349 * [[Xcode>>Programming__WebObjects-Development Tools-Xcode]]
Pascal Robert 150.1 350 * [[EOModeler>>EOF-Modeling-EOModeler]]
Quinton Dolan 19.1 351 * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
Pascal Robert 199.1 352 * [[Running Though Apache>>Programming__WebObjects-Development Tools-Running Through Apache]]
Quinton Dolan 19.1 353
Pascal Robert 150.1 354 = Direct-To =
Quinton Dolan 19.1 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
Pascal Robert 150.1 365 = Case Studies =
Quinton Dolan 19.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]]
Pascal Robert 199.1 372 * [[ShopToIt.ca>>Programming__WebObjects-Case Studies-ShopToIt.ca]]
373 * [[EverLearn>>Programming__WebObjects-Case Studies-EverLearn]]
Pascal Robert 150.1 374 * [[WebObjects Showcase>>WebObjects Showcase]]
Pascal Robert 199.1 375 * [[WebObjects Sites>>Programming__WebObjects-Case Studies-WebObjects Sites]]
Quinton Dolan 19.1 376
Pascal Robert 150.1 377 = Java Client =
Quinton Dolan 19.1 378
Pascal Robert 199.1 379 * [[Overview>>Programming__WebObjects-Java Client-Overview]]
380 * [[Required Reading>>Programming__WebObjects-Java Client-Required Reading]]
Quinton Dolan 19.1 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
Pascal Robert 150.1 386 = Integration with other clients =
Quinton Dolan 19.1 387
Pascal Robert 150.1 388 * [[Flex]]
389 * [[Open Laszlo]]
390 * [[Mozilla XUL]]
391 * [[Cocoa]]
392
393 = Testing =
394
Pascal Robert 199.1 395 * [[ProgrammingWebObjects-Testing-Load Testing WO Apps with JMeter>>Programming__WebObjects-Testing-Load Testing WO Apps with JMeter]]
Pascal Robert 150.1 396
Pascal Robert 199.1 397 * [[Load Testing WO Apps with JMeter>>Programming__WebObjects-Testing-Load Testing WO Apps with JMeter]]
398 * [[WOUnitTest>>Programming__WebObjects-Testing-WOUnitTest]]
Quinton Dolan 19.1 399
Pascal Robert 150.1 400 = Database Compatibility / Comparisons =
Quinton Dolan 19.1 401
Pascal Robert 199.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]]
Quinton Dolan 19.1 408 * [[SQLServer>>Programming__WebObjects-Database Compatibility and Comparisons-SQLServer]]
Pascal Robert 199.1 409 * [[Data Migration>>Programming__WebObjects-Database Compatibility and Comparisons-DataMigration]]
410 * [[Informix>>Programming__WebObjects-Database Compatibility and Comparisons-Informix]]
Quinton Dolan 19.1 411
Pascal Robert 150.1 412 = Alternative Technologies Pros / Cons =
Quinton Dolan 19.1 413
Pascal Robert 199.1 414 * [[ASP.NET>>Programming__WebObjects-Alternative Technologies-ASP.NET]]
Quinton Dolan 19.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]]
Pascal Robert 199.1 422 * [[Ruby on Rails>>Programming__WebObjects-Alternative Technologies-Ruby on Rails]]
Quinton Dolan 19.1 423 * [[Struts>>Programming__WebObjects-Alternative Technologies-Struts]]
424 * [[WebWork>>Programming__WebObjects-Alternative Technologies-WebWork]]
425 * [[SOPE>>Programming__WebObjects-Alternative Technologies-SOPE]]
426
Pascal Robert 150.1 427 = Additional Resources =
Quinton Dolan 19.1 428
Pascal Robert 199.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]]
Quinton Dolan 19.1 433 * [[Periodicals>>Programming__WebObjects-Additional Resources-Periodicals]]
Pascal Robert 199.1 434 * [[Authors>>Programming__WebObjects-Additional Resources-Authors]]
435 * [[Training>>Programming__WebObjects-Additional Resources-WebObjects Training]]
Quinton Dolan 19.1 436
437 Category:Programming
438 Category:WebObjects