Wiki source code of Home

Version 562.1 by Pascal Robert on 2007/09/03 14:55

Hide last authors
Pascal Robert 561.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 561.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 561.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 561.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
Pascal Robert 561.1 9 |= Contents
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}}
Ravi Mendis 557.1 38
Pascal Robert 561.1 39 = Introduction =
Ravi Mendis 557.1 40
Pascal Robert 561.1 41 * [[What is WebObjects?>>Overview-What is WebObjects]]
42 * [[History>>Overview-History]]
Pascal Robert 513.1 43 * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
Pascal Robert 561.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]]
46 * [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]]
David Avendasora 499.1 47 * [[WebObjects for Database Developers]]
Pascal Robert 561.1 48 * [[Naming Conventions]]
David Avendasora 499.1 49
Pascal Robert 561.1 50 = License =
David Avendasora 499.1 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
Pascal Robert 561.1 58 = Foundation =
David Avendasora 499.1 59
Pascal Robert 513.1 60 * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
Pascal Robert 561.1 61 * [[Key-Value Coding>>Overview-Key Value Coding]]
David Avendasora 499.1 62
Pascal Robert 561.1 63 = Enterprise Object Framework (EOF) =
David Avendasora 499.1 64
Pascal Robert 561.1 65 == Introduction ==
David Avendasora 499.1 66
Pascal Robert 561.1 67 * [[Overview>>EOF-Overview]]
David Avendasora 499.1 68
Pascal Robert 561.1 69 == Modeling ==
David Avendasora 499.1 70
Pascal Robert 513.1 71 * [[Overview>>Programming__WebObjects-EOF-Modeling-Overview]]
David Avendasora 499.1 72 * Required Reading
Pascal Robert 561.1 73 ** [[Entities>>EOF-Modeling-Entities]]
74 ** [[GlobalIDs>>EOF-Modeling-GlobalIDs]]
75 ** [[Attributes>>EOF-Modeling-Attributes]]
David Avendasora 499.1 76 ** [[Relationships>>Programming__WebObjects-EOF-Modeling-Relationships]]
Pascal Robert 561.1 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 561.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]]
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 561.1 90 ** [[Prototypes>>EOF-Modeling-Prototypes]]
David Avendasora 499.1 91 ** [[Multiple Models>>Programming__WebObjects-EOF-Modeling-Multiple Models]]
Pascal Robert 561.1 92 ** [[Custom Attributes>>EOF-Modeling-Custom Attributes]]
93 * [[Examples>>EOF-Modeling-Examples]]
David Avendasora 499.1 94
Pascal Robert 561.1 95 == Using EOF ==
David Avendasora 499.1 96
Pascal Robert 561.1 97 * [[Overview>>EOF-Using EOF-Overview]]
David Avendasora 499.1 98 * Required Reading
Pascal Robert 561.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 561.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 561.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 561.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]]
David Avendasora 499.1 116 * Advanced
Pascal Robert 561.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]]
121 ** [[Compound Primary Keys>>EOF-Using EOF-Compound Primary Keys]]
122 ** [[Concurrency>>EOF-Using EOF-Concurrency]]
123 ** [[Validation>>EOF-Using EOF-Validation]]
124 ** [[Database Adaptors and Plugins>>EOF-Using EOF-Database Adaptors and Plugins]]
125 ** [[Undo and Redo>>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 561.1 127 ** [[EOSharedEditingContext>>EOF-Using EOF-EOSharedEditingContext]]
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]]
David Avendasora 499.1 142 * [[Examples>>Programming__WebObjects-EOF-Using EOF-Examples]]
Pascal Robert 561.1 143 * [[Help//EOF//is//Doing//Strange//Things//>>EOF-Using EOF-Breaking EOF]]
David Avendasora 499.1 144
Pascal Robert 561.1 145 = Web Applications =
David Avendasora 499.1 146
Pascal Robert 561.1 147 == Introduction ==
David Avendasora 499.1 148
Pascal Robert 513.1 149 * [[Overview>>Programming__WebObjects-Web Applications-Overview]]
David Avendasora 499.1 150
Pascal Robert 561.1 151 == Development ==
David Avendasora 499.1 152
153 * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]]
154 * Required Reading
Pascal Robert 561.1 155 ** [[Apache>>Programming__WebObjects-Development Tools-Running Through Apache]]
smmccraw 559.1 156 ** [[WO Adaptor>>Programming__WebObjects-Web Applications-Development-WO Adaptor]]
David Avendasora 499.1 157 ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
smmccraw 559.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]]
smmccraw 559.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]]
Pascal Robert 513.1 162 *** [[Built-in Components>>Programming__WebObjects-Web Applications-Development-WO Component-Built-in Components]]
smmccraw 559.1 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]]
smmccraw 559.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]]
Pascal Robert 513.1 171 ** [[Debugging Techniques>>Programming__WebObjects-Web Applications-Development-Debugging Techniques]]
smmccraw 559.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]]
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]]
smmccraw 559.1 179 ** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-Web Applications-Development-Common Pitfalls and Troubleshooting]]
David Avendasora 499.1 180 * Advanced
smmccraw 559.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]]
smmccraw 559.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]]
smmccraw 559.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]]
smmccraw 559.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]]
smmccraw 559.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]]
smmccraw 559.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]]
Pascal Robert 561.1 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]]
David Avendasora 499.1 211 * Examples
Pascal Robert 561.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]]
David Avendasora 499.1 222
Pascal Robert 561.1 223 == Deployment ==
David Avendasora 499.1 224
smmccraw 559.1 225 * [[Overview>>Programming__WebObjects-Web Applications-Deployment-Overview]]
David Avendasora 499.1 226 * Required Reading
smmccraw 559.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]]
Pascal Robert 513.1 233 ** [[Split Install>>Programming__WebObjects-Web Applications-Deployment-Split Install]]
smmccraw 559.1 234 ** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-Web Applications-Deployment-Common Pitfalls and Troubleshooting]]
David Avendasora 499.1 235 * Advanced
smmccraw 559.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]]
smmccraw 559.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]]
smmccraw 559.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]]
smmccraw 559.1 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
Pascal Robert 561.1 256 = Web Services =
David Avendasora 499.1 257
258 * [[Overview>>Programming__WebObjects-Web Services-Overview]]
259 * Required Reading
smmccraw 559.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]]
smmccraw 559.1 263 ** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-Web Services-Common Pitfalls and Troubleshooting]]
David Avendasora 499.1 264 * General Info
smmccraw 559.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
smmccraw 559.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
Pascal Robert 561.1 278 = Complementary Frameworks =
Ravi Mendis 557.1 279
Pascal Robert 561.1 280 == Project WONDER ==
Ravi Mendis 557.1 281
smmccraw 559.1 282 * [[Overview>>Programming__WebObjects-Project WONDER-Overview]]
David Avendasora 499.1 283 * Required Reading
smmccraw 559.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]]
smmccraw 559.1 288 *** [[Ajax>>Programming__WebObjects-Project WONDER-Frameworks-Ajax]]
Pascal Robert 513.1 289 *** [[DynaReporting>>Programming__WebObjects-Project WONDER-Frameworks-DynaReporting]]
smmccraw 559.1 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]]
smmccraw 559.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]]
smmccraw 559.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]]
smmccraw 559.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]]
Pascal Robert 561.1 311 * [[Troubleshooting>>Wonder:Troubleshooting]]
David Avendasora 499.1 312
Pascal Robert 561.1 313 == WireHose ==
David Avendasora 499.1 314
smmccraw 559.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]]
smmccraw 559.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]]
David Avendasora 499.1 322 * Reference
smmccraw 559.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
Pascal Robert 561.1 337 == LEWOStuff ==
David Avendasora 499.1 338
smmccraw 559.1 339 * [[Overview>>Programming__WebObjects-LEWOStuff-Overview]]
David Avendasora 499.1 340
Pascal Robert 561.1 341 == GVC Frameworks and GVC.SiteMaker ==
David Avendasora 499.1 342
smmccraw 559.1 343 * [[Overview>>Programming__WebObjects-GVC Frameworks-Overview]]
David Avendasora 499.1 344
Pascal Robert 561.1 345 = Development Tools =
Ravi Mendis 557.1 346
smmccraw 559.1 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 561.1 350 * [[EOModeler>>EOF-Modeling-EOModeler]]
smmccraw 559.1 351 * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
352 * [[Running Though Apache>>Programming__WebObjects-Development Tools-Running Through Apache]]
Ravi Mendis 557.1 353
Pascal Robert 561.1 354 = Direct-To =
Ravi Mendis 557.1 355
smmccraw 559.1 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]]
Ravi Mendis 557.1 364
Pascal Robert 561.1 365 = Case Studies =
Ravi Mendis 557.1 366
David Avendasora 499.1 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]]
smmccraw 559.1 372 * [[ShopToIt.ca>>Programming__WebObjects-Case Studies-ShopToIt.ca]]
373 * [[EverLearn>>Programming__WebObjects-Case Studies-EverLearn]]
Pascal Robert 561.1 374 * [[WebObjects Showcase>>WebObjects Showcase]]
smmccraw 559.1 375 * [[WebObjects Sites>>Programming__WebObjects-Case Studies-WebObjects Sites]]
David Avendasora 499.1 376
Pascal Robert 561.1 377 = Java Client =
David Avendasora 499.1 378
smmccraw 559.1 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]]
David Avendasora 499.1 385
Pascal Robert 561.1 386 = Integration with other clients =
David Avendasora 499.1 387
Pascal Robert 561.1 388 * [[Flex]]
389 * [[Open Laszlo]]
390 * [[Mozilla XUL]]
391 * [[Cocoa]]
392
393 = Testing =
394
395 * [[ProgrammingWebObjects-Testing-Load Testing WO Apps with JMeter>>Programming__WebObjects-Testing-Load Testing WO Apps with JMeter]]
396
smmccraw 559.1 397 * [[Load Testing WO Apps with JMeter>>Programming__WebObjects-Testing-Load Testing WO Apps with JMeter]]
398 * [[WOUnitTest>>Programming__WebObjects-Testing-WOUnitTest]]
David Avendasora 499.1 399
Pascal Robert 561.1 400 = Database Compatibility / Comparisons =
David Avendasora 499.1 401
smmccraw 559.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]]
Pascal Robert 561.1 405 * [[PostgreSQL>>Programming__WebObjects-Database Compatibility and Comparisons-Postgresql]]
smmccraw 559.1 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]]
smmccraw 559.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
Pascal Robert 561.1 412 = Alternative Technologies Pros / Cons =
David Avendasora 499.1 413
smmccraw 559.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]]
smmccraw 559.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
Pascal Robert 561.1 427 = Additional Resources =
David Avendasora 499.1 428
smmccraw 559.1 429 * [[Websites>>Programming__WebObjects-Additional Resources-Websites]]
Pascal Robert 561.1 430 * [[Mailing Lists>>Programming__WebObjects-Mailing Lists]]
431 * [[Tutorials>>Programming__WebObjects-Tutorials]]
smmccraw 559.1 432 * [[Books>>Programming__WebObjects-Additional Resources-Books]]
David Avendasora 499.1 433 * [[Periodicals>>Programming__WebObjects-Additional Resources-Periodicals]]
smmccraw 559.1 434 * [[Authors>>Programming__WebObjects-Additional Resources-Authors]]
435 * [[Training>>Programming__WebObjects-Additional Resources-WebObjects Training]]
436
437 Category:Programming
438 Category:WebObjects