Changes for page Home
Last modified by Markus Ruggiero on 2023/11/13 11:58
To version 1090.1
edited by David Avendasora
on 2010/11/30 05:42
on 2010/11/30 05:42
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.d holt1 +XWiki.avendasora - Content
-
... ... @@ -1,7 +1,7 @@ 1 1 This site replaces the [[wikibook>>http://en.wikibooks.org/wiki/Programming:WebObjects]], which has been deprecated. 2 2 [[image:hero_webobjects.jpg||align="right" vspace="4" hspace="4"]] 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 +**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. 5 5 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 ... ... @@ -9,7 +9,7 @@ 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/a rchives/webobjects-dev]] and [[WO Deployment>>http://lists.apple.com/archives/webobjects-deploy]] email lists.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/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,6 +16,7 @@ 16 16 |= Contents 17 17 | {{section}}\ {toc:style=disc|indent=20px}\ \ 18 18 \ \ 19 +\ \ 19 19 \ \ 20 20 \ 21 21 {{/section}} ... ... @@ -34,12 +34,10 @@ 34 34 35 35 = License = 36 36 37 -As of WebObjects 5.3, the deployment of WebObjects uiltserver applications is now permitted on any platform. The XCode license (withinwhichWebObjectsisincluded)reads:38 +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: 38 38 39 -D. WebObjects Software. use,install and permitothers toccessthe WebObjectsdeployment software includedwiththe Developer Software todeployapplication programsdeveloped using Apple's WebObjects Software. You may also reproduce and distribute: (1) over a network, components of theWebObjects deploymentsoftware for installation anduseby others ("Java Client End Users")on any remote computer's volatilememory(e.g. RAM) to enable Java Client functionality for the solepurposeof communicatingwithApple's WebObjects Software that may be installedandexecutedon the same Apple-labeledcomputer on which youhaveinstalledtheDeveloperSoftware (the "LicensedSystem");and(2) both manually andautomatically over a network, componentsofthe WebObjectsdeployment softwarefor installation anduse by Java Client EndUsers onany remotecomputer'snon-volatile memory(e.g. ROM) toenableJava Clientfunctionalityfor thesolepurposeof communicatingwithApple's WebObjectsSoftware thatmay be installedandexecutedonthe Licensed System;provided that all distributionstoJava Client EndUsersare madeunder terms that are at least as restrictiveasthose set forth in this Licenseandcontain thedisclaimers and limitationsset forth inSections 6 and 7 of this License.Subjectto the terms andconditionsof thisLicense, you mayalso deployserverapplicationsbuiltwiththe WebObjects Software onany platform.40 +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. 40 40 41 -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]]. 42 - 43 43 = Foundation = 44 44 45 45 * [[Foundation>>Overview-Foundation]] ... ... @@ -211,7 +211,7 @@ 211 211 212 212 * [[Overview>>Deployment-Overview]] 213 213 * Required Reading 214 -** [[Apache>> Deployment-Apache]]213 +** [[Apache>>Configuring Apache for WebObjects]] 215 215 ** [[Memory Settings>>Deployment-Memory Settings]] 216 216 ** [[Standard Deployment>>Deployment-Standard Deployment]] 217 217 ** [[wotaskd>>Deployment-wotaskd]] ... ... @@ -222,11 +222,11 @@ 222 222 223 223 * Advanced 224 224 ** [[WOStats>>Deployment-WOStats]] 225 -** [[Additional Monitoring>> Deployment-Additional Monitoring]]226 -** [[Debugging wotaskd and JavaMonitor]] 224 +** [[Additional Monitoring>>Monitoring your deployed Applications]] 225 +** [[Debugging wotaskd and JavaMonitor on OS X]] 227 227 ** [[Scheduled Restart>>Deployment-Scheduled Restart]] 228 228 ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]] 229 -** [[J2EE and Servlet Deployment>>Deploy ment-J2EE and ServletDeployment]]228 +** [[J2EE and Servlet Deployment>>Deploying on J2EE and Servlet Containers]] 230 230 ** [[Tomcat Deployment>>Deployment-Tomcat Deployment]] 231 231 ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]] 232 232 ** [[Killing WOA Processes>>Deployment-Killing WOA Processes]] ... ... @@ -234,13 +234,13 @@ 234 234 ** [[WOAdaptorInfo>>Deployment-WOAdaptorInfo]] 235 235 236 236 * Platform Specifics 237 -** [[Mac OS X Server>>Deploy ment-Mac OS X Server]]236 +** [[Mac OS X Server>>Deploying on Mac OS X Server]] 238 238 ** [[Linux>>Web Applications-Deployment-Linux]] 239 -** [[Solaris WO5.3.3>>Deploy ment-Solaris WO5.3.3]]240 -** [[FreeBSD WO5.2>>Deploy ment-FreeBSD WO5.2]]241 -** [[FreeBSD WO5.3>>Deploy ment-FreeBSD WO5.3]]242 -** [[FreeBSD 6.2 WO 5.3.3>>Deploy ment-FreeBSD 6.2 WO5.3.3]]243 -** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deploy ment-FreeBSD 6.x WO 5.3.3 port]]238 +** [[Solaris WO5.3.3>>Deploying on Solaris (WO 5.3.3)]] 239 +** [[FreeBSD WO5.2>>Deploying on FreeBSD (WO 5.2)]] 240 +** [[FreeBSD WO5.3>>Deploying on FreeBSD (WO 5.3)]] 241 +** [[FreeBSD 6.2 WO 5.3.3>>Deploying on FreeBSD 6.2 (WO5.3.3)]] 242 +** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deploying on FreeBSD 6.x (WO 5.3.3 port)]] 244 244 ** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Deployment-Windows]] 245 245 ** [[Current Windows (WO 5.4 on Win2003)>>Deployment-Windows WO 5.3 - WO 5.4]] 246 246 ... ... @@ -315,7 +315,7 @@ 315 315 *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]] 316 316 *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]] 317 317 *** [[ERDivaLook>>ERDivaLook]] 318 -*** [[ERDivaliteLook>> Wonder:ERDivaliteLookFramework]]317 +*** [[ERDivaliteLook>>ERDivaliteLook]] 319 319 *** [[ERExcelLook>>Project WONDER-Frameworks-ERExcelLook]] 320 320 *** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]] 321 321 *** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]]