Wiki source code of Home

Version 1389.1 by Pascal Robert on 2012/07/19 21:11

Hide last authors
madc0w 1360.1 1 [[image:hero_webobjects.jpg||align="right" vspace="4" hspace="4"]]{{note title="Wiki Modernization In Progress"}}
Pascal Robert 1362.1 2 The content on this Wiki is in the process of being updated to reflect modern WebObjects development. Pages that refer to old development techniques, e.g. Xcode, WOBuilder, etc., will be either updated to reflect the current toolset, or be moved to the [WO:Deprecated] section. An [RSS Feed|http://wiki.wocommunity.org/spaces/createrssfeed.action?types=page&types=blogpost&types=comment&spaces=&sort=modified&title=Dashboard+RSS+Feed&maxResults=15&publicFeed=false&os_authType=basic&rssType=rss2] is available for those that want to be updated as pages are modified. *If you have a favorite page that you want to make sure you are in-the-loop on any changes*, you can easily Watch it by selecting _Watch_ from the _Tools_ popup menu on that page. If you wish to partipate in an effort to improve this documentation, send an email to [mailto:docs-group-on@wocommunity.org].
Larry Mills-Gahl 1351.1 3
madc0w 1360.1 4 *Special Note*: URLs are changing as part of this effort. Confluence does a good job of guessing what page you wanted if the link you requested no longer exists, so pain should be minimal.
Gavin Eadie 1359.1 5 {{/note}}
Larry Mills-Gahl 1351.1 6
Gavin Eadie 1359.1 7 {{tip}}
madc0w 1360.1 8 This site replaces the [wikibook|http://en.wikibooks.org/wiki/Programming:WebObjects], which has been deprecated.
Gavin Eadie 1359.1 9 {{/tip}}
fisherja 1057.1 10
Gavin Eadie 1359.1 11 **WebObjects** is an integrated suite of Java frameworks for rapidly developing scalable, sophisticated Internet and Enterprise applications. It is the most mature platform available for enterprise-level web, web service and java client (three-tier client-server) application development.
David Avendasora 1176.1 12
madc0w 1360.1 13 It provides a powerful and mature set of Object-Oriented frameworks for managing Object-Relational Mapping ([[ORM>>http://en.wikipedia.org/wiki/Object-relational_mapping]]) to any JDBC-compliant database, Session Management, Undo/Redo/Revert, Ajax, Web Services, full Java Client applications, Rapid Application Development, Streaming Media, file upload/download and many other popular internet and enterprise application technologies.
fisherja 1057.1 14
madc0w 1360.1 15 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 for version 5.0.
Pascal Robert 602.1 16
madc0w 1360.1 17 It is an incredibly flexible set of frameworks exemplified by Apple's own use of it for such varied applications as the [[iTunes Music Store>>http://phobos.apple.com/WebObjects/MZStore.woa/wa/storeFront]], the on-line [[Apple Store>>http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore/]], the [[MobileMe>>http://www.me.com]] group of services including Web-Mail and Calendaring and their [[website>>http://www.apple.com]].
Pascal Robert 602.1 18
madc0w 1360.1 19 It has a very active [[developer community>>http://www.wocommunity.org/]] and offers excellent support through the very popular [[WebObjects Development>>http://lists.apple.com/mailman/listinfo/webobjects-dev]] and [[WebObjects Deployment>>http://lists.apple.com/mailman/listinfo/webobjects-deploy]] email lists.
Quinton Dolan 1078.1 20
Gavin Eadie 1359.1 21 {{tip title="Download WebObjects Here!"}}
madc0w 1360.1 22
23 The [WebObjects543.dmg|http://support.apple.com/kb/DL688] file will install the WebObjects frameworks and support files. It requires Xcode 3.1. It is recommended that you follow the [WO:Installing WebObjects 5.4 on Snow Leopard] instructions if you no longer have Xcode 3.1.
24
Gavin Eadie 1359.1 25 {{/tip}}
David Avendasora 1186.1 26
madc0w 1360.1 27 |= Contents
28 | {{section}}{toc:style=disc|indent=20px}{{/section}}
David Avendasora 1080.1 29
30 = Introduction =
31
Pascal Robert 1372.1 32 * [[What is WebObjects?>>Overview-What is WebObjects]]
madc0w 1360.1 33 * [[History>>Overview-History]]
Pascal Robert 1372.1 34 * [[Foundation>>Overview-Foundation]]
madc0w 1360.1 35 * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
36 * [[Scratch Setup of WebObjects Development on a Mac>>Scratch Setup of WebObjects Development on a Mac]]
37 * [[Hands On Hello World - Your First WebObjects Application>>Hello World - Your First WebObjects Application]]
Pascal Robert 1362.1 38 * [[Recent Changes>>http://wiki.wocommunity.org/pages/recentlyupdated.action?key=WO]]
madc0w 1360.1 39 * [[WebObjects for Database Developers]]
Pascal Robert 1372.1 40 * [[Naming Conventions]]
Pascal Robert 602.1 41
David Avendasora 1080.1 42 = License =
Pascal Robert 602.1 43
Gavin Eadie 1359.1 44 As of WebObjects 5.3, the deployment of WebObjects-based server applications is now permitted on any platform. The Xcode 3.1 license (The last that included any reference to WebObjects) stated this:
Pascal Robert 602.1 45
madc0w 1360.1 46 D. WebObjects Software. Subject to the terms and conditions of this License, you may incorporate the WebObjects Software included in the Developer Software into application programs (both client and server) that you develop on an Apple-branded computer. You may also reproduce and distribute the WebObjects Software unmodified, in binary form only, on any platform but solely as incorporated into such application programs and only for use by end-users under terms that are at least as restrictive of those set forth in this License (including, without limitation, Sections 2, 6 and 7 of this License).For avoidance of doubt, you may not distribute the WebObjects Software on a stand-alone basis, and you may not develop application programs using the WebObjects Software (or any portion thereof) on any non-Apple branded computer.
Pascal Robert 602.1 47
David Avendasora 1080.1 48 = Foundation =
Pascal Robert 602.1 49
Pascal Robert 1372.1 50 * [[Foundation>>Overview-Foundation]]
51 * [[Key-Value Coding>>Overview-Key Value Coding]]
Pascal Robert 602.1 52
David Avendasora 1080.1 53 = Enterprise Object Framework (EOF) =
Pascal Robert 602.1 54
David Avendasora 1080.1 55 == Introduction ==
Pascal Robert 602.1 56
Pascal Robert 1372.1 57 * [[Overview>>EOF-Overview]]
Pascal Robert 602.1 58
David Avendasora 1080.1 59 == Modeling ==
Pascal Robert 602.1 60
Pascal Robert 1372.1 61 * [[Overview>>EOF-Modeling-Overview]]
Pascal Robert 602.1 62 * Required Reading
Pascal Robert 1372.1 63 ** [[Entities>>EOF-Modeling-Entities]]
64 ** [[GlobalIDs>>EOF-Modeling-GlobalIDs]]
65 ** [[Attributes>>EOF-Modeling-Attributes]]
madc0w 1360.1 66 ** [[Relationships>>Programming__WebObjects-EOF-Modeling-Relationships]]
Pascal Robert 1372.1 67 ** [[Entity Inheritance>>EOF-Modeling-Inheritance]]
68 ** [[Fetch Specifications>>EOF-Modeling-Fetch Specifications]]
madc0w 1360.1 69 ** [[SQL Generation>>Programming__WebObjects-EOF-Modeling-SQL Generation]]
70 ** [[Code Generation>>Programming__WebObjects-EOF-Modeling-Code Generation]]
71 ** [[Reverse Engineering>>Programming__WebObjects-EOF-Modeling-Reverse Engineering]]
Pascal Robert 1372.1 72 ** [[Common Pitfalls and Troubleshooting>>EOF-Modeling-Common Pitfalls and Troubleshooting]]
73 ** [[EOModeler>>EOF-Modeling-EOModeler]]
74 ** [[EOModeler on Windows>>EOF-Modeling-EOModeler on Windows]]
75 ** [[Booleans>>EOF-Modeling-Booleans]]
Pascal Robert 602.1 76 * Advanced
Pascal Robert 1372.1 77 ** [[JDBC>>EOF-Modeling-JDBC]]
madc0w 1360.1 78 ** [[JNDI>>Programming__WebObjects-EOF-Modeling-JNDI]]
79 ** [[Stored Procedures>>Programming__WebObjects-EOF-Modeling-Stored Procedures]]
Pascal Robert 1372.1 80 ** [[Prototypes>>EOF-Modeling-Prototypes]]
madc0w 1360.1 81 ** [[Multiple Models>>Programming__WebObjects-EOF-Modeling-Multiple Models]]
Pascal Robert 1372.1 82 ** [[Custom Attributes>>EOF-Modeling-Custom Attributes]]
83 ** [[Strategy Design Pattern as an Alternative to Entity Inheritance>>Using Strategy Design Pattern with EOF]]
84 * [[Examples>>EOF-Modeling-Examples]]
Pascal Robert 602.1 85
David Avendasora 1080.1 86 == Using EOF ==
Pascal Robert 602.1 87
Pascal Robert 1372.1 88 * [[Overview>>EOF-Using EOF-Overview]]
Pascal Robert 602.1 89 * Required Reading
Pascal Robert 1372.1 90 ** [[The EOF Commandments>>EOF-Using EOF-The EOF Commandments]]
madc0w 1360.1 91 ** [[EO Enterprise Object>>Programming__WebObjects-EOF-Using EOF-EO Enterprise Object]]
Pascal Robert 1372.1 92 ** [[EO Editing Context>>EOF-Using EOF-EO Editing Context]]
madc0w 1360.1 93 ** [[EO Object Store>>Programming__WebObjects-EOF-Using EOF-EO Object Store]]
94 ** [[EO Database>>Programming__WebObjects-EOF-Using EOF-EO Database]]
95 ** [[EO Adaptor>>Programming__WebObjects-EOF-Using EOF-EO Adapter]]
Pascal Robert 1372.1 96 ** [[Context and Database Locking>>EOF-Using EOF-Context and Database Locking]]
97 ** [[Faulting>>EOF-Using EOF-Faulting]]
98 ** [[Fetching>>EOF-Using EOF-Fetching]]
madc0w 1360.1 99 ** [[Updating>>Programming__WebObjects-EOF-Using EOF-Updating]]
Pascal Robert 1372.1 100 ** [[Deleting>>EOF-Using EOF-Deleting]]
101 ** [[Caching and Freshness>>EOF-Using EOF-Caching and Freshness]]
102 ** [[Optimistic Locking>>EOF-Using EOF-Optimistic Locking]]
103 ** [[Memory Management>>EOF-Using EOF-Memory Management]]
104 ** [[EOF Best Practices>>EOF-Using EOF-EOF Best Practices]]
105 ** [[Configuration Settings>>EOF-Using EOF-Configuration Settings]]
106 ** [[Common Pitfalls and Troubleshooting>>EOF-Using EOF-Common Pitfalls and Troubleshooting]]
Pascal Robert 602.1 107 * Advanced
madc0w 1360.1 108 ** [[EOGenerator>>EOF-Using EOF-EOGenerator]]
Pascal Robert 1372.1 109 ** [[Logging>>EOF-Using EOF-Logging]]
110 ** [[EOF Performance Tuning>>EOF-Using EOF-EOF Performance Tuning]]
111 ** [[Primary Keys>>EOF-Using EOF-Primary Keys]]
112 ** [[Compound Primary Keys>>EOF-Using EOF-Compound Primary Keys]]
113 ** [[Concurrency>>EOF-Using EOF-Concurrency]]
114 ** [[Validation>>EOF-Using EOF-Validation]]
115 ** [[Database Adaptors and Plugins>>EOF-Using EOF-Database Adaptors and Plugins]]
116 ** [[Undo and Redo>>EOF-Using EOF-Undo and Redo]]
madc0w 1360.1 117 ** [[EO's and Multiple Editing Contexts>>Programming__WebObjects-EOF-Using EOF-EO's and Multiple Editing Contexts]]
Pascal Robert 1372.1 118 ** [[EOSharedEditingContext>>EOF-Using EOF-EOSharedEditingContext]]
119 ** [[Raw Rows>>EOF-Using EOF-Raw Rows]]
120 ** [[Batch Fetching>>EOF-Using EOF-Batch Fetching]]
121 ** [[Fetch Limits>>EOF-Using EOF-Fetch Limits]]
122 ** [[Bulk Operations>>EOF-Using EOF-Bulk Operations]]
123 ** [[Schema Changes>>EOF-Using EOF-Schema Changes]]
124 ** [[Delegates and Notifications>>EOF-Using EOF-Delegates and Notifications]]
125 ** [[Multiple Stacks or Instances>>EOF-Using EOF-Multiple Stacks or Instances]]
126 ** [[Custom Qualifiers>>EOF-Using EOF-Custom Qualifiers]]
127 ** [[Localization and Internationalization>>EOF-Using EOF-Localization and Internationalization]]
128 ** [[Default Values>>EOF-Using EOF-Default Values]]
129 ** [[Custom EOAdaptor>>EOF-Using EOF-Custom EOAdaptor]]
130 ** [[EOF Traces>>EOF-Using EOF-EOF Traces]]
131 ** [[Problems>>EOF-Using EOF-Problems]]
132 * [[Tips and Tricks>>EOF-Using EOF-Tips and Tricks]]
madc0w 1360.1 133 * [[Examples>>Programming__WebObjects-EOF-Using EOF-Examples]]
Pascal Robert 1372.1 134 * [[Help//EOF//is//Doing//Strange//Things//>>EOF-Using EOF-Breaking EOF]]
Pascal Robert 602.1 135
David Avendasora 1080.1 136 = Web Applications =
Pascal Robert 602.1 137
David Avendasora 1080.1 138 == Introduction ==
Pascal Robert 602.1 139
madc0w 1360.1 140 * [[Overview>>Web Applications-Overview]]
141
David Avendasora 1080.1 142 == Development ==
madc0w 1360.1 143
144 * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]]
145 * [[Beginner's Guide>>Development - Beginner's Guide]]
Pascal Robert 602.1 146 * Required Reading
Pascal Robert 1372.1 147 ** [[Apache>>Development Tools-Running Through Apache]]
148 ** [[WO Adaptor>>Development-WO Adaptor]]
madc0w 1360.1 149 ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
Pascal Robert 1372.1 150 ** [[WO Session>>Development-WO Session]]
madc0w 1360.1 151 ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]]
Pascal Robert 1372.1 152 *** [[Binding Synchronization>>Development-WO Component-Binding Synchronization]]
153 *** [[Code, Templates, and WODs>>Development-WO Component-Code Template and WODs]]
madc0w 1360.1 154 *** [[Built-in Components>>Development-WO Component-Built-in Components]]
Pascal Robert 1372.1 155 ** [[Component Actions>>Development-Component Actions]]
156 ** [[Direct Actions>>Development-Direct Actions]]
madc0w 1360.1 157 ** [[Request-Response Loop>>Programming__WebObjects-Web Applications-Development-Request-Response Loop]]
158 ** [[Using EOF in a WOA>>Programming__WebObjects-Web Applications-Development-Using EOF in a WOA]]
Pascal Robert 1372.1 159 ** [[Authentication and Security>>Development-Authentication and Security]]
160 ** [[General Best Practices>>Development-General Best Practices]]
161 ** [[WOForm Best Practices>>Development-WOForm Best Practices]]
162 ** [[WODisplayGroup>>Development-WODisplayGroup]]
madc0w 1360.1 163 ** [[Debugging Techniques>>Development-Debugging Techniques]]
164 ** [[Direct Connect>>Development-Direct Connect]]
Pascal Robert 1372.1 165 ** [[Frameworks>>Development-Frameworks]]
166 ** [[Ajax>>Development-Ajax]]
167 ** [[CSS>>Development-CSS]]
168 ** [[Sending Emails>>Development-Sending Emails]]
madc0w 1360.1 169 ** [[The Build Products>>Programming__WebObjects-Web Applications-Development-Build Products]]
170 ** [[Errors and Explanations>>Programming__WebObjects-Web Applications-Development-Errors and Explanations]]
Pascal Robert 1372.1 171 ** [[Common Pitfalls and Troubleshooting>>Development-Common Pitfalls and Troubleshooting]]
Pascal Robert 602.1 172 * Advanced
Pascal Robert 1372.1 173 ** [[Application Server URL Creation>>Development-UrlCreation]]
174 ** [[Audit Trails>>Development-Audit Trails]]
175 ** [[Backtracking>>Development-Backtracking]]
madc0w 1360.1 176 ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
Pascal Robert 1372.1 177 ** [[Image Thumbnailing>>Development-Thumbnailing]]
178 ** [[Database vs Filesystem (aka Images in the Database?)>>Development-Database vs Filesystem]]
madc0w 1360.1 179 ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
Pascal Robert 1372.1 180 ** [[Stateless Components>>Development-Stateless Components]]
madc0w 1360.1 181 ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
Pascal Robert 1372.1 182 ** [[WOEvents and Logging>>Development-WOEvents and Logging]]
183 ** [[PDF Generation>>Development-PDF Generation]]
184 ** [[Excel Generation>>Development-Excel Generation]]
185 ** [[SSL>>Development-SSL requests via https protocol]]
186 ** [[Localization and Internationalization>>Development-Localization and Internationalization]]
187 ** [[Testing and JUnit>>Development-Testing and JUnit]]
188 ** [[Custom Error Handling>>Development-Custom Error Handling]]
madc0w 1360.1 189 ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]]
Pascal Robert 1372.1 190 ** [[Custom Templates>>Development-Custom Templates]]
191 ** [[Calling Commandline Applications>>Calling Commandline Applications]]
madc0w 1360.1 192 ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]]
Pascal Robert 1372.1 193 ** [[Profiling WO Apps>>Development-Profiling WO Apps]]
194 ** [[J2EE Integration>>Development-J2EE Integration]]
195 ** [[Third Party Jars>>Development-Third Party Jars]]
196 ** [[Generating Static Pages>>Development-Generating Static Pages]]
madc0w 1360.1 197 ** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]]
Pascal Robert 1372.1 198 ** [[Custom Resource Manager>>Development-Custom Resource Manager]]
199 ** [[Persistent Sessions>>Development-Persistent Sessions]]
200 ** [[How Forms Work>>Development-How Forms Work]]
201 * [[Development on Windows>>Development-Development on Windows]]
202 * [[Tips and Tricks>>Development-Tips and Tricks]]
Pascal Robert 602.1 203 * Examples
madc0w 1360.1 204 ** [[Hands On Hello World>>Hello World - Your First WebObjects Application]]
Pascal Robert 1372.1 205 ** [[Page Layout>>Development-Examples-Page Layout]]
206 ** [[List Components>>Development-Examples-List Components]]
207 ** [[Calendar Component>>Development-Examples-Calendar Component]]
208 ** [[Path Inspector>>Development-Examples-Path Inspector]]
209 ** [[Alphabetic List>>Development-Examples-Alphabetic List]]
210 ** [[Login>>Development-Examples-Login]]
211 ** [[Anchors>>Development-Examples-Anchors]]
212 ** [[Open Link in New Window>>Development-Examples-Open Link in New Window]]
213 ** [[Return a File>>Development-Examples-Return a File]]
Pascal Robert 602.1 214
David Avendasora 1080.1 215 == Deployment ==
Pascal Robert 602.1 216
madc0w 1360.1 217 * [[Overview>>Overview]]
Pascal Robert 602.1 218 * Required Reading
Pascal Robert 1372.1 219 ** [[Apache>>Configuring Apache for WebObjects]]
madc0w 1360.1 220 ** [[Memory Settings>>Deployment-Memory Settings]]
221 ** [[Standard Deployment>>Deployment-Standard Deployment]]
222 ** [[wotaskd>>wotaskd]]
223 ** [[Java Monitor>>JavaMonitor]]
Pascal Robert 1372.1 224 ** [[Logging>>Log Rotation]]
225 ** [[Split Install>>Split Deployments]]
226 ** [[Common Pitfalls and Troubleshooting>>Troubleshooting Deployment]]
David Avendasora 1080.1 227
Pascal Robert 602.1 228 * Advanced
Pascal Robert 1372.1 229 ** [[WOStats>>Troubleshooting WOStats]]
230 ** [[Additional Monitoring>>Monitoring your deployed Applications]]
231 ** [[Troubleshooting wotaskd and JavaMonitor on OS X]]
232 ** [[Scheduled Restart>>Troubleshooting Scheduled Restarts]]
madc0w 1360.1 233 ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
Pascal Robert 1372.1 234 ** [[Tomcat Deployment>>Deploying with Tomcat]]
madc0w 1360.1 235 ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
Pascal Robert 1372.1 236 ** [[Killing WOA Processes>>Killing WOA Processes]]
237 ** [[Debugging Frozen Deployed Instances>>Troubleshooting Frozen Deployed Instances]]
238 ** [[WOAdaptorInfo>>WOAdaptorInfo]]
David Avendasora 1080.1 239
Pascal Robert 602.1 240 * Platform Specifics
Pascal Robert 1372.1 241 ** [[Mac OS X Server>>Deploying on Mac OS X Server]]
madc0w 1360.1 242 ** [[Linux>>Web Applications-Deployment-Linux]]
Pascal Robert 1372.1 243 ** [[Solaris WO5.3.3>>Deploying on Solaris (WO 5.3.3)]]
madc0w 1360.1 244 ** [[FreeBSD WO5.2>>Deploying on FreeBSD (WO 5.2)]]
245 ** [[FreeBSD WO5.3>>Deploying on FreeBSD (WO 5.3)]]
246 ** [[FreeBSD 6.2 WO 5.3.3>>Deploying on FreeBSD 6.2 (WO5.3.3)]]
247 ** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deploying on FreeBSD 6.x (WO 5.3.3 port)]]
248 ** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Deploying on Windows (WO 5.1)]]
Pascal Robert 1372.1 249 ** [[Current Windows (WO 5.4 on Win2003)>>Deploying on Windows]]
250 ** [[Amazon EC2>>Deploying on Amazon EC2]]
David Avendasora 1080.1 251
Pascal Robert 602.1 252 * Helpful Tools & Shellscripts
Pascal Robert 1372.1 253 ** [[Capistrano (Overview)>>Automating Application Deployment with Capistrano (Overview)]]
Pascal Robert 602.1 254
David Avendasora 1080.1 255 = Web Services =
Pascal Robert 602.1 256
madc0w 1360.1 257 * [[Overview>>Programming__WebObjects-Web Services-Overview]]
Pascal Robert 602.1 258 * Required Reading
Pascal Robert 1372.1 259 ** [[WO as a Web Service Provider>>Web Services-Web Service Provider]]
260 ** [[WO as a Web Service Consumer>>Web Services-Web Service Consumer]]
madc0w 1360.1 261 ** [[Interoperability>>Programming__WebObjects-Web Services-Interoperability]]
Pascal Robert 1372.1 262 ** [[Common Pitfalls and Troubleshooting>>Web Services-Common Pitfalls and Troubleshooting]]
Pascal Robert 602.1 263 * General Info
Pascal Robert 1372.1 264 ** [[Instructions for .NET consuming Direct to WebServices>>Web Services-Instructions for .NET consuming Direct to WebServices]]
265 ** [[Testing Services with Terminal>>Web Services-Testing Services with Terminal]]
Pascal Robert 602.1 266 * Advanced
Pascal Robert 1372.1 267 ** [[Sending Large Data>>Web Services-Sending Large Data]]
268 ** [[How to Trust Any SSL Certificate>>Web Services-How to Trust Any SSL Certificate]]
269 ** [[Problems>>Web Services-Problems]]
270 ** [[Controlling Enterprise Object Serialisation>>Web Services-Controlling Enterprise Object Serialisation]]
271 ** [[Controlling WSDL Service Location>>Web Services-Controlling WSDL Service Location]]
272 ** [[Integration with WebServicesCore on MacOS-X>>Web Services-Integration with WebServicesCore on MacOS-X]]
273 ** [[Working With Temporary GlobalIDs>>Web Services-Working With Temporary GlobalIDs]]
Pascal Robert 602.1 274
madc0w 1360.1 275 * [[Examples>>Programming__WebObjects-Web Services-Examples]]
Pascal Robert 602.1 276
Kieran Kelleher 1174.1 277 = Direct To Web (D2W) =
fisherja 1057.1 278
madc0w 1360.1 279 {{include value="Direct To Web (D2W and ERD2W)"}}{{/include}}
Pascal Robert 1220.1 280
David Holt 1088.1 281 = Java Client, Direct to Java Client (D2JC) =
282
Pascal Robert 1372.1 283 * [[Overview>>Java Client-Overview]]
David Holt 1088.1 284 * Direct to Java Client
Pascal Robert 1372.1 285 ** [[Getting Started with Direct to Java Client (D2JC)>>Getting Started with Direct to Java Client (D2JC)]]
286 * [[Required Reading>>Java Client-Required Reading]]
David Avendasora 1080.1 287 * Building
Pascal Robert 1372.1 288 ** [[Client-Side Classes JAR>>Java Client-WebStart Distribution Building]]
289 ** [[WebStart WOLips Incremental Builder>>Java Client-WebStart Incremental Build]]
290 ** [[Additional Java Client files and settings>>Java Client-Additional Files and Settings]]
291 * [[Trouble-Shooting>>Java Client-Trouble Shooting]]
292 * [[Complimentary Frameworks>>Java Client-Complimentary Frameworks]]
madc0w 1360.1 293 * [[Advanced>>Programming__WebObjects-Java Client-Advanced]]
294 * [[Interface Builder>>Programming__WebObjects-Java Client-Interface Builder]]
295 * [[svn>>Programming__WebObjects-Java Client-svn]]
296 * [[Examples>>Programming__WebObjects-Java Client-Examples]]
fisherja 1057.1 297
David Avendasora 1080.1 298 = Complementary Frameworks =
299
300 == Project WONDER ==
301
Pascal Robert 1372.1 302 * [[Overview>>Project WONDER-Overview]]
Pascal Robert 602.1 303 * Required Reading
Pascal Robert 1372.1 304 ** [[Installing>>WONDER:Getting the Wonder Source Code]]
305 ** [[Quickstart>>Project WONDER-Quickstart]]
306 ** [[History>>Project WONDER-History]]
307 ** [[Properties File Settings>>Project Wonder Properties Files]]
madc0w 1360.1 308 ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]]
Pascal Robert 1372.1 309 *** [[Ajax>>documentation:Project WONDER-Frameworks-Ajax]]
madc0w 1360.1 310 *** [[AjaxLook>>Project WONDER-Frameworks-AjaxLook]]
311 *** [[BTBusinessLogic>>Project WONDER-Frameworks-BTBusinessLogic]]
312 *** [[DRGrouping>>Project WONDER-Frameworks-DRGrouping]]
313 *** [[DerbyPlugIn>>Project WONDER-Frameworks-DerbyPlugIn]]
314 *** [[ERAttachment>>Project WONDER-Frameworks-ERAttachment]]
315 *** [[ERCaching>>Project WONDER-Frameworks-ERCaching]]
Pascal Robert 1372.1 316 *** [[ERCalendar>>documentation:Project WONDER-Frameworks-ERCalendar]]
madc0w 1360.1 317 *** [[ERCaptcha>>Project WONDER-Frameworks-ERCaptcha]]
Pascal Robert 1372.1 318 *** [[ERChangeNotificationJMS>>documentation:Project WONDER-Frameworks-ERChangeNotificationJMS]]
madc0w 1360.1 319 *** [[ERChronic>>Project WONDER-Frameworks-ERChronic]]
320 *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
321 *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
Pascal Robert 1362.1 322 *** [[ERDivaLook>>documentation:ERDivaLook]]
323 *** [[ERDivaliteLook>>documentation:ERDivaliteLook]]
madc0w 1360.1 324 *** [[ERExcelLook>>Project WONDER-Frameworks-ERExcelLook]]
Pascal Robert 1386.1 325 *** [[ERExtensions>>documentation:ERExtensions Framework]]
Pascal Robert 1372.1 326 *** [[ERIMAdaptor>>documentation:Project WONDER-Frameworks-ERIMAdaptor]]
madc0w 1360.1 327 *** [[ERIUI>>Project WONDER-Frameworks-ERIUI]]
328 *** [[ERIndexing>>Project WONDER-Frameworks-ERIndexing]]
329 *** [[ERJGroupsSynchronizer>>Project WONDER-Frameworks-ERJGroupsSynchronizer]]
Pascal Robert 1362.1 330 *** [[ERJQuery>>documentation:ERJQuery]]
madc0w 1360.1 331 *** [[ERJars>>Project WONDER-Frameworks-ERJars]]
Pascal Robert 1372.1 332 *** [[ERJavaMail>>documentation:Project WONDER-Frameworks-ERJavaMail]]
333 *** [[ERXNavigation>>Project WONDER-Frameworks-ERXNavigation]]
madc0w 1360.1 334 *** [[ERMoviesLogic>>Project WONDER-Frameworks-ERMoviesLogic]]
335 *** [[ERNeutralLook>>Project WONDER-Frameworks-ERNeutralLook]]
Pascal Robert 1388.1 336 *** [[EROpenID>>documentation:EROpenID Framework]]
madc0w 1360.1 337 *** [[EROraclePlugIn>>Project WONDER-Frameworks-EROraclePlugIn]]
338 *** [[ERPDFGeneration>>Project WONDER-Frameworks-ERPDFGeneration]]
Pascal Robert 1384.1 339 *** [[ERPlot>>documentation:ERPlot Framework]]
Pascal Robert 1362.1 340 *** [[ERPrototaculous>>documentation:ERPrototaculous]]
madc0w 1360.1 341 *** [[ERPrototypes>>Programming__WebObjects-Project WONDER-Frameworks-ERPrototypes]]
342 *** [[ERRest>>Project WONDER-Frameworks-ERRest]]
Pascal Robert 1384.1 343 *** [[ERSelenium>>documentation:ERSelenium Framework]]
madc0w 1360.1 344 *** [[ERTaggable>>Project WONDER-Frameworks-ERTaggable]]
345 *** [[ERWorkerChannel>>Project WONDER-Frameworks-ERWorkerChannel]]
Pascal Robert 1372.1 346 *** [[ExcelGenerator>>Project WONDER-Frameworks-ExcelGeneration]]
madc0w 1360.1 347 *** [[FrontBasePlugIn>>Project WONDER-Frameworks-FrontBasePlugIn]]
348 *** [[GoogleChart>>Project WONDER-Frameworks-GoogleChart]]
349 *** [[JavaFSAdaptor>>Project WONDER-Frameworks-JavaFSAdaptor]]
350 *** [[JavaMemoryAdaptor>>Project WONDER-Frameworks-JavaMemoryAdaptor]]
351 *** [[JavaMonitorFramework>>Project WONDER-Frameworks-JavaMonitorFramework]]
352 *** [[JavaRESTAdaptor>>Project WONDER-Frameworks-JavaRESTAdaptor]]
353 *** [[JavaWOExtensions>>Programming__WebObjects-Project WONDER-Frameworks-JavaWOExtensions]]
Pascal Robert 1382.1 354 *** [[PostgresqlPlugin>>documentation:PostgresqlPlugin Framework]]
madc0w 1360.1 355 *** [[SproutCore>>Project WONDER-Frameworks-SproutCore]]
Pascal Robert 1382.1 356 *** [[Validity>>documentation:Validity Framework]]
madc0w 1360.1 357 *** [[WOJavaRebel>>Project WONDER-Frameworks-WOJavaRebel]]
358 *** [[WOLips>>Project WONDER-Frameworks-WOLips]]
Pascal Robert 1376.1 359 *** [[WOOgnl>>documentation:WOOgnl Framework]]
Pascal Robert 1374.1 360 *** [[WOPaypal>>documentation:WOPaypal Framework]]
madc0w 1360.1 361 *** [[WRReporting>>Project WONDER-Frameworks-WRReporting]]
362 *** [[YUI>>Project WONDER-Frameworks-YUI]]
363 ** [[Adaptors>>Programming__WebObjects-Project WONDER-Adaptors]]
364 ** [[PlugIns>>Programming__WebObjects-Project WONDER-PlugIns]]
Pascal Robert 602.1 365 * Advanced
madc0w 1360.1 366 * [[Examples>>Programming__WebObjects-Project WONDER-Examples]]
367 * [[Troubleshooting>>Wonder:Troubleshooting]]
Pascal Robert 602.1 368
David Avendasora 1080.1 369 == WireHose ==
Pascal Robert 602.1 370
Pascal Robert 1372.1 371 * [[Overview>>Wirehose]]
Pascal Robert 602.1 372 * Basic Concepts
Pascal Robert 1372.1 373 ** [[Content Management>>Wirehose-Content Management]]
374 ** [[Personalization>>Wirehose-Personalization]]
375 ** [[Access Control>>Wirehose-Access Control]]
376 ** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]]
377 ** [[Rapid Development>>Wirehose-Rapid Revelopment]]
Pascal Robert 602.1 378 * Reference
Pascal Robert 1372.1 379 ** [[Installation>>Wirehose-Installation]]
Pascal Robert 602.1 380 ** Online Reference Library
madc0w 1360.1 381 *** [[Developer Overview>>http://www.wirehose.com/developer/DeveloperOverview.html]]
382 *** [[Java API Reference>>http://www.wirehose.com/developer/javadoc/]]
383 *** [[Properties Reference>>http://www.wirehose.com/developer/Properties.html]]
384 *** [[Database setup>>http://www.wirehose.com/developer/DatabaseSetup.html]]
385 *** [[Regular Expressions>>http://www.wirehose.com/developer/javadoc/com/stevesoft/pat/package-summary.html#reference]]
Pascal Robert 602.1 386 * Recently Deployed Sites
madc0w 1360.1 387 ** [[Paizo.com>>http://www.paizo.com]]
388 ** [[Eurovision Song Contest Store>>http://www.eurovisiondownloadshop.tv/cgi-bin/WebObjects/Eurovision]]
389 ** [[Bilka Music Download Store>>http://bilka.phonofile.dk/cgi-bin/WebObjects/Bilka]]
390 ** [[Jubii Music Download Store>>http://musikdownload.jubii.dk/cgi-bin/WebObjects/Jubii]]
391 ** [[Uziing (Scandanavian "Toys-R-Us") Music Store>>http://www.uziing.com/]] (UI is all in Flash)
Pascal Robert 602.1 392
David Avendasora 1080.1 393 == LEWOStuff ==
Pascal Robert 602.1 394
Philippe Rabier 1370.1 395 * [[Overview>>LEWOStuff-Overview]]
Pascal Robert 602.1 396
David Avendasora 1080.1 397 == GVC Frameworks and GVC.SiteMaker ==
Pascal Robert 602.1 398
Pascal Robert 1372.1 399 * [[Overview>>GVC Frameworks-Overview]]
Pascal Robert 602.1 400
David Avendasora 1080.1 401 == Houdah WebObjects Frameworks ==
fisherja 1057.1 402
Pascal Robert 1372.1 403 * [[Overview>>Houdah WebObjects Frameworks]]
404 * [[HoudahFoundation>>HoudahFoundation]]: Extensions and additions to the Foundation framework
405 * [[HoudahEOControl>>HoudahEOControl]]: Extensions and additions to the EOControl framework
406 * [[HoudahEOAccess>>HoudahEOAccess]]: Extensions and additions to the EOAccess framework
407 * [[HoudahRuleEngine>>HoudahRuleEngine]]: Rule engine used by several of the below frameworks
408 * [[HoudahEOValidation>>HoudahEOValidation]]: Rule based validation
409 * [[HoudahMessages>>HoudahMessages]]: Rule based localizable error messages
410 * [[HoudahAuditTrail>>HoudahAuditTrail]]: Tracks user and timestamp of last change
411 * [[HoudahViewComponents>>HoudahViewComponents]]: High level, large grain view components using stateless cells
412 * [[HoudahControlComponents>>HoudahControlComponents]]: Control layer for EOF based CRUD applications
413 * [[HoudahAgileComponents>>HoudahAgileComponents]]: Rule based control layer for CRUD application (D2W replacement)
David Avendasora 1080.1 414
415 == WOGWT (Google Web Toolkit Integration) ==
416
madc0w 1360.1 417 * [[WOGWT Website>>http://code.google.com/p/wogwt]]
David Avendasora 1080.1 418
419 == JBND Data binding ==
420
madc0w 1360.1 421 * [[JBND Website>>http://web.mac.com/flor385/JBND]]
422 * [[JBND Wikipedia>>http://en.wikipedia.org/wiki/JBND]]
David Avendasora 1080.1 423
David Holt 1088.1 424 == Validation Next Generation (enhanced validation) ==
425
madc0w 1360.1 426 [[Validation Next Generation]]
David Holt 1088.1 427
David Avendasora 1080.1 428 = Development Tools =
429
madc0w 1360.1 430 * [[Overview>>Programming__WebObjects-Development Tools-Overview]]
Pascal Robert 1372.1 431 * [[Eclipse and WOlips>>Development Tools-Eclipse and WOlips]]
madc0w 1360.1 432 * [[Browser as a Development Tool]]
433 * [[Xcode>>Development Tools-Xcode]]
Pascal Robert 1372.1 434 * [[EOModeler>>EOF-Modeling-EOModeler]]
madc0w 1360.1 435 * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
Pascal Robert 1372.1 436 * [[Running Though Apache>>Development Tools-Running Through Apache]]
madc0w 1360.1 437 * [[WebObjects and Subversion>>Development-WebObjects and Subversion]]
Pascal Robert 1372.1 438 * [[Hudson>>Installing and Configuring Jenkins]]
439 * [[JRebel>>Using JRebel (previously called JavaRebel) with WOLips]]
Pascal Robert 602.1 440
David Avendasora 1080.1 441 = Case Studies =
Pascal Robert 602.1 442
madc0w 1360.1 443 * [[iTunes Music Store>>Programming__WebObjects-Case Studies-iTunes Music Store]]
444 * [[.Mac>>Programming__WebObjects-Case Studies-.Mac]]
445 * [[Apple Store>>Programming__WebObjects-Case Studies-Apple Store]]
446 * [[Original Dell Store>>Programming__WebObjects-Case Studies-Original Dell Store]]
447 * [[Radar>>Programming__WebObjects-Case Studies-Radar]]
448 * [[ShopToIt.ca>>Case Studies-ShopToIt.ca]]
449 * [[EverLearn>>Case Studies-EverLearn]]
450 * [[WebObjects Showcase>>WebObjects Showcase]]
451 * [[WebObjects Sites>>Case Studies-WebObjects Sites]]
Pascal Robert 602.1 452
David Avendasora 1080.1 453 = Integration with other clients =
Pascal Robert 602.1 454
madc0w 1360.1 455 * [[Flex]]
456 * [[Open Laszlo]]
457 * [[Mozilla XUL]]
458 * [[Cocoa]]
459 * [[Eclipse Rich Client Platform (RCP)>>WO:Eclipse Rich Client Platform (RCP)]]
Pascal Robert 602.1 460
David Avendasora 1080.1 461 = Testing =
Pascal Robert 602.1 462
Pascal Robert 1372.1 463 * [[JUnit and TestNG>>Testing-JUnit and TestNG]]
464 * [[Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]]
Philippe Rabier 1370.1 465 * [[WOUnitTest>>Testing-WOUnitTest]]
Pascal Robert 602.1 466
David Avendasora 1080.1 467 = Database Compatibility / Comparisons =
468
madc0w 1360.1 469 * [[FrontBase>>Database Compatibility and Comparisons-FrontBase]]
470 * [[OpenBase>>Database Compatibility and Comparisons-OpenBase]]
471 * [[MySQL>>Database Compatibility and Comparisons-MySQL]]
472 * [[PostgreSQL>>Database Compatibility and Comparisons-PostgreSQL]]
473 * [[Oracle>>Database Compatibility and Comparisons-Oracle]]
474 * [[Sybase>>Database Compatibility and Comparisons-Sybase]]
475 * [[SQLServer>>Programming__WebObjects-Database Compatibility and Comparisons-SQLServer]]
Pascal Robert 1372.1 476 * [[Data Migration>>Database Compatibility and Comparisons-DataMigration]]
madc0w 1360.1 477 * [[Informix>>Database Compatibility and Comparisons-Informix]]
Pascal Robert 602.1 478
David Avendasora 1080.1 479 = Alternative Technologies Pros / Cons =
Pascal Robert 602.1 480
madc0w 1360.1 481 * [[ASP.NET>>Alternative Technologies-ASP.NET]]
482 * [[ASP.NET + Monorail>>Programming__WebObjects-Alternative Technologies-ASP.NET+Monorail]]
483 * [[JSP and Taglibs>>Programming__WebObjects-Alternative Technologies-JSP and Taglibs]]
484 * [[EJB>>Programming__WebObjects-Alternative Technologies-EJB]]
485 * [[Hibernate>>Programming__WebObjects-Alternative Technologies-Hibernate]]
486 * [[Core Data>>Programming__WebObjects-Alternative Technologies-Core Data]]
487 * [[Cayenne>>Alternative Technologies-Cayenne]]
488 * [[Tapestry>>Programming__WebObjects-Alternative Technologies-Tapestry]]
489 * [[Ruby on Rails>>Alternative Technologies-Ruby on Rails]]
490 * [[Struts>>Programming__WebObjects-Alternative Technologies-Struts]]
491 * [[WebWork>>Programming__WebObjects-Alternative Technologies-WebWork]]
492 * [[SOPE>>Programming__WebObjects-Alternative Technologies-SOPE]]
Pascal Robert 602.1 493
David Avendasora 1080.1 494 = Additional Resources =
Pascal Robert 602.1 495
Pascal Robert 1372.1 496 * [[Websites>>Additional Resources-Websites]]
497 * [[Mailing Lists>>WONDER:Mailing Lists]]
madc0w 1360.1 498 * [[Tutorials>>Tutorials]]
Pascal Robert 1372.1 499 * [[Books>>Additional Resources-Books]]
madc0w 1360.1 500 * [[Periodicals>>Programming__WebObjects-Additional Resources-Periodicals]]
501 * [[Authors>>Additional Resources-Authors]]
Pascal Robert 1372.1 502 * [[Training>>Additional Resources-WebObjects Training]]
madc0w 1360.1 503 * [[User groups]]
504 * [[Known Bugs]]