Wiki source code of Home

Version 1359.1 by Gavin Eadie on 2013/07/02 19:15

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