Changes for page Programming__WebObjects

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

From version 927.1
edited by Pascal Robert
on 2012/07/19 21:13
Change comment: There is no comment for this version
To version 928.1
edited by Philippe Rabier
on 2012/12/05 12:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.prabier
Content
... ... @@ -8,395 +8,287 @@
8 8  
9 9  Originally developed by and for NeXT computers in the mid 1990's, it was ported by Apple to Mac OS X and Mac OS X Server under Objective C and then completely translated to Java. It is the technology on which Apple's own iTunes Music Store was developed.
10 10  
11 -It has a very active and helpful developer community with mailing list support at the [[WO Developer Mailing List>>http://lists.apple.com/archives/Webobjects-dev]].
11 +It has a very active and helpful developer community with mailing list support at the [[WO Developer Mailing List>>url:http://lists.apple.com/archives/Webobjects-dev||shape="rect"]].
12 12  
13 13  = Introduction =
14 14  
15 -* [[What is WebObjects?>>Overview-What is WebObjects]]
16 -* [[History>>Overview-History]]
15 +* [[What is WebObjects?>>doc:documentation.Overview-What is WebObjects]]
17 17  * Naming Conventions
18 18  ** The naming convention for objects in WebObjects is that names are written in what is called "camel case".
19 19  ** The various prefixes are not hard to explain. "NS" stands for "NextStep", "EO" for "EnterpriseObject", "WO" for WebObjects.
20 -* [[Foundation>>Overview-Foundation]]
21 -* [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
22 -* [[Hands On// Hello World - Your First WebObjects Application//>>-Hands On__ Hello World - Your First WebObjects Application-]]
23 -* [[Recent Changes>>http://en.wikibooks.org/w/index.php?title=Special:Recentchangeslinked&target=Programming%3AWebObjects]]
24 -* [[WebObjects for Database Developers]]
19 +* [[Foundation>>doc:documentation.Overview-Foundation]]
20 +* [[Objective-C to Java Transition>>doc:Overview-Objective-C to Java Transition]]
21 +* [[Recent Changes>>url:http://en.wikibooks.org/w/index.php?title=Special:Recentchangeslinked&target=Programming%3AWebObjects||shape="rect"]]
25 25  
26 26  = License =
27 27  
28 28  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 -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.
27 +>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.
31 31  
32 32  = Foundation =
33 33  
34 -* [[Foundation>>Overview-Foundation]]
35 -* [[Key Value Coding>>Overview-Key Value Coding]]
31 +* [[Foundation>>doc:documentation.Overview-Foundation]]
32 +* [[Key Value Coding>>doc:documentation.Overview-Key Value Coding]]
36 36  
37 37  = Enterprise Object Framework (EOF) =
38 38  
39 39  == Introduction ==
40 40  
41 -* [[Overview>>EOF-Overview]]
38 +* [[Overview>>doc:documentation.EOF-Overview]]
42 42  
43 43  == Modeling ==
44 44  
45 -* [[Overview>>EOF-Modeling-Overview]]
42 +* [[Overview>>doc:documentation.EOF-Modeling-Overview]]
46 46  * Required Reading
47 -** [[Entities>>EOF-Modeling-Entities]]
48 -** [[GlobalIDs>>EOF-Modeling-GlobalIDs]]
49 -** [[Attributes>>EOF-Modeling-Attributes]]
50 -** [[Relationships>>Programming__WebObjects-EOF-Modeling-Relationships]]
51 -** [[Entity Inheritance>>EOF-Modeling-Inheritance]]
52 -** [[Fetch Specifications>>EOF-Modeling-Fetch Specifications]]
53 -** [[SQL Generation>>Programming__WebObjects-EOF-Modeling-SQL Generation]]
54 -** [[Code Generation>>Programming__WebObjects-EOF-Modeling-Code Generation]]
55 -** [[Reverse Engineering>>Programming__WebObjects-EOF-Modeling-Reverse Engineering]]
56 -** [[Common Pitfalls and Troubleshooting>>EOF-Modeling-Common Pitfalls and Troubleshooting]]
57 -** [[EOModeler>>EOF-Modeling-EOModeler]]
58 -** [[EOModeler on Windows>>EOF-Modeling-EOModeler on Windows]]
59 -** [[Booleans>>EOF-Modeling-Booleans]]
44 +** [[Entities>>doc:documentation.EOF-Modeling-Entities]]
45 +** [[GlobalIDs>>doc:documentation.EOF-Modeling-GlobalIDs]]
46 +** [[Attributes>>doc:documentation.EOF-Modeling-Attributes]]
47 +** [[Entity Inheritance>>doc:documentation.EOF-Modeling-Inheritance]]
48 +** [[Fetch Specifications>>doc:documentation.EOF-Modeling-Fetch Specifications]]
49 +** [[Common Pitfalls and Troubleshooting>>doc:documentation.EOF-Modeling-Common Pitfalls and Troubleshooting]]
50 +** [[EOModeler>>doc:documentation.EOF-Modeling-EOModeler]]
51 +** [[EOModeler on Windows>>doc:documentation.EOF-Modeling-EOModeler on Windows]]
52 +** [[Booleans>>doc:documentation.EOF-Modeling-Booleans]]
60 60  * Advanced
61 -** [[JDBC>>EOF-Modeling-JDBC]]
62 -** [[JNDI>>Programming__WebObjects-EOF-Modeling-JNDI]]
63 -** [[Stored Procedures>>Programming__WebObjects-EOF-Modeling-Stored Procedures]]
64 -** [[Prototypes>>EOF-Modeling-Prototypes]]
65 -** [[Multiple Models>>Programming__WebObjects-EOF-Modeling-Multiple Models]]
66 -** [[Custom Attributes>>EOF-Modeling-Custom Attributes]]
67 -* [[Examples>>EOF-Modeling-Examples]]
54 +** [[JDBC>>doc:documentation.EOF-Modeling-JDBC]]
55 +** [[Prototypes>>doc:documentation.EOF-Modeling-Prototypes]]
56 +** [[Custom Attributes>>doc:documentation.EOF-Modeling-Custom Attributes]]
57 +* [[Examples>>doc:documentation.EOF-Modeling-Examples]]
68 68  
69 69  == Using EOF ==
70 70  
71 -* [[Overview>>EOF-Using EOF-Overview]]
61 +* [[Overview>>doc:documentation.EOF-Using EOF-Overview]]
72 72  * Required Reading
73 -** [[The EOF Commandments>>EOF-Using EOF-The EOF Commandments]]
74 -** [[EO Enterprise Object>>Programming__WebObjects-EOF-Using EOF-EO Enterprise Object]]
75 -** [[EO Editing Context>>EOF-Using EOF-EO Editing Context]]
76 -** [[EO Object Store>>Programming__WebObjects-EOF-Using EOF-EO Object Store]]
77 -** [[EO Database>>Programming__WebObjects-EOF-Using EOF-EO Database]]
78 -** [[EO Adaptor>>Programming__WebObjects-EOF-Using EOF-EO Adapter]]
79 -** [[Context and Database Locking>>EOF-Using EOF-Context and Database Locking]]
80 -** [[Faulting>>EOF-Using EOF-Faulting]]
81 -** [[Fetching>>EOF-Using EOF-Fetching]]
82 -** [[Updating>>Programming__WebObjects-EOF-Using EOF-Updating]]
83 -** [[Deleting>>EOF-Using EOF-Deleting]]
84 -** [[Caching and Freshness>>EOF-Using EOF-Caching and Freshness]]
85 -** [[Optimistic Locking>>EOF-Using EOF-Optimistic Locking]]
86 -** [[Memory Management>>EOF-Using EOF-Memory Management]]
87 -** [[EOF Best Practices>>EOF-Using EOF-EOF Best Practices]]
88 -** [[Configuration Settings>>EOF-Using EOF-Configuration Settings]]
89 -** [[Common Pitfalls and Troubleshooting>>EOF-Using EOF-Common Pitfalls and Troubleshooting]]
63 +** [[The EOF Commandments>>doc:documentation.EOF-Using EOF-The EOF Commandments]]
64 +** [[EO Editing Context>>doc:documentation.EOF-Using EOF-EO Editing Context]]
65 +** [[Context and Database Locking>>doc:documentation.EOF-Using EOF-Context and Database Locking]]
66 +** [[Faulting>>doc:documentation.EOF-Using EOF-Faulting]]
67 +** [[Fetching>>doc:documentation.EOF-Using EOF-Fetching]]
68 +** [[Deleting>>doc:documentation.EOF-Using EOF-Deleting]]
69 +** [[Caching and Freshness>>doc:documentation.EOF-Using EOF-Caching and Freshness]]
70 +** [[Optimistic Locking>>doc:documentation.EOF-Using EOF-Optimistic Locking]]
71 +** [[Memory Management>>doc:documentation.EOF-Using EOF-Memory Management]]
72 +** [[EOF Best Practices>>doc:documentation.EOF-Using EOF-EOF Best Practices]]
73 +** [[Configuration Settings>>doc:documentation.EOF-Using EOF-Configuration Settings]]
74 +** [[Common Pitfalls and Troubleshooting>>doc:documentation.EOF-Using EOF-Common Pitfalls and Troubleshooting]]
90 90  * Advanced
91 -** [[EOGenerator>>EOF-Using EOF-EOGenerator]]
92 -** [[Logging>>EOF-Using EOF-Logging]]
93 -** [[EOF Performance Tuning>>EOF-Using EOF-EOF Performance Tuning]]
94 -** [[Primary Keys>>EOF-Using EOF-Primary Keys]]
95 -** [[Compound Primary Keys>>EOF-Using EOF-Compound Primary Keys]]
96 -** [[Concurrency>>EOF-Using EOF-Concurrency]]
97 -** [[Validation>>EOF-Using EOF-Validation]]
98 -** [[Database Adaptors and Plugins>>EOF-Using EOF-Database Adaptors and Plugins]]
99 -** [[Undo and Redo>>EOF-Using EOF-Undo and Redo]]
100 -** [[EO's and Multiple Editing Contexts>>Programming__WebObjects-EOF-Using EOF-EO's and Multiple Editing Contexts]]
101 -** [[EOSharedEditingContext>>EOF-Using EOF-EOSharedEditingContext]]
102 -** [[Raw Rows>>EOF-Using EOF-Raw Rows]]
103 -** [[Batch Fetching>>EOF-Using EOF-Batch Fetching]]
104 -** [[Fetch Limits>>EOF-Using EOF-Fetch Limits]]
105 -** [[Bulk Operations>>EOF-Using EOF-Bulk Operations]]
106 -** [[Schema Changes>>EOF-Using EOF-Schema Changes]]
107 -** [[Delegates and Notifications>>EOF-Using EOF-Delegates and Notifications]]
108 -** [[Multiple Stacks or Instances>>EOF-Using EOF-Multiple Stacks or Instances]]
109 -** [[Custom Qualifiers>>EOF-Using EOF-Custom Qualifiers]]
110 -** [[Localization and Internationalization>>EOF-Using EOF-Localization and Internationalization]]
111 -** [[Default Values>>EOF-Using EOF-Default Values]]
112 -** [[Custom EOAdaptor>>EOF-Using EOF-Custom EOAdaptor]]
113 -** [[EOF Traces>>EOF-Using EOF-EOF Traces]]
114 -** [[Problems>>EOF-Using EOF-Problems]]
115 -* [[Tips and Tricks>>EOF-Using EOF-Tips and Tricks]]
116 -* [[Examples>>Programming__WebObjects-EOF-Using EOF-Examples]]
117 -* [[Help//EOF//is//Doing//Strange//Things//>>EOF-Using EOF-Breaking EOF]]
76 +** [[EOGenerator>>doc:EOF-Using EOF-EOGenerator]]
77 +** [[Logging>>doc:documentation.EOF-Using EOF-Logging]]
78 +** [[EOF Performance Tuning>>doc:documentation.EOF-Using EOF-EOF Performance Tuning]]
79 +** [[Primary Keys>>doc:documentation.EOF-Using EOF-Primary Keys]]
80 +** [[Compound Primary Keys>>doc:documentation.EOF-Using EOF-Compound Primary Keys]]
81 +** [[Concurrency>>doc:documentation.EOF-Using EOF-Concurrency]]
82 +** [[Validation>>doc:documentation.EOF-Using EOF-Validation]]
83 +** [[Database Adaptors and Plugins>>doc:documentation.EOF-Using EOF-Database Adaptors and Plugins]]
84 +** [[Undo and Redo>>doc:documentation.EOF-Using EOF-Undo and Redo]]
85 +** [[EOSharedEditingContext>>doc:documentation.EOF-Using EOF-EOSharedEditingContext]]
86 +** [[Raw Rows>>doc:documentation.EOF-Using EOF-Raw Rows]]
87 +** [[Batch Fetching>>doc:documentation.EOF-Using EOF-Batch Fetching]]
88 +** [[Fetch Limits>>doc:documentation.EOF-Using EOF-Fetch Limits]]
89 +** [[Bulk Operations>>doc:documentation.EOF-Using EOF-Bulk Operations]]
90 +** [[Schema Changes>>doc:documentation.EOF-Using EOF-Schema Changes]]
91 +** [[Delegates and Notifications>>doc:documentation.EOF-Using EOF-Delegates and Notifications]]
92 +** [[Multiple Stacks or Instances>>doc:documentation.EOF-Using EOF-Multiple Stacks or Instances]]
93 +** [[Custom Qualifiers>>doc:documentation.EOF-Using EOF-Custom Qualifiers]]
94 +** [[Localization and Internationalization>>doc:documentation.EOF-Using EOF-Localization and Internationalization]]
95 +** [[Default Values>>doc:documentation.EOF-Using EOF-Default Values]]
96 +** [[Custom EOAdaptor>>doc:documentation.EOF-Using EOF-Custom EOAdaptor]]
97 +** [[EOF Traces>>doc:documentation.EOF-Using EOF-EOF Traces]]
98 +** [[Problems>>doc:documentation.EOF-Using EOF-Problems]]
99 +* [[Tips and Tricks>>doc:documentation.EOF-Using EOF-Tips and Tricks]]
100 +* [[Help!_EOF_is_Doing_Strange_Things!>>doc:documentation.EOF-Using EOF-Breaking EOF]]
118 118  
119 119  = Web Applications =
120 120  
121 121  == Introduction ==
122 122  
123 -* [[Overview>>Web Applications-Overview]]
124 -
106 +* [[Overview>>doc:Web Applications-Overview]](((
125 125  == Development ==
126 -
127 -* [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]]
108 +)))
109 +* [[Overview>>doc:Programming__WebObjects-Web Applications-Development-Overview]]
128 128  * Required Reading
129 -** [[Apache>>Development-Apache]]
130 -** [[WO Adaptor>>Development-WO Adaptor]]
131 -** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
132 -** [[WO Session>>Development-WO Session]]
133 -** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]]
134 -*** [[Binding Synchronization>>Development-WO Component-Binding Synchronization]]
135 -*** [[Code, Templates, and WODs>>Development-WO Component-Code Template and WODs]]
136 -*** [[Built-in Components>>Development-WO Component-Built-in Components]]
137 -** [[Component Actions>>Development-Component Actions]]
138 -** [[Direct Actions>>Development-Direct Actions]]
139 -** [[Request-Response Loop>>Programming__WebObjects-Web Applications-Development-Request-Response Loop]]
140 -** [[Using EOF in a WOA>>Programming__WebObjects-Web Applications-Development-Using EOF in a WOA]]
141 -** [[Authentication and Security>>Development-Authentication and Security]]
142 -** [[General Best Practices>>Development-General Best Practices]]
143 -** [[WOForm Best Practices>>Development-WOForm Best Practices]]
144 -** WODisplayGroupProgrammingWebObjects-Web Applications-Development-WODisplayGroup
145 -** [[Debugging Techniques>>Development-Debugging Techniques]]
146 -** [[Direct Connect>>Development-Direct Connect]]
147 -** [[Frameworks>>Development-Frameworks]]
148 -** [[Ajax>>Development-Ajax]]
149 -** [[CSS>>Development-CSS]]
150 -** [[Sending Emails>>Development-Sending Emails]]
151 -** [[The Build Products>>Programming__WebObjects-Web Applications-Development-Build Products]]
152 -** [[Errors and Explanations>>Programming__WebObjects-Web Applications-Development-Errors and Explanations]]
153 -** [[Common Pitfalls and Troubleshooting>>Development-Common Pitfalls and Troubleshooting]]
111 +** [[WO Adaptor>>doc:documentation.Development-WO Adaptor]]
112 +** [[WO Session>>doc:documentation.Development-WO Session]]
113 +** [[WO Component>>doc:Programming__WebObjects-Web Applications-Development-WO Component]]
114 +*** [[Binding Synchronization>>doc:documentation.Development-WO Component-Binding Synchronization]]
115 +*** [[Code, Templates, and WODs>>doc:documentation.Development-WO Component-Code Template and WODs]]
116 +** [[Component Actions>>doc:documentation.Development-Component Actions]]
117 +** [[Direct Actions>>doc:documentation.Development-Direct Actions]]
118 +** [[Authentication and Security>>doc:documentation.Development-Authentication and Security]]
119 +** [[General Best Practices>>doc:documentation.Development-General Best Practices]]
120 +** [[WOForm Best Practices>>doc:documentation.Development-WOForm Best Practices]]
121 +** [[Direct Connect>>doc:Development-Direct Connect]]
122 +** [[Frameworks>>doc:documentation.Development-Frameworks]]
123 +** [[Ajax>>doc:documentation.Development-Ajax]]
124 +** [[CSS>>doc:documentation.Development-CSS]]
125 +** [[Sending Emails>>doc:documentation.Sending Emails]]
126 +** [[Common Pitfalls and Troubleshooting>>doc:documentation.Development-Common Pitfalls and Troubleshooting]]
154 154  * Advanced
155 -** [[Audit Trails>>Development-Audit Trails]]
156 -** BacktrackingProgrammingWebObjects-Web Applications-Development-Backtracking
157 -** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
158 -** [[Image Thumbnailing>>Development-Thumbnailing]]
159 -** [[Database vs Filesystem (aka Images in the Database?)>>Development-Database vs Filesystem]]
160 -** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
161 -** [[Stateless Components>>Development-Stateless Components]]
162 -** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
163 -** [[WOEvents and Logging>>Development-WOEvents and Logging]]
164 -** [[PDF Generation>>Development-PDF Generation]]
165 -** [[Excel Generation>>Development-Excel Generation]]
166 -** [[SSL>>Development-SSL requests via https protocol]]
167 -** [[Localization and Internationalization>>Development-Localization and Internationalization]]
168 -** [[Testing and JUnit>>Development-Testing and JUnit]]
169 -** [[Custom Error Handling>>Development-Custom Error Handling]]
170 -** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]]
171 -** [[Custom Templates>>Development-Custom Templates]]
172 -** [[Calling Commandline Applications>>Calling Commandline Applications]]
173 -** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]]
174 -** [[Profiling WO Apps>>Development-Profiling WO Apps]]
175 -** [[J2EE Integration>>Development-J2EE Integration]]
176 -** [[WebObjects and Subversion>>Development-WebObjects and Subversion]]
177 -** [[Third Party Jars>>Development-Third Party Jars]]
178 -** [[Generating Static Pages>>Development-Generating Static Pages]]
179 -** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]]
180 -** [[Custom Resource Manager>>Development-Custom Resource Manager]]
181 -** [[Persistent Sessions>>Development-Persistent Sessions]]
182 -** [[How Forms Work>>Development-How Forms Work]]
183 -* [[Development on Windows>>Development-Development on Windows]]
184 -* [[Tips and Tricks>>Development-Tips and Tricks]]
128 +** [[Audit Trails>>doc:documentation.Development-Audit Trails]]
129 +** [[Image Thumbnailing>>doc:documentation.Development-Thumbnailing]]
130 +** [[Database vs Filesystem (aka Images in the Database?)>>doc:documentation.Development-Database vs Filesystem]]
131 +** [[Stateless Components>>doc:documentation.Development-Stateless Components]]
132 +** [[WOEvents and Logging>>doc:documentation.Development-WOEvents and Logging]]
133 +** [[PDF Generation>>doc:documentation.Development-PDF Generation]]
134 +** [[Excel Generation>>doc:documentation.Development-Excel Generation]]
135 +** [[SSL>>doc:documentation.Development-SSL requests via https protocol]]
136 +** [[Localization and Internationalization>>doc:documentation.Development-Localization and Internationalization]]
137 +** [[Testing and JUnit>>doc:documentation.Development-Testing and JUnit]]
138 +** [[Custom Error Handling>>doc:documentation.Development-Custom Error Handling]]
139 +** [[Custom Templates>>doc:documentation.Development-Custom Templates]]
140 +** [[Calling Commandline Applications>>doc:documentation.Calling Commandline Applications]]
141 +** [[Profiling WO Apps>>doc:documentation.Development-Profiling WO Apps]]
142 +** [[J2EE Integration>>doc:documentation.Development-J2EE Integration]]
143 +** [[WebObjects and Subversion>>doc:Development-WebObjects and Subversion]]
144 +** [[Third Party Jars>>doc:documentation.Development-Third Party Jars]]
145 +** [[Generating Static Pages>>doc:documentation.Development-Generating Static Pages]]
146 +** [[Cocoa EO Applications>>doc:Web Applications-Development-Cocoa EO Applications]]
147 +** [[Custom Resource Manager>>doc:documentation.Development-Custom Resource Manager]]
148 +** [[Persistent Sessions>>doc:documentation.Development-Persistent Sessions]]
149 +** [[How Forms Work>>doc:documentation.Development-How Forms Work]]
150 +* [[Development on Windows>>doc:Development on Windows]]
151 +* [[Tips and Tricks>>doc:documentation.Development-Tips and Tricks]]
185 185  * Examples
186 -** [[Hands On// Hello World - Your First WebObjects Application//>>-Hands On__ Hello World - Your First WebObjects Application-]]
187 -** [[Page Layout>>Development-Examples-Page Layout]]
188 -** [[List Components>>Development-Examples-List Components]]
189 -** [[Calendar Component>>Development-Examples-Calendar Component]]
190 -** [[Path Inspector>>Development-Examples-Path Inspector]]
191 -** [[Alphabetic List>>Development-Examples-Alphabetic List]]
192 -** [[Login>>Development-Examples-Login]]
193 -** [[Anchors>>Development-Examples-Anchors]]
194 -** [[Open Link in New Window>>Development-Examples-Open Link in New Window]]
195 -** [[Return a File>>Development-Examples-Return a File]]
153 +** [[Page Layout>>doc:documentation.Development-Examples-Page Layout]]
154 +** [[List Components>>doc:documentation.Development-Examples-List Components]]
155 +** [[Calendar Component>>doc:documentation.Development-Examples-Calendar Component]]
156 +** [[Path Inspector>>doc:documentation.Development-Examples-Path Inspector]]
157 +** [[Alphabetic List>>doc:documentation.Development-Examples-Alphabetic List]]
158 +** [[Login>>doc:documentation.Development-Examples-Login]]
159 +** [[Anchors>>doc:documentation.Development-Examples-Anchors]]
160 +** [[Open Link in New Window>>doc:documentation.Development-Examples-Open Link in New Window]]
161 +** [[Return a File>>doc:documentation.Development-Examples-Return a File]]
196 196  
197 197  == Deployment ==
198 198  
199 -* [[Overview>>Overview]]
165 +* [[Overview>>doc:Overview]]
200 200  * Required Reading
201 -** [[Apache>>Configuring Apache for WebObjects]]
202 -** [[Memory Settings>>Deployment-Memory Settings]]
203 -** [[Standard Deployment>>Deployment-Standard Deployment]]
204 -** [[wotaskd>>wotaskd]]
205 -** [[Java Monitor>>JavaMonitor]]
206 -** [[Logging>>Log Rotation]]
207 -** [[Split Install>>Split Deployments]]
208 -** [[Common Pitfalls and Troubleshooting>>Troubleshooting Deployment]]
167 +** [[Apache>>doc:documentation.Configuring Apache for WebObjects]]
168 +** [[Standard Deployment>>doc:Deployment-Standard Deployment]]
169 +** [[Logging>>doc:documentation.Log Rotation]]
170 +** [[Split Install>>doc:documentation.Split Deployments]]
171 +** [[Common Pitfalls and Troubleshooting>>doc:documentation.Troubleshooting Deployment]]
209 209  * Advanced
210 -** [[WOStats>>Troubleshooting WOStats]]
211 -** [[Additional Monitoring>>Monitoring your deployed Applications]]
212 -** [[Scheduled Restart>>Troubleshooting Scheduled Restarts]]
213 -** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
214 -** [[J2EE and Servlet Deployment>>Deploying on J2EE and Servlet Containers]]
215 -** [[Tomcat Deployment>>Deploying with Tomcat]]
216 -** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
217 -** [[Killing WOA Processes>>Killing WOA Processes]]
218 -** [[Debugging Frozen Deployed Instances>>Troubleshooting Frozen Deployed Instances]]
173 +** [[WOStats>>doc:documentation.Troubleshooting WOStats]]
174 +** [[Additional Monitoring>>doc:documentation.Monitoring your deployed Applications]]
175 +** [[Scheduled Restart>>doc:documentation.Troubleshooting Scheduled Restarts]]
176 +** [[Tomcat Deployment>>doc:documentation.Deploying with Tomcat]]
177 +** [[Killing WOA Processes>>doc:documentation.Killing WOA Processes]]
178 +** [[Debugging Frozen Deployed Instances>>doc:documentation.Troubleshooting Frozen Deployed Instances]]
219 219  * Platform Specifics
220 -** [[Mac OS X Server>>Deploying on Mac OS X Server]]
221 -** [[Linux>>Web Applications-Deployment-Linux]]
222 -** [[Solaris>>Deploying on Solaris (WO 5.3.3)]]
223 -** [[FreeBSD WO5.2>>Deploying on FreeBSD (WO 5.2)]]
224 -** [[FreeBSD WO5.3>>Deploying on FreeBSD (WO 5.3)]]
225 -** [[FreeBSD 6.2 WO 5.3.3>>Deploying on FreeBSD 6.2 (WO5.3.3)]]
226 -** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deploying on FreeBSD 6.x (WO 5.3.3 port)]]
227 -** [[Windows>>Deploying on Windows (WO 5.1)]]
180 +** [[Mac OS X Server>>doc:documentation.Deploying on Mac OS X 10\.6 (Snow Leopard)]]
181 +** [[Solaris>>doc:documentation.Deploying on Solaris (WO 5\.3\.3)]]
228 228  * Helpful Tools & Shellscripts
229 229  
230 230  = Web Services =
231 231  
232 -* [[Overview>>Programming__WebObjects-Web Services-Overview]]
186 +* [[Overview>>doc:Programming__WebObjects-Web Services-Overview]]
233 233  * Required Reading
234 -** [[WO as a Web Service Provider>>Web Services-Web Service Provider]]
235 -** [[WO as a Web Service Consumer>>Web Services-Web Service Consumer]]
236 -** [[Interoperability>>Programming__WebObjects-Web Services-Interoperability]]
237 -** [[Common Pitfalls and Troubleshooting>>Web Services-Common Pitfalls and Troubleshooting]]
188 +** [[WO as a Web Service Provider>>doc:documentation.Web Services-Web Service Provider]]
189 +** [[WO as a Web Service Consumer>>doc:documentation.Web Services-Web Service Consumer]]
190 +** [[Common Pitfalls and Troubleshooting>>doc:documentation.Web Services-Common Pitfalls and Troubleshooting]]
238 238  * General Info
239 -** [[Instructions for .NET consuming Direct to WebServices>>Web Services-Instructions for .NET consuming Direct to WebServices]]
240 -** [[Testing Services with Terminal>>Web Services-Testing Services with Terminal]]
192 +** [[Instructions for .NET consuming Direct to WebServices>>doc:documentation.Web Services-Instructions for \.NET consuming Direct to WebServices]]
193 +** [[Testing Services with Terminal>>doc:documentation.Web Services-Testing Services with Terminal]]
241 241  * Advanced
242 -** [[Sending Large Data>>Web Services-Sending Large Data]]
243 -** [[How to Trust Any SSL Certificate>>Web Services-How to Trust Any SSL Certificate]]
244 -** [[Problems>>Web Services-Problems]]
245 -** [[Controlling Enterprise Object Serialisation>>Web Services-Controlling Enterprise Object Serialisation]]
246 -** [[Controlling WSDL Service Location>>Web Services-Controlling WSDL Service Location]]
247 -** [[Integration with WebServicesCore on MacOS-X>>Web Services-Integration with WebServicesCore on MacOS-X]]
248 -** [[Working With Temporary GlobalIDs>>Web Services-Working With Temporary GlobalIDs]]
195 +** [[Sending Large Data>>doc:documentation.Web Services-Sending Large Data]]
196 +** [[How to Trust Any SSL Certificate>>doc:documentation.Web Services-How to Trust Any SSL Certificate]]
197 +** [[Problems>>doc:documentation.Web Services-Problems]]
198 +** [[Controlling Enterprise Object Serialisation>>doc:documentation.Web Services-Controlling Enterprise Object Serialisation]]
199 +** [[Controlling WSDL Service Location>>doc:documentation.Web Services-Controlling WSDL Service Location]]
200 +** [[Integration with WebServicesCore on MacOS-X>>doc:documentation.Web Services-Integration with WebServicesCore on MacOS-X]]
201 +** [[Working With Temporary GlobalIDs>>doc:documentation.Web Services-Working With Temporary GlobalIDs]]
249 249  
250 -* [[Examples>>Programming__WebObjects-Web Services-Examples]]
251 -
252 252  = Complementary Frameworks =
253 253  
254 254  == Project WONDER ==
255 255  
256 -* [[Overview>>Project WONDER-Overview]]
207 +* [[Overview>>doc:documentation.Project WONDER-Overview]]
257 257  * Required Reading
258 -** [[Installing>>WONDER:Getting the Wonder Source Code]]
259 -** [[Quickstart>>Project WONDER-Quickstart]]
260 -** [[History>>Project WONDER-History]]
261 -** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]]
262 -*** [[Ajax>>documentation:Project WONDER-Frameworks-Ajax]]
263 -*** [[DynaReporting>>Programming__WebObjects-Project WONDER-Frameworks-DynaReporting]]
264 -*** [[ERCalendar>>documentation:ERCalendar Framework]]
265 -*** [[ERChangeNotificationJMS>>documentation:ERChangeNotificationJMS Framework]]
266 -*** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
267 -*** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
268 -*** [[ERExtensions>>documentation:ERExtensions Framework]]
269 -*** ERIMAdaptorProgrammingWebObjects-Project WONDER-Frameworks-ERIMAdaptor
270 -*** [[ERJavaMail>>documentation:ERJavaMail Framework]]
271 -*** [[ERPlot>>documentation:ERPlot Framework]]
272 -*** [[ERPrototypes>>Programming__WebObjects-Project WONDER-Frameworks-ERPrototypes]]
273 -*** [[ERSelenium>>documentation:ERSelenium Framework]]
274 -*** [[ExcelGeneration>>Project WONDER-Frameworks-ExcelGeneration]]
275 -*** [[JavaWOExtensions>>Programming__WebObjects-Project WONDER-Frameworks-JavaWOExtensions]]
276 -*** [[PostgresqlPlugin>>documentation:PostgresqlPlugin Framework]]
277 -*** [[SVGObjects>>Programming__WebObjects-Project WONDER-Frameworks-SVGObjects]]
278 -*** [[Validity>>documentation:Validity Framework]]
279 -*** [[WOOgnl>>documentation:WOOgnl Framework]]
280 -*** [[WOPaypal>>documentation:WOPaypal Framework]]
281 -** [[Adaptors>>Programming__WebObjects-Project WONDER-Adaptors]]
282 -** PlugInsProgrammingWebObjects-Project WONDER-PlugIns
209 +** [[Installing>>doc:WEB.Getting the Wonder Source Code]]
210 +** [[Quickstart>>doc:documentation.Project WONDER-Quickstart]]
211 +** [[History>>doc:documentation.Project WONDER-History]]
212 +** [[Frameworks>>doc:Programming__WebObjects-Project WONDER-Frameworks]]
213 +*** [[Ajax>>doc:documentation.Ajax Framework]]
214 +*** [[ERCalendar>>doc:documentation.ERCalendar Framework]]
215 +*** [[ERChangeNotificationJMS>>doc:documentation.ERChangeNotificationJMS Framework]]
216 +*** [[ERExtensions>>doc:documentation.ERExtensions Framework]]
217 +*** [[ERJavaMail>>doc:documentation.ERJavaMail Framework]]
218 +*** [[ERPlot>>doc:documentation.ERPlot Framework]]
219 +*** [[ERSelenium>>doc:documentation.ERSelenium Framework]]
220 +*** [[ExcelGeneration>>doc:documentation.Project WONDER-Frameworks-ExcelGeneration]]
221 +*** [[PostgresqlPlugin>>doc:documentation.PostgresqlPlugin Framework]]
222 +*** [[Validity>>doc:documentation.Validity Framework]]
223 +*** [[WOOgnl>>doc:documentation.WOOgnl Framework]]
224 +*** [[WOPaypal>>doc:documentation.WOPaypal Framework]]
283 283  * Advanced
284 -* [[Examples>>Programming__WebObjects-Project WONDER-Examples]]
285 285  
286 286  == WireHose ==
287 287  
288 -* [[Overview>>Wirehose]]
229 +* [[Overview>>doc:documentation.Wirehose]]
289 289  * Basic Concepts
290 -** [[Content Management>>Wirehose-Content Management]]
291 -** PersonalizationProgrammingWebObjects-Wirehose-Personalization
292 -** [[Access Control>>Wirehose-Access Control]]
293 -** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]]
294 -** [[Rapid Development>>Wirehose-Rapid Revelopment]]
231 +** [[Content Management>>doc:documentation.Wirehose-Content Management]]
232 +** [[Access Control>>doc:documentation.Wirehose-Access Control]]
233 +** [[Dynamic Layouts>>doc:documentation.Wirehose-Dynamic Layouts]]
234 +** [[Rapid Development>>doc:documentation.Wirehose-Rapid Revelopment]]
295 295  * Reference
296 -** InstallationProgrammingWebObjects-Wirehose-Installation
297 297  ** Online Reference Library
298 -*** [[Developer Overview>>http://www.wirehose.com/developer/DeveloperOverview.html]]
299 -*** [[Java API Reference>>http://www.wirehose.com/developer/javadoc/]]
300 -*** [[Properties Reference>>http://www.wirehose.com/developer/Properties.html]]
301 -*** [[Database setup>>http://www.wirehose.com/developer/DatabaseSetup.html]]
302 -*** [[Regular Expressions>>http://www.wirehose.com/developer/javadoc/com/stevesoft/pat/package-summary.html#reference]]
303 -* Recently Deployed Sites
304 -** [[Paizo.com>>http://www.paizo.com]]
305 -** [[Eurovision Song Contest Store>>http://www.eurovisiondownloadshop.tv/cgi-bin/WebObjects/Eurovision]]
306 -** [[Bilka Music Download Store>>http://bilka.phonofile.dk/cgi-bin/WebObjects/Bilka]]
307 -** [[Jubii Music Download Store>>http://musikdownload.jubii.dk/cgi-bin/WebObjects/Jubii]]
308 -** [[Uziing (Scandanavian "Toys-R-Us") Music Store>>http://www.uziing.com/]] (UI is all in Flash)
237 +*** [[Developer Overview>>url:http://www.wirehose.com/developer/DeveloperOverview.html||shape="rect"]]
238 +*** [[Java API Reference>>url:http://www.wirehose.com/developer/javadoc/||shape="rect"]]
239 +*** [[Properties Reference>>url:http://www.wirehose.com/developer/Properties.html||shape="rect"]]
240 +*** [[Database setup>>url:http://www.wirehose.com/developer/DatabaseSetup.html||shape="rect"]]
241 +*** [[Regular Expressions>>url:http://www.wirehose.com/developer/javadoc/com/stevesoft/pat/package-summary.html#reference||shape="rect"]]
242 +*
309 309  
310 310  == LEWOStuff ==
311 311  
312 -* [[Overview>>LEWOStuff-Overview]]
246 +* [[Overview>>doc:LEWOStuff-Overview]]
313 313  
314 314  == GVC Frameworks and GVC.SiteMaker ==
315 315  
316 -* [[Overview>>GVC Frameworks-Overview]]
250 +* [[Overview>>doc:documentation.GVC Frameworks-Overview]]
317 317  
318 318  = Development Tools =
319 319  
320 -* [[Overview>>Programming__WebObjects-Development Tools-Overview]]
321 -* [[Eclipse and WOlips>>Development Tools-Eclipse and WOlips]]
322 -* [[Xcode>>Development Tools-Xcode]]
323 -* [[EOModeler>>EOF-Modeling-EOModeler]]
324 -* [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
325 -* [[Running Though Apache>>Development Tools-Running Through Apache]]
254 +* [[Eclipse and WOlips>>doc:WOL.Development Tools-Eclipse and WOlips]]
255 +* [[EOModeler>>doc:documentation.EOF-Modeling-EOModeler]]
256 +* [[Running Though Apache>>doc:documentation.Development Tools-Running Through Apache]]
326 326  
327 327  = Direct-To =
328 328  
329 -* [[Overview>>Programming__WebObjects-Direct-To-Overview]]
330 330  * Required Reading
331 -** [[Web>>Direct-To-Web]]
332 -** [[Java Client>>Programming__WebObjects-Direct-To-Java Client]]
333 -** [[Common Pitfalls and Troubleshooting>>Programming__WebObjects-Direct-To-Common Pitfalls and Troubleshooting]]
261 +** [[Web>>doc:documentation.Direct-To-Web]]
334 334  * Advanced
335 -** [[ERD2W - part of the WONDER frameworks>>Programming__WebObjects-Direct-To-ERD2W]]
336 -* [[Examples>>Programming__WebObjects-Direct-To-Examples]]
337 337  
338 -= Case Studies =
264 +*
339 339  
340 -* [[iTunes Music Store>>Programming__WebObjects-Case Studies-iTunes Music Store]]
341 -* [[.Mac>>Programming__WebObjects-Case Studies-.Mac]]
342 -* [[Apple Store>>Programming__WebObjects-Case Studies-Apple Store]]
343 -* [[Original Dell Store>>Programming__WebObjects-Case Studies-Original Dell Store]]
344 -* [[Radar>>Programming__WebObjects-Case Studies-Radar]]
345 -* [[ShopToIt.ca>>Case Studies-ShopToIt.ca]]
346 -* [[EverLearn>>Case Studies-EverLearn]]
347 -* [[WebObjects Showcase>>WebObjects Showcase]]
348 -* [[WebObjects Sites>>Case Studies-WebObjects Sites]]
349 -
350 350  = Java Client =
351 351  
352 -* [[Overview>>Java Client-Overview]]
353 -* Required ReadingProgrammingWebObjects-Java Client-Required Reading
354 -* AdvancedProgrammingWebObjects-Java Client-Advanced
355 -* [[Interface Builder>>Programming__WebObjects-Java Client-Interface Builder]]
356 -* [[svn>>Programming__WebObjects-Java Client-svn]]
357 -* [[Examples>>Programming__WebObjects-Java Client-Examples]]
268 +* [[Overview>>doc:documentation.Java Client-Overview]]
358 358  
359 359  = Testing =
360 360  
361 -* [[Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]]
362 -* [[WOUnitTest>>Testing-WOUnitTest]]
272 +* [[Load Testing WO Apps with JMeter>>doc:documentation.Testing-Load Testing WO Apps with JMeter]]
273 +* [[WOUnitTest>>doc:Testing-WOUnitTest]]
363 363  
364 364  = Database Compatibility / Comparisons =
365 365  
366 -* [[FrontBase>>Database Compatibility and Comparisons-FrontBase]]
367 -* [[OpenBase>>Database Compatibility and Comparisons-OpenBase]]
368 -* [[MySQL>>Database Compatibility and Comparisons-MySQL]]
369 -* [[Postgresql>>Database Compatibility and Comparisons-PostgreSQL]]
370 -* [[Oracle>>Database Compatibility and Comparisons-Oracle]]
371 -* [[Sybase>>Database Compatibility and Comparisons-Sybase]]
372 -* [[SQLServer>>Programming__WebObjects-Database Compatibility and Comparisons-SQLServer]]
373 -* [[Data Migration>>Database Compatibility and Comparisons-DataMigration]]
374 -* [[Informix>>Database Compatibility and Comparisons-Informix]]
277 +* [[FrontBase>>doc:Database Compatibility and Comparisons-FrontBase]]
278 +* [[OpenBase>>doc:Database Compatibility and Comparisons-OpenBase]]
279 +* [[MySQL>>doc:Database Compatibility and Comparisons-MySQL]]
280 +* [[Postgresql>>doc:Database Compatibility and Comparisons-PostgreSQL]]
281 +* [[Oracle>>doc:Database Compatibility and Comparisons-Oracle]]
282 +* [[Data Migration>>doc:documentation.Database Compatibility and Comparisons-DataMigration]]
283 +* [[Informix>>doc:Database Compatibility and Comparisons-Informix]]
375 375  
376 376  = Alternative Technologies Pros / Cons =
377 377  
378 -* [[ASP.NET>>Alternative Technologies-ASP.NET]]
379 -* [[ASP.NET + Monorail>>Programming__WebObjects-Alternative Technologies-ASP.NET+Monorail]]
380 -* [[JSP and Taglibs>>Programming__WebObjects-Alternative Technologies-JSP and Taglibs]]
381 -* [[EJB>>Programming__WebObjects-Alternative Technologies-EJB]]
382 -* [[Hibernate>>Programming__WebObjects-Alternative Technologies-Hibernate]]
383 -* [[Core Data>>Programming__WebObjects-Alternative Technologies-Core Data]]
384 -* [[Cayenne>>Alternative Technologies-Cayenne]]
385 -* [[Tapestry>>Programming__WebObjects-Alternative Technologies-Tapestry]]
386 -* [[Ruby on Rails>>Alternative Technologies-Ruby on Rails]]
387 -* [[Struts>>Programming__WebObjects-Alternative Technologies-Struts]]
388 -* [[WebWork>>Programming__WebObjects-Alternative Technologies-WebWork]]
389 -* [[SOPE>>Programming__WebObjects-Alternative Technologies-SOPE]]
287 +* [[Cayenne>>doc:Alternative Technologies-Cayenne]]
288 +* [[Ruby on Rails>>doc:Alternative Technologies-Ruby on Rails]]
390 390  
391 391  = Additional Resources =
392 392  
393 -* [[Websites>>Additional Resources-Websites]]
394 -* [[-Mailing Lists-]]
395 -* [[-Tutorials-]]
396 -* [[Books>>Additional Resources-Books]]
397 -* [[Periodicals>>Programming__WebObjects-Additional Resources-Periodicals]]
398 -* [[Authors>>Additional Resources-Authors]]
399 -* [[Training>>Additional Resources-WebObjects Training]]
400 -
401 -Category:Programming
402 -Category:WebObjects
292 +* [[Websites>>doc:WEB.Websites]]
293 +* [[Books>>doc:WEB.Books]]
294 +* [[Training>>doc:WEB.Training]]