Wiki source code of Home

Version 1445.1 by David Avendasora on 2023/11/13 11:56

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