Wiki source code of Home

Version 1079.1 by Quinton Dolan on 2007/07/15 03:08

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