Changes for page Home

Last modified by Markus Ruggiero on 2023/11/13 11:58

From version 1174.1
edited by Kieran Kelleher
on 2010/09/27 16:13
Change comment: There is no comment for this version
To version 1176.1
edited by David Avendasora
on 2010/12/03 02:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kieran
1 +XWiki.avendasora
Content
... ... @@ -1,8 +1,15 @@
1 -This site replaces the [[wikibook>>http://en.wikibooks.org/wiki/Programming:WebObjects]], which has been deprecated.
2 -[[image:hero_webobjects.jpg||align="right" vspace="4" hspace="4"]]
1 +[[image:hero_webobjects.jpg||align="right" vspace="4" hspace="4"]]{{note title="Wiki Modernization In Progress"}}
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.objectstyle.org/confluence/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.
3 3  
4 -**WebObjects** is a 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.
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.
5 +{{/note}}
5 5  
7 +{{tip}}
8 +This site replaces the [wikibook|http://en.wikibooks.org/wiki/Programming:WebObjects], which has been deprecated.
9 +{{/tip}}
10 +
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.
12 +
6 6  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.
7 7  
8 8  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.
... ... @@ -9,14 +9,12 @@
9 9  
10 10  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 [[.Mac>>http://www.mac.com/WebObjects/Welcome]] group of services including Web-Mail and Calendaring and their [[website>>http://www.apple.com]]. as well as many applications developed and deployed by [[others>>http://www.dyned.com/cgi-bin/WebObjects/WOShowcase]].
11 11  
12 -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/archives/webobjects-dev]] and [[WO Deployment>>http://lists.apple.com/archives/webobjects-deploy]] email lists.
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.
13 13  
14 14  In addition Apple, Inc. also provides [[free>>http://www.apple.com/support/webobjects/]] and [[paid-for>>http://www.apple.com/services/technicalsupport/]] support options.
15 15  
16 16  |= Contents
17 -| {{section}}\ {toc:style=disc|indent=20px}\ \
18 -\
19 - {{/section}}
24 +| {{section}}{toc:style=disc|indent=20px}{{/section}}
20 20  
21 21  = Introduction =
22 22  
... ... @@ -32,12 +32,10 @@
32 32  
33 33  = License =
34 34  
35 -As of WebObjects 5.3, the deployment of WebObjects built server applications is now permitted on any platform. The XCode license (within which WebObjects is included) reads:
40 +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:
36 36  
37 -D. WebObjects Software. Subject to the terms and conditions of this License, you may use, install and permit others to access the WebObjects deployment software included with the Developer Software to deploy application programs developed using Apple's WebObjects Software. You may also reproduce and distribute: (1) over a network, components of the WebObjects deployment software for installation and use by others ("Java Client End Users") on any remote computer's volatile memory (e.g. RAM) to enable Java Client functionality for the sole purpose of communicating with Apple's WebObjects Software that may be installed and executed on the same Apple-labeled computer on which you have installed the Developer Software (the "Licensed System"); and (2) both manually and automatically over a network, components of the WebObjects deployment software for installation and use by Java Client End Users on any remote computer's non-volatile memory (e.g. ROM) to enable Java Client functionality for the sole purpose of communicating with Apple's WebObjects Software that may be installed and executed on the Licensed System; provided that all distributions to Java Client End Users are made under terms that are at least as restrictive as those set forth in this License and contain the disclaimers and limitations set forth in Sections 6 and 7 of this License. Subject to the terms and conditions of this License, you may also deploy server applications built with the WebObjects Software on any platform.
42 +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 unmodied, 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.
38 38  
39 -Sections 6 and 7 are standard Apple license disclaimers of warranty and limitations of liability clauses. Deployment to other platforms requires WebObjects software be built as Java servlet for deployment on a servlet compatible server such as [[Apache Tomcat>>Programming__WebObjects-Web_Applications-Deployment-Tomcat_Deployment]].
40 -
41 41  = Foundation =
42 42  
43 43  * [[Foundation>>Overview-Foundation]]
... ... @@ -207,43 +207,42 @@
207 207  
208 208  == Deployment ==
209 209  
210 -* [[Overview>>Deployment-Overview]]
213 +* [[Overview>>Overview]]
211 211  * Required Reading
212 -** [[Apache>>Deployment-Apache]]
215 +** [[Apache>>Configuring Apache for WebObjects]]
213 213  ** [[Memory Settings>>Deployment-Memory Settings]]
214 214  ** [[Standard Deployment>>Deployment-Standard Deployment]]
215 -** [[wotaskd>>Deployment-wotaskd]]
216 -** [[Java Monitor>>Deployment-Java Monitor]]
217 -** [[Logging>>Deployment-Logging]]
218 -** [[Split Install>>Deployment-Split Install]]
219 -** [[Common Pitfalls and Troubleshooting>>Deployment-Common Pitfalls and Troubleshooting]]
218 +** [[wotaskd>>wotaskd]]
219 +** [[Java Monitor>>JavaMonitor]]
220 +** [[Logging>>Log Rotation]]
221 +** [[Split Install>>Split Deployments]]
222 +** [[Common Pitfalls and Troubleshooting>>Troubleshooting Deployment]]
220 220  
221 221  * Advanced
222 -** [[WOStats>>Deployment-WOStats]]
223 -** [[Additional Monitoring>>Deployment-Additional Monitoring]]
224 -** [[Debugging wotaskd and JavaMonitor]]
225 -** [[Scheduled Restart>>Deployment-Scheduled Restart]]
225 +** [[WOStats>>Troubleshooting WOStats]]
226 +** [[Additional Monitoring>>Monitoring your deployed Applications]]
227 +** [[Troubleshooting wotaskd and JavaMonitor on OS X]]
228 +** [[Scheduled Restart>>Troubleshooting Scheduled Restarts]]
226 226  ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
227 -** [[J2EE and Servlet Deployment>>Deployment-J2EE and Servlet Deployment]]
228 -** [[Tomcat Deployment>>Deployment-Tomcat Deployment]]
230 +** [[Tomcat Deployment>>Deploying with Tomcat]]
229 229  ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
230 -** [[Killing WOA Processes>>Deployment-Killing WOA Processes]]
231 -** [[Debugging Frozen Deployed Instances>>Deployment-Debugging Frozen Deployed Instances]]
232 -** [[WOAdaptorInfo>>Deployment-WOAdaptorInfo]]
232 +** [[Killing WOA Processes>>Killing WOA Processes]]
233 +** [[Debugging Frozen Deployed Instances>>Troubleshooting Frozen Deployed Instances]]
234 +** [[WOAdaptorInfo>>WOAdaptorInfo]]
233 233  
234 234  * Platform Specifics
235 -** [[Mac OS X Server>>Deployment-Mac OS X Server]]
237 +** [[Mac OS X Server>>Deploying on Mac OS X Server]]
236 236  ** [[Linux>>Web Applications-Deployment-Linux]]
237 -** [[Solaris WO5.3.3>>Deployment-Solaris WO5.3.3]]
238 -** [[FreeBSD WO5.2>>Deployment-FreeBSD WO5.2]]
239 -** [[FreeBSD WO5.3>>Deployment-FreeBSD WO5.3]]
240 -** [[FreeBSD 6.2 WO 5.3.3>>Deployment-FreeBSD 6.2 WO5.3.3]]
241 -** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deployment-FreeBSD 6.x WO 5.3.3 port]]
242 -** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Deployment-Windows]]
243 -** [[Current Windows (WO 5.4 on Win2003)>>Deployment-Windows WO 5.3 - WO 5.4]]
239 +** [[Solaris WO5.3.3>>Deploying on Solaris (WO 5.3.3)]]
240 +** [[FreeBSD WO5.2>>Deploying on FreeBSD (WO 5.2)]]
241 +** [[FreeBSD WO5.3>>Deploying on FreeBSD (WO 5.3)]]
242 +** [[FreeBSD 6.2 WO 5.3.3>>Deploying on FreeBSD 6.2 (WO5.3.3)]]
243 +** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deploying on FreeBSD 6.x (WO 5.3.3 port)]]
244 +** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Deploying on Windows (WO 5.1)]]
245 +** [[Current Windows (WO 5.4 on Win2003)>>Deploying on Windows]]
244 244  
245 245  * Helpful Tools & Shellscripts
246 -** [[Capistrano (Overview)>>Deployment-Capistrano (Overview)]]
248 +** [[Capistrano (Overview)>>Automating Application Deployment with Capistrano (Overview)]]
247 247  
248 248  = Web Services =
249 249  
... ... @@ -269,26 +269,8 @@
269 269  
270 270  = Direct To Web (D2W) =
271 271  
272 -Please see [[Direct To Web (D2W and ERD2W)>>Direct To Web (D2W and ERD2W)]]
274 +{{include value="Direct To Web (D2W and ERD2W)"}}{{/include}}
273 273  
274 -* Direct to Web
275 -** [[Overview - What is Direct to Web?>>What is Direct to Web]]
276 -** [[D2W Rule System>>The D2W Rule System]]
277 -** [[D2W Rules Reference - Cookbook - FAQ>>D2W Rules Reference - Cookbook - FAQ]]
278 -** [[Direct to Web>>Direct-To-Web]] Getting started (older docs than the overview and rule system docs)
279 -** See David Leber's presentation [[available as part of the WOWODC West 2009 conference materials>>http://www.wocommunity.org/wowodc09/]]
280 -* Advanced
281 -** ERD2W - part of the WONDER frameworks
282 -** [[(ER)D2W Flow Control>>D2W Flow Control]]
283 -** See Anjo Krank's presentation [[available as part of the WOWODC 2008 conference materials>>http://www.wocommunity.org/wowodc08/]]
284 -** [[Using ERD2WWizardCreationPage]]
285 -* Examples
286 -** [[Project Wonder Bugtracker Application completely built with D2W>>WONDER:Getting Started with BugTracker]]
287 -** [[David Leber's ERExcelLook screencast>>http://davidleber.net/?p=369]]
288 -** [[ERDivaLook framework and example application (included in Wonder)>>ERDivaLook]]
289 -* Additional Documents and Tutorials
290 -** [[Changing the Rules with Direct to Web]]
291 -
292 292  = Java Client, Direct to Java Client (D2JC) =
293 293  
294 294  * [[Overview>>Java Client-Overview]]
... ... @@ -331,7 +331,7 @@
331 331  *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
332 332  *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
333 333  *** [[ERDivaLook>>ERDivaLook]]
334 -*** [[ERDivaliteLook>>Wonder:ERDivaliteLook Framework]]
318 +*** [[ERDivaliteLook>>ERDivaliteLook]]
335 335  *** [[ERExcelLook>>Project WONDER-Frameworks-ERExcelLook]]
336 336  *** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]]
337 337  *** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]]
... ... @@ -467,7 +467,7 @@
467 467  * [[Open Laszlo]]
468 468  * [[Mozilla XUL]]
469 469  * [[Cocoa]]
470 -* [[WO:Eclipse Rich Client Platform (RCP)]]
454 +* [[Eclipse Rich Client Platform (RCP)>>WO:Eclipse Rich Client Platform (RCP)]]
471 471  
472 472  = Testing =
473 473