Changes for page Programming__WebObjects

Last modified by Pascal Robert on 2012/12/05 12:01

From version 771.1
edited by David Avendasora
on 2010/11/30 06:45
Change comment: There is no comment for this version
To version 775.1
edited by Pascal Robert
on 2010/09/11 23:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.avendasora
1 +XWiki.probert
Content
... ... @@ -11,8 +11,12 @@
11 11  * [[What is WebObjects?>>Overview-What is WebObjects]]
12 12  * [[History>>Overview-History]]
13 13  * Naming Conventions
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.
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 +
16 16  * [[Foundation>>Overview-Foundation]]
17 17  * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
18 18  * [[-Hands On__ Hello World - Your First WebObjects Application-]]
... ... @@ -21,10 +21,14 @@
21 21  
22 22  = License =
23 23  
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:
28 +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:
25 25  
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.
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>
27 27  
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 +
28 28  = Foundation =
29 29  
30 30  * [[Foundation>>Overview-Foundation]]
... ... @@ -116,111 +116,111 @@
116 116  
117 117  == Introduction ==
118 118  
119 -* [[Overview>>Web Applications-Overview]]
127 +* [[Overview>>Programming__WebObjects-Web Applications-Overview]]
120 120  
121 121  == Development ==
122 122  
123 123  * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]]
124 124  * Required Reading
125 -** [[Apache>>Development-Apache]]
126 -** [[WO Adaptor>>Development-WO Adaptor]]
133 +** [[Apache>>Programming__WebObjects-Web Applications-Development-Apache]]
134 +** [[WO Adaptor>>Web Applications-Development-WO Adaptor]]
127 127  ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
128 -** [[WO Session>>Development-WO Session]]
136 +** [[WO Session>>Web Applications-Development-WO Session]]
129 129  ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]]
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]]
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]]
135 135  ** [[Request-Response Loop>>Programming__WebObjects-Web Applications-Development-Request-Response Loop]]
136 136  ** [[Using EOF in a WOA>>Programming__WebObjects-Web Applications-Development-Using EOF in a WOA]]
137 -** [[Authentication and Security>>Development-Authentication and Security]]
138 -** [[General Best Practices>>Development-General Best Practices]]
139 -** [[WOForm Best Practices>>Development-WOForm Best Practices]]
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]]
140 140  ** [[WODisplayGroup>>Programming__WebObjects-Web Applications-Development-WODisplayGroup]]
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]]
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]]
147 147  ** [[The Build Products>>Programming__WebObjects-Web Applications-Development-Build Products]]
148 148  ** [[Errors and Explanations>>Programming__WebObjects-Web Applications-Development-Errors and Explanations]]
149 -** [[Common Pitfalls and Troubleshooting>>Development-Common Pitfalls and Troubleshooting]]
157 +** [[Common Pitfalls and Troubleshooting>>Web Applications-Development-Common Pitfalls and Troubleshooting]]
150 150  * Advanced
151 -** [[Audit Trails>>Development-Audit Trails]]
159 +** [[Audit Trails>>Web Applications-Development-Audit Trails]]
152 152  ** [[Backtracking>>Programming__WebObjects-Web Applications-Development-Backtracking]]
153 153  ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
154 -** [[Image Thumbnailing>>Development-Thumbnailing]]
155 -** [[Database vs Filesystem (aka Images in the Database?)>>Development-Database vs Filesystem]]
162 +** [[Image Thumbnailing>>Web Applications-Development-Thumbnailing]]
163 +** [[Database vs Filesystem (aka Images in the Database?)>>Web Applications-Development-Database vs Filesystem]]
156 156  ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
157 -** [[Stateless Components>>Development-Stateless Components]]
165 +** [[Stateless Components>>Web Applications-Development-Stateless Components]]
158 158  ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
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]]
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]]
166 166  ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]]
167 -** [[Custom Templates>>Development-Custom Templates]]
168 -** [[Calling Commandline Applications>>Calling Commandline Applications]]
175 +** [[Custom Templates>>Web Applications-Development-Custom Templates]]
176 +** [[Calling Commandline Applications>>Web Applications-Development-Calling Commandline Applications]]
169 169  ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]]
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]]
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]]
175 175  ** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]]
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]]
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]]
181 181  * Examples
182 182  ** [[-Hands On__ Hello World - Your First WebObjects Application-]]
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]]
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]]
192 192  
193 193  == Deployment ==
194 194  
195 -* [[Overview>>Deployment-Overview]]
203 +* [[Overview>>Web Applications-Deployment-Overview]]
196 196  * Required Reading
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>>Deployment-Logging]]
203 -** [[Split Install>>Split Deployments]]
204 -** [[Common Pitfalls and Troubleshooting>>Troubleshooting Deployment]]
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-Java Monitor]]
210 +** [[Logging>>Web Applications-Deployment-Logging]]
211 +** [[Split Install>>Programming__WebObjects-Web Applications-Deployment-Split Install]]
212 +** [[Common Pitfalls and Troubleshooting>>Web Applications-Deployment-Common Pitfalls and Troubleshooting]]
205 205  * Advanced
206 -** [[WOStats>>Troubleshooting WOStats]]
207 -** [[Additional Monitoring>>Monitoring your deployed Applications]]
208 -** [[Scheduled Restart>>Troubleshooting Scheduled Restarts]]
214 +** [[WOStats>>Web Applications-Deployment-WOStats]]
215 +** [[Additional Monitoring>>Web Applications-Deployment-Additional Monitoring]]
216 +** [[Scheduled Restart>>Web Applications-Deployment-Scheduled Restart]]
209 209  ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
210 -** [[J2EE and Servlet Deployment>>Deploying on J2EE and Servlet Containers]]
211 -** [[Tomcat Deployment>>Deploying with Tomcat]]
218 +** [[J2EE and Servlet Deployment>>Web Applications-Deployment-J2EE and Servlet Deployment]]
219 +** [[Tomcat Deployment>>Web Applications-Deployment-Tomcat Deployment]]
212 212  ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
213 -** [[Killing WOA Processes>>Killing WOA Processes]]
214 -** [[Debugging Frozen Deployed Instances>>Troubleshooting Frozen Deployed Instances]]
221 +** [[Killing WOA Processes>>Web Applications-Deployment-Killing WOA Processes]]
222 +** [[Debugging Frozen Deployed Instances>>Web Applications-Deployment-Debugging Frozen Deployed Instances]]
215 215  * Platform Specifics
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)]]
224 +** [[Mac OS X Server>>Programming__WebObjects-Web Applications-Deployment-Mac OS X Server]]
225 +** [[Linux>>Programming__WebObjects-Web Applications-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]]
224 224  * Helpful Tools & Shellscripts
225 225  
226 226  = Web Services =
... ... @@ -251,7 +251,7 @@
251 251  
252 252  * [[Overview>>Project WONDER-Overview]]
253 253  * Required Reading
254 -** [[Installing>>WONDER:Download Wonder Source, Build, Install and Upgrade]]
262 +** [[Installing>>Project WONDER-Installing]]
255 255  ** [[Quickstart>>Project WONDER-Quickstart]]
256 256  ** [[History>>Project WONDER-History]]
257 257  ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]]
... ... @@ -281,9 +281,9 @@
281 281  
282 282  == WireHose ==
283 283  
284 -* [[Overview>>Wirehose]]
292 +* [[Overview>>Wirehose-Overview]]
285 285  * Basic Concepts
286 -** [[Content Management>>Wirehose-Content Management]]
294 +** [[Content Management>>Programming__WebObjects-Wirehose-Content Management]]
287 287  ** [[Personalization>>Programming__WebObjects-Wirehose-Personalization]]
288 288  ** [[Access Control>>Wirehose-Access Control]]
289 289  ** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]]