Wiki source code of Home

Version 575.1 by ianjoyner on 2007/07/12 21:19

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