Changes for page Programming__WebObjects
Last modified by Pascal Robert on 2012/12/05 12:01
From version 776.1
edited by Pascal Robert
on 2010/09/11 23:53
on 2010/09/11 23:53
Change comment:
There is no comment for this version
To version 774.1
edited by David Avendasora
on 2010/11/30 06:46
on 2010/11/30 06:46
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. probert1 +XWiki.avendasora - Content
-
... ... @@ -11,12 +11,8 @@ 11 11 * [[What is WebObjects?>>Overview-What is WebObjects]] 12 12 * [[History>>Overview-History]] 13 13 * Naming Conventions 14 -<blockquote> 15 -The naming convention for objects in WebObjects is that names are written in what is now called "camel case". 16 - 17 -The various prefixes are not hard to explain. The "NS" stands for "NextStep", the "EO" for "EnterpriseObject", the "WO" for WebObjects. 18 -</blockquote> 19 - 14 +** The naming convention for objects in WebObjects is that names are written in what is called "camel case". 15 +** The various prefixes are not hard to explain. "NS" stands for "NextStep", "EO" for "EnterpriseObject", "WO" for WebObjects. 20 20 * [[Foundation>>Overview-Foundation]] 21 21 * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]] 22 22 * [[-Hands On__ Hello World - Your First WebObjects Application-]] ... ... @@ -25,14 +25,10 @@ 25 25 26 26 = License = 27 27 28 -As of WebObjects 5.3, the deployment of WebObjects uiltserver applications is now permitted on any platform. The XCode license (withinwhichWebObjectsisincluded)reads:24 +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: 29 29 30 -<blockquote> 31 -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. 32 -</blockquote> 26 +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. 33 33 34 -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]]. 35 - 36 36 = Foundation = 37 37 38 38 * [[Foundation>>Overview-Foundation]] ... ... @@ -124,111 +124,111 @@ 124 124 125 125 == Introduction == 126 126 127 -* [[Overview>> Programming__WebObjects-WebApplications-Overview]]119 +* [[Overview>>Web Applications-Overview]] 128 128 129 129 == Development == 130 130 131 131 * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]] 132 132 * Required Reading 133 -** [[Apache>> Programming__WebObjects-Web Applications-Development-Apache]]134 -** [[WO Adaptor>> Web Applications-Development-WO Adaptor]]125 +** [[Apache>>Development-Apache]] 126 +** [[WO Adaptor>>Development-WO Adaptor]] 135 135 ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]] 136 -** [[WO Session>> Web Applications-Development-WO Session]]128 +** [[WO Session>>Development-WO Session]] 137 137 ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]] 138 -*** [[Binding Synchronization>> Web Applications-Development-WO Component-Binding Synchronization]]139 -*** [[Code, Templates, and WODs>> Web Applications-Development-WO Component-Code Template and WODs]]140 -*** [[Built-in Components>> Programming__WebObjects-Web Applications-Development-WO Component-Built-in Components]]141 -** [[Component Actions>> Web Applications-Development-Component Actions]]142 -** [[Direct Actions>> Web Applications-Development-Direct Actions]]130 +*** [[Binding Synchronization>>Development-WO Component-Binding Synchronization]] 131 +*** [[Code, Templates, and WODs>>Development-WO Component-Code Template and WODs]] 132 +*** [[Built-in Components>>Development-WO Component-Built-in Components]] 133 +** [[Component Actions>>Development-Component Actions]] 134 +** [[Direct Actions>>Development-Direct Actions]] 143 143 ** [[Request-Response Loop>>Programming__WebObjects-Web Applications-Development-Request-Response Loop]] 144 144 ** [[Using EOF in a WOA>>Programming__WebObjects-Web Applications-Development-Using EOF in a WOA]] 145 -** [[Authentication and Security>> Web Applications-Development-Authentication and Security]]146 -** [[General Best Practices>> Web Applications-Development-General Best Practices]]147 -** [[WOForm Best Practices>> Web Applications-Development-WOForm Best Practices]]137 +** [[Authentication and Security>>Development-Authentication and Security]] 138 +** [[General Best Practices>>Development-General Best Practices]] 139 +** [[WOForm Best Practices>>Development-WOForm Best Practices]] 148 148 ** [[WODisplayGroup>>Programming__WebObjects-Web Applications-Development-WODisplayGroup]] 149 -** [[Debugging Techniques>> Programming__WebObjects-Web Applications-Development-Debugging Techniques]]150 -** [[Direct Connect>> Web Applications-Development-Direct Connect]]151 -** [[Frameworks>> Web Applications-Development-Frameworks]]152 -** [[Ajax>> Web Applications-Development-Ajax]]153 -** [[CSS>> Web Applications-Development-CSS]]154 -** [[Sending Emails>> Web Applications-Development-Sending Emails]]141 +** [[Debugging Techniques>>Development-Debugging Techniques]] 142 +** [[Direct Connect>>Development-Direct Connect]] 143 +** [[Frameworks>>Development-Frameworks]] 144 +** [[Ajax>>Development-Ajax]] 145 +** [[CSS>>Development-CSS]] 146 +** [[Sending Emails>>Development-Sending Emails]] 155 155 ** [[The Build Products>>Programming__WebObjects-Web Applications-Development-Build Products]] 156 156 ** [[Errors and Explanations>>Programming__WebObjects-Web Applications-Development-Errors and Explanations]] 157 -** [[Common Pitfalls and Troubleshooting>> Web Applications-Development-Common Pitfalls and Troubleshooting]]149 +** [[Common Pitfalls and Troubleshooting>>Development-Common Pitfalls and Troubleshooting]] 158 158 * Advanced 159 -** [[Audit Trails>> Web Applications-Development-Audit Trails]]151 +** [[Audit Trails>>Development-Audit Trails]] 160 160 ** [[Backtracking>>Programming__WebObjects-Web Applications-Development-Backtracking]] 161 161 ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]] 162 -** [[Image Thumbnailing>> Web Applications-Development-Thumbnailing]]163 -** [[Database vs Filesystem (aka Images in the Database?)>> Web Applications-Development-Database vs Filesystem]]154 +** [[Image Thumbnailing>>Development-Thumbnailing]] 155 +** [[Database vs Filesystem (aka Images in the Database?)>>Development-Database vs Filesystem]] 164 164 ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]] 165 -** [[Stateless Components>> Web Applications-Development-Stateless Components]]157 +** [[Stateless Components>>Development-Stateless Components]] 166 166 ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]] 167 -** [[WOEvents and Logging>> Web Applications-Development-WOEvents and Logging]]168 -** [[PDF Generation>> Web Applications-Development-PDF Generation]]169 -** [[Excel Generation>> Web Applications-Development-Excel Generation]]170 -** [[SSL>> Web Applications-Development-SSL requests via https protocol]]171 -** [[Localization and Internationalization>> Web Applications-Development-Localization and Internationalization]]172 -** [[Testing and JUnit>> Web Applications-Development-Testing and JUnit]]173 -** [[Custom Error Handling>> Web Applications-Development-Custom Error Handling]]159 +** [[WOEvents and Logging>>Development-WOEvents and Logging]] 160 +** [[PDF Generation>>Development-PDF Generation]] 161 +** [[Excel Generation>>Development-Excel Generation]] 162 +** [[SSL>>Development-SSL requests via https protocol]] 163 +** [[Localization and Internationalization>>Development-Localization and Internationalization]] 164 +** [[Testing and JUnit>>Development-Testing and JUnit]] 165 +** [[Custom Error Handling>>Development-Custom Error Handling]] 174 174 ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]] 175 -** [[Custom Templates>> Web Applications-Development-Custom Templates]]176 -** [[Calling Commandline Applications>> Web Applications-Development-Calling Commandline Applications]]167 +** [[Custom Templates>>Development-Custom Templates]] 168 +** [[Calling Commandline Applications>>Calling Commandline Applications]] 177 177 ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]] 178 -** [[Profiling WO Apps>> Web Applications-Development-Profiling WO Apps]]179 -** [[J2EE Integration>> Web Applications-Development-J2EE Integration]]180 -** [[WebObjects and Subversion>> Web Applications-Development-WebObjects and Subversion]]181 -** [[Third Party Jars>> Web Applications-Development-Third Party Jars]]182 -** [[Generating Static Pages>> Web Applications-Development-Generating Static Pages]]170 +** [[Profiling WO Apps>>Development-Profiling WO Apps]] 171 +** [[J2EE Integration>>Development-J2EE Integration]] 172 +** [[WebObjects and Subversion>>Development-WebObjects and Subversion]] 173 +** [[Third Party Jars>>Development-Third Party Jars]] 174 +** [[Generating Static Pages>>Development-Generating Static Pages]] 183 183 ** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]] 184 -** [[Custom Resource Manager>> Web Applications-Development-Custom Resource Manager]]185 -** [[Persistent Sessions>> Web Applications-Development-Persistent Sessions]]186 -** [[How Forms Work>> Web Applications-Development-How Forms Work]]187 -* [[Development on Windows>> Web Applications-Development-Development on Windows]]188 -* [[Tips and Tricks>> Web Applications-Development-Tips and Tricks]]176 +** [[Custom Resource Manager>>Development-Custom Resource Manager]] 177 +** [[Persistent Sessions>>Development-Persistent Sessions]] 178 +** [[How Forms Work>>Development-How Forms Work]] 179 +* [[Development on Windows>>Development-Development on Windows]] 180 +* [[Tips and Tricks>>Development-Tips and Tricks]] 189 189 * Examples 190 190 ** [[-Hands On__ Hello World - Your First WebObjects Application-]] 191 -** [[Page Layout>> Web Applications-Development-Examples-Page Layout]]192 -** [[List Components>> Web Applications-Development-Examples-List Components]]193 -** [[Calendar Component>> Web Applications-Development-Examples-Calendar Component]]194 -** [[Path Inspector>> Web Applications-Development-Examples-Path Inspector]]195 -** [[Alphabetic List>> Web Applications-Development-Examples-Alphabetic List]]196 -** [[Login>> Web Applications-Development-Examples-Login]]197 -** [[Anchors>> Web Applications-Development-Examples-Anchors]]198 -** [[Open Link in New Window>> Web Applications-Development-Examples-Open Link in New Window]]199 -** [[Return a File>> Web Applications-Development-Examples-Return a File]]183 +** [[Page Layout>>Development-Examples-Page Layout]] 184 +** [[List Components>>Development-Examples-List Components]] 185 +** [[Calendar Component>>Development-Examples-Calendar Component]] 186 +** [[Path Inspector>>Development-Examples-Path Inspector]] 187 +** [[Alphabetic List>>Development-Examples-Alphabetic List]] 188 +** [[Login>>Development-Examples-Login]] 189 +** [[Anchors>>Development-Examples-Anchors]] 190 +** [[Open Link in New Window>>Development-Examples-Open Link in New Window]] 191 +** [[Return a File>>Development-Examples-Return a File]] 200 200 201 201 == Deployment == 202 202 203 -* [[Overview>> Web Applications-Deployment-Overview]]195 +* [[Overview>>Deployment-Overview]] 204 204 * Required Reading 205 -** [[Apache>> Web Applications-Deployment-Apache]]206 -** [[Memory Settings>> Web Applications-Deployment-Memory Settings]]207 -** [[Standard Deployment>> Web Applications-Deployment-Standard Deployment]]208 -** [[wotaskd>> Web Applications-Deployment-wotaskd]]209 -** [[Java Monitor>> Web Applications-Deployment-Java210 -** [[Logging>> WebApplications-Deployment-Logging]]211 -** [[Split Install>> Programming__WebObjects-Web Applications-Deployment-Split Install]]212 -** [[Common Pitfalls and Troubleshooting>> Web Applications-Deployment-Common Pitfalls andTroubleshooting]]197 +** [[Apache>>Configuring Apache for WebObjects]] 198 +** [[Memory Settings>>Deployment-Memory Settings]] 199 +** [[Standard Deployment>>Deployment-Standard Deployment]] 200 +** [[wotaskd>>wotaskd]] 201 +** [[Java Monitor>>JavaMonitor]] 202 +** [[Logging>>Log Rotation]] 203 +** [[Split Install>>Split Deployments]] 204 +** [[Common Pitfalls and Troubleshooting>>Troubleshooting Deployment]] 213 213 * Advanced 214 -** [[WOStats>> WebApplications-Deployment-WOStats]]215 -** [[Additional Monitoring>> Web Applications-Deployment-Additional Monitoring]]216 -** [[Scheduled Restart>> WebApplications-Deployment-Scheduled Restart]]206 +** [[WOStats>>Troubleshooting WOStats]] 207 +** [[Additional Monitoring>>Monitoring your deployed Applications]] 208 +** [[Scheduled Restart>>Troubleshooting Scheduled Restarts]] 217 217 ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]] 218 -** [[J2EE and Servlet Deployment>> Web Applications-Deployment-J2EE and ServletDeployment]]219 -** [[Tomcat Deployment>> Web Applications-Deployment-TomcatDeployment]]210 +** [[J2EE and Servlet Deployment>>Deploying on J2EE and Servlet Containers]] 211 +** [[Tomcat Deployment>>Deploying with Tomcat]] 220 220 ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]] 221 -** [[Killing WOA Processes>> Web Applications-Deployment-Killing WOA Processes]]222 -** [[Debugging Frozen Deployed Instances>> WebApplications-Deployment-Debugging Frozen Deployed Instances]]213 +** [[Killing WOA Processes>>Killing WOA Processes]] 214 +** [[Debugging Frozen Deployed Instances>>Troubleshooting Frozen Deployed Instances]] 223 223 * Platform Specifics 224 -** [[Mac OS X Server>> Programming__WebObjects-Web Applications-Deployment-Mac OS X Server]]225 -** [[Linux>> Programming__WebObjects-WebApplications-Deployment-Linux]]226 -** [[Solaris>> Programming__WebObjects-Web Applications-Deployment-Solaris WO5.3.3]]227 -** [[FreeBSD WO5.2>> Web Applications-Deployment-FreeBSD WO5.2]]228 -** [[FreeBSD WO5.3>> Web Applications-Deployment-FreeBSD WO5.3]]229 -** [[FreeBSD 6.2 WO 5.3.3>> Web Applications-Deployment-FreeBSD 6.2 WO5.3.3]]230 -** [[FreeBSD 6.x WO 5.3.3 using port system with many options>> Web Applications-Deployment-FreeBSD 6.x WO 5.3.3 port]]231 -** [[Windows>> Web Applications-Deployment-Windows]]216 +** [[Mac OS X Server>>Deploying on Mac OS X Server]] 217 +** [[Linux>>Web Applications-Deployment-Linux]] 218 +** [[Solaris>>Deploying on Solaris (WO 5.3.3)]] 219 +** [[FreeBSD WO5.2>>Deploying on FreeBSD (WO 5.2)]] 220 +** [[FreeBSD WO5.3>>Deploying on FreeBSD (WO 5.3)]] 221 +** [[FreeBSD 6.2 WO 5.3.3>>Deploying on FreeBSD 6.2 (WO5.3.3)]] 222 +** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deploying on FreeBSD 6.x (WO 5.3.3 port)]] 223 +** [[Windows>>Deploying on Windows (WO 5.1)]] 232 232 * Helpful Tools & Shellscripts 233 233 234 234 = Web Services = ... ... @@ -259,7 +259,7 @@ 259 259 260 260 * [[Overview>>Project WONDER-Overview]] 261 261 * Required Reading 262 -** [[Installing>> ProjectWONDER-Installing]]254 +** [[Installing>>WONDER:Download Wonder Source, Build, Install and Upgrade]] 263 263 ** [[Quickstart>>Project WONDER-Quickstart]] 264 264 ** [[History>>Project WONDER-History]] 265 265 ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]] ... ... @@ -289,9 +289,9 @@ 289 289 290 290 == WireHose == 291 291 292 -* [[Overview>>Wirehose -Overview]]284 +* [[Overview>>Wirehose]] 293 293 * Basic Concepts 294 -** [[Content Management>> Programming__WebObjects-Wirehose-Content Management]]286 +** [[Content Management>>Wirehose-Content Management]] 295 295 ** [[Personalization>>Programming__WebObjects-Wirehose-Personalization]] 296 296 ** [[Access Control>>Wirehose-Access Control]] 297 297 ** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]]