Changes for page Home

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

From version 1361.1
edited by madc0w
on 2011/12/06 19:43
Change comment: add note in re doc mailing list
To version 1362.1
edited by Pascal Robert
on 2012/07/19 21:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.madc0w
1 +XWiki.probert
Content
... ... @@ -1,5 +1,5 @@
1 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. If you wish to partipate in an effort to improve this documentation, send an email to [mailto:docs-group-on@wocommunity.org].
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.wocommunity.org/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. If you wish to partipate in an effort to improve this documentation, send an email to [mailto:docs-group-on@wocommunity.org].
3 3  
4 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 5  {{/note}}
... ... @@ -29,15 +29,15 @@
29 29  
30 30  = Introduction =
31 31  
32 -* [[What is WebObjects?>>Overview-What is WebObjects]]
32 +* [[What is WebObjects?>>documentation:Overview-What is WebObjects]]
33 33  * [[History>>Overview-History]]
34 -* [[Foundation>>Overview-Foundation]]
34 +* [[Foundation>>documentation:Overview-Foundation]]
35 35  * [[Objective-C to Java Transition>>Overview-Objective-C to Java Transition]]
36 36  * [[Scratch Setup of WebObjects Development on a Mac>>Scratch Setup of WebObjects Development on a Mac]]
37 37  * [[Hands On Hello World - Your First WebObjects Application>>Hello World - Your First WebObjects Application]]
38 -* [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]]
38 +* [[Recent Changes>>http://wiki.wocommunity.org/pages/recentlyupdated.action?key=WO]]
39 39  * [[WebObjects for Database Developers]]
40 -* [[Naming Conventions]]
40 +* [[documentation:Naming Conventions]]
41 41  
42 42  = License =
43 43  
... ... @@ -47,91 +47,91 @@
47 47  
48 48  = Foundation =
49 49  
50 -* [[Foundation>>Overview-Foundation]]
51 -* [[Key-Value Coding>>Overview-Key Value Coding]]
50 +* [[Foundation>>documentation:Overview-Foundation]]
51 +* [[Key-Value Coding>>documentation:Overview-Key Value Coding]]
52 52  
53 53  = Enterprise Object Framework (EOF) =
54 54  
55 55  == Introduction ==
56 56  
57 -* [[Overview>>EOF-Overview]]
57 +* [[Overview>>documentation:EOF-Overview]]
58 58  
59 59  == Modeling ==
60 60  
61 -* [[Overview>>EOF-Modeling-Overview]]
61 +* [[Overview>>documentation:EOF-Modeling-Overview]]
62 62  * Required Reading
63 -** [[Entities>>EOF-Modeling-Entities]]
64 -** [[GlobalIDs>>EOF-Modeling-GlobalIDs]]
65 -** [[Attributes>>EOF-Modeling-Attributes]]
63 +** [[Entities>>documentation:EOF-Modeling-Entities]]
64 +** [[GlobalIDs>>documentation:EOF-Modeling-GlobalIDs]]
65 +** [[Attributes>>documentation:EOF-Modeling-Attributes]]
66 66  ** [[Relationships>>Programming__WebObjects-EOF-Modeling-Relationships]]
67 -** [[Entity Inheritance>>EOF-Modeling-Inheritance]]
68 -** [[Fetch Specifications>>EOF-Modeling-Fetch Specifications]]
67 +** [[Entity Inheritance>>documentation:EOF-Modeling-Inheritance]]
68 +** [[Fetch Specifications>>documentation:EOF-Modeling-Fetch Specifications]]
69 69  ** [[SQL Generation>>Programming__WebObjects-EOF-Modeling-SQL Generation]]
70 70  ** [[Code Generation>>Programming__WebObjects-EOF-Modeling-Code Generation]]
71 71  ** [[Reverse Engineering>>Programming__WebObjects-EOF-Modeling-Reverse Engineering]]
72 -** [[Common Pitfalls and Troubleshooting>>EOF-Modeling-Common Pitfalls and Troubleshooting]]
73 -** [[EOModeler>>EOF-Modeling-EOModeler]]
74 -** [[EOModeler on Windows>>EOF-Modeling-EOModeler on Windows]]
75 -** [[Booleans>>EOF-Modeling-Booleans]]
72 +** [[Common Pitfalls and Troubleshooting>>documentation:EOF-Modeling-Common Pitfalls and Troubleshooting]]
73 +** [[EOModeler>>documentation:EOF-Modeling-EOModeler]]
74 +** [[EOModeler on Windows>>documentation:EOF-Modeling-EOModeler on Windows]]
75 +** [[Booleans>>documentation:EOF-Modeling-Booleans]]
76 76  * Advanced
77 -** [[JDBC>>EOF-Modeling-JDBC]]
77 +** [[JDBC>>documentation:EOF-Modeling-JDBC]]
78 78  ** [[JNDI>>Programming__WebObjects-EOF-Modeling-JNDI]]
79 79  ** [[Stored Procedures>>Programming__WebObjects-EOF-Modeling-Stored Procedures]]
80 -** [[Prototypes>>EOF-Modeling-Prototypes]]
80 +** [[Prototypes>>documentation:EOF-Modeling-Prototypes]]
81 81  ** [[Multiple Models>>Programming__WebObjects-EOF-Modeling-Multiple Models]]
82 -** [[Custom Attributes>>EOF-Modeling-Custom Attributes]]
83 -** [[Strategy Design Pattern as an Alternative to Entity Inheritance>>Using Strategy Design Pattern with EOF]]
84 -* [[Examples>>EOF-Modeling-Examples]]
82 +** [[Custom Attributes>>documentation:EOF-Modeling-Custom Attributes]]
83 +** [[Strategy Design Pattern as an Alternative to Entity Inheritance>>documentation:Using Strategy Design Pattern with EOF]]
84 +* [[Examples>>documentation:EOF-Modeling-Examples]]
85 85  
86 86  == Using EOF ==
87 87  
88 -* [[Overview>>EOF-Using EOF-Overview]]
88 +* [[Overview>>documentation:EOF-Using EOF-Overview]]
89 89  * Required Reading
90 -** [[The EOF Commandments>>EOF-Using EOF-The EOF Commandments]]
90 +** [[The EOF Commandments>>documentation:EOF-Using EOF-The EOF Commandments]]
91 91  ** [[EO Enterprise Object>>Programming__WebObjects-EOF-Using EOF-EO Enterprise Object]]
92 -** [[EO Editing Context>>EOF-Using EOF-EO Editing Context]]
92 +** [[EO Editing Context>>documentation:EOF-Using EOF-EO Editing Context]]
93 93  ** [[EO Object Store>>Programming__WebObjects-EOF-Using EOF-EO Object Store]]
94 94  ** [[EO Database>>Programming__WebObjects-EOF-Using EOF-EO Database]]
95 95  ** [[EO Adaptor>>Programming__WebObjects-EOF-Using EOF-EO Adapter]]
96 -** [[Context and Database Locking>>EOF-Using EOF-Context and Database Locking]]
97 -** [[Faulting>>EOF-Using EOF-Faulting]]
98 -** [[Fetching>>EOF-Using EOF-Fetching]]
96 +** [[Context and Database Locking>>documentation:EOF-Using EOF-Context and Database Locking]]
97 +** [[Faulting>>documentation:EOF-Using EOF-Faulting]]
98 +** [[Fetching>>documentation:EOF-Using EOF-Fetching]]
99 99  ** [[Updating>>Programming__WebObjects-EOF-Using EOF-Updating]]
100 -** [[Deleting>>EOF-Using EOF-Deleting]]
101 -** [[Caching and Freshness>>EOF-Using EOF-Caching and Freshness]]
102 -** [[Optimistic Locking>>EOF-Using EOF-Optimistic Locking]]
103 -** [[Memory Management>>EOF-Using EOF-Memory Management]]
104 -** [[EOF Best Practices>>EOF-Using EOF-EOF Best Practices]]
105 -** [[Configuration Settings>>EOF-Using EOF-Configuration Settings]]
106 -** [[Common Pitfalls and Troubleshooting>>EOF-Using EOF-Common Pitfalls and Troubleshooting]]
100 +** [[Deleting>>documentation:EOF-Using EOF-Deleting]]
101 +** [[Caching and Freshness>>documentation:EOF-Using EOF-Caching and Freshness]]
102 +** [[Optimistic Locking>>documentation:EOF-Using EOF-Optimistic Locking]]
103 +** [[Memory Management>>documentation:EOF-Using EOF-Memory Management]]
104 +** [[EOF Best Practices>>documentation:EOF-Using EOF-EOF Best Practices]]
105 +** [[Configuration Settings>>documentation:EOF-Using EOF-Configuration Settings]]
106 +** [[Common Pitfalls and Troubleshooting>>documentation:EOF-Using EOF-Common Pitfalls and Troubleshooting]]
107 107  * Advanced
108 108  ** [[EOGenerator>>EOF-Using EOF-EOGenerator]]
109 -** [[Logging>>EOF-Using EOF-Logging]]
110 -** [[EOF Performance Tuning>>EOF-Using EOF-EOF Performance Tuning]]
111 -** [[Primary Keys>>EOF-Using EOF-Primary Keys]]
112 -** [[Compound Primary Keys>>EOF-Using EOF-Compound Primary Keys]]
113 -** [[Concurrency>>EOF-Using EOF-Concurrency]]
114 -** [[Validation>>EOF-Using EOF-Validation]]
115 -** [[Database Adaptors and Plugins>>EOF-Using EOF-Database Adaptors and Plugins]]
116 -** [[Undo and Redo>>EOF-Using EOF-Undo and Redo]]
109 +** [[Logging>>documentation:EOF-Using EOF-Logging]]
110 +** [[EOF Performance Tuning>>documentation:EOF-Using EOF-EOF Performance Tuning]]
111 +** [[Primary Keys>>documentation:EOF-Using EOF-Primary Keys]]
112 +** [[Compound Primary Keys>>documentation:EOF-Using EOF-Compound Primary Keys]]
113 +** [[Concurrency>>documentation:EOF-Using EOF-Concurrency]]
114 +** [[Validation>>documentation:EOF-Using EOF-Validation]]
115 +** [[Database Adaptors and Plugins>>documentation:EOF-Using EOF-Database Adaptors and Plugins]]
116 +** [[Undo and Redo>>documentation:EOF-Using EOF-Undo and Redo]]
117 117  ** [[EO's and Multiple Editing Contexts>>Programming__WebObjects-EOF-Using EOF-EO's and Multiple Editing Contexts]]
118 -** [[EOSharedEditingContext>>EOF-Using EOF-EOSharedEditingContext]]
119 -** [[Raw Rows>>EOF-Using EOF-Raw Rows]]
120 -** [[Batch Fetching>>EOF-Using EOF-Batch Fetching]]
121 -** [[Fetch Limits>>EOF-Using EOF-Fetch Limits]]
122 -** [[Bulk Operations>>EOF-Using EOF-Bulk Operations]]
123 -** [[Schema Changes>>EOF-Using EOF-Schema Changes]]
124 -** [[Delegates and Notifications>>EOF-Using EOF-Delegates and Notifications]]
125 -** [[Multiple Stacks or Instances>>EOF-Using EOF-Multiple Stacks or Instances]]
126 -** [[Custom Qualifiers>>EOF-Using EOF-Custom Qualifiers]]
127 -** [[Localization and Internationalization>>EOF-Using EOF-Localization and Internationalization]]
128 -** [[Default Values>>EOF-Using EOF-Default Values]]
129 -** [[Custom EOAdaptor>>EOF-Using EOF-Custom EOAdaptor]]
130 -** [[EOF Traces>>EOF-Using EOF-EOF Traces]]
131 -** [[Problems>>EOF-Using EOF-Problems]]
132 -* [[Tips and Tricks>>EOF-Using EOF-Tips and Tricks]]
118 +** [[EOSharedEditingContext>>documentation:EOF-Using EOF-EOSharedEditingContext]]
119 +** [[Raw Rows>>documentation:EOF-Using EOF-Raw Rows]]
120 +** [[Batch Fetching>>documentation:EOF-Using EOF-Batch Fetching]]
121 +** [[Fetch Limits>>documentation:EOF-Using EOF-Fetch Limits]]
122 +** [[Bulk Operations>>documentation:EOF-Using EOF-Bulk Operations]]
123 +** [[Schema Changes>>documentation:EOF-Using EOF-Schema Changes]]
124 +** [[Delegates and Notifications>>documentation:EOF-Using EOF-Delegates and Notifications]]
125 +** [[Multiple Stacks or Instances>>documentation:EOF-Using EOF-Multiple Stacks or Instances]]
126 +** [[Custom Qualifiers>>documentation:EOF-Using EOF-Custom Qualifiers]]
127 +** [[Localization and Internationalization>>documentation:EOF-Using EOF-Localization and Internationalization]]
128 +** [[Default Values>>documentation:EOF-Using EOF-Default Values]]
129 +** [[Custom EOAdaptor>>documentation:EOF-Using EOF-Custom EOAdaptor]]
130 +** [[EOF Traces>>documentation:EOF-Using EOF-EOF Traces]]
131 +** [[Problems>>documentation:EOF-Using EOF-Problems]]
132 +* [[Tips and Tricks>>documentation:EOF-Using EOF-Tips and Tricks]]
133 133  * [[Examples>>Programming__WebObjects-EOF-Using EOF-Examples]]
134 -* [[Help//EOF//is//Doing//Strange//Things//>>EOF-Using EOF-Breaking EOF]]
134 +* [[Help//EOF//is//Doing//Strange//Things//>>documentation:EOF-Using EOF-Breaking EOF]]
135 135  
136 136  = Web Applications =
137 137  
... ... @@ -144,133 +144,133 @@
144 144  * [[Overview>>Programming__WebObjects-Web Applications-Development-Overview]]
145 145  * [[Beginner's Guide>>Development - Beginner's Guide]]
146 146  * Required Reading
147 -** [[Apache>>Development Tools-Running Through Apache]]
148 -** [[WO Adaptor>>Development-WO Adaptor]]
147 +** [[Apache>>documentation:Development Tools-Running Through Apache]]
148 +** [[WO Adaptor>>documentation:Development-WO Adaptor]]
149 149  ** [[WO Application>>Programming__WebObjects-Web Applications-Development-WO Application]]
150 -** [[WO Session>>Development-WO Session]]
150 +** [[WO Session>>documentation:Development-WO Session]]
151 151  ** [[WO Component>>Programming__WebObjects-Web Applications-Development-WO Component]]
152 -*** [[Binding Synchronization>>Development-WO Component-Binding Synchronization]]
153 -*** [[Code, Templates, and WODs>>Development-WO Component-Code Template and WODs]]
152 +*** [[Binding Synchronization>>documentation:Development-WO Component-Binding Synchronization]]
153 +*** [[Code, Templates, and WODs>>documentation:Development-WO Component-Code Template and WODs]]
154 154  *** [[Built-in Components>>Development-WO Component-Built-in Components]]
155 -** [[Component Actions>>Development-Component Actions]]
156 -** [[Direct Actions>>Development-Direct Actions]]
155 +** [[Component Actions>>documentation:Development-Component Actions]]
156 +** [[Direct Actions>>documentation:Development-Direct Actions]]
157 157  ** [[Request-Response Loop>>Programming__WebObjects-Web Applications-Development-Request-Response Loop]]
158 158  ** [[Using EOF in a WOA>>Programming__WebObjects-Web Applications-Development-Using EOF in a WOA]]
159 -** [[Authentication and Security>>Development-Authentication and Security]]
160 -** [[General Best Practices>>Development-General Best Practices]]
161 -** [[WOForm Best Practices>>Development-WOForm Best Practices]]
162 -** [[WODisplayGroup>>Development-WODisplayGroup]]
159 +** [[Authentication and Security>>documentation:Development-Authentication and Security]]
160 +** [[General Best Practices>>documentation:Development-General Best Practices]]
161 +** [[WOForm Best Practices>>documentation:Development-WOForm Best Practices]]
162 +** [[WODisplayGroup>>documentation:Development-WODisplayGroup]]
163 163  ** [[Debugging Techniques>>Development-Debugging Techniques]]
164 164  ** [[Direct Connect>>Development-Direct Connect]]
165 -** [[Frameworks>>Development-Frameworks]]
166 -** [[Ajax>>Development-Ajax]]
167 -** [[CSS>>Development-CSS]]
168 -** [[Sending Emails>>Development-Sending Emails]]
165 +** [[Frameworks>>documentation:Development-Frameworks]]
166 +** [[Ajax>>documentation:Development-Ajax]]
167 +** [[CSS>>documentation:Development-CSS]]
168 +** [[Sending Emails>>documentation:Development-Sending Emails]]
169 169  ** [[The Build Products>>Programming__WebObjects-Web Applications-Development-Build Products]]
170 170  ** [[Errors and Explanations>>Programming__WebObjects-Web Applications-Development-Errors and Explanations]]
171 -** [[Common Pitfalls and Troubleshooting>>Development-Common Pitfalls and Troubleshooting]]
171 +** [[Common Pitfalls and Troubleshooting>>documentation:Development-Common Pitfalls and Troubleshooting]]
172 172  * Advanced
173 -** [[Application Server URL Creation>>Development-UrlCreation]]
174 -** [[Audit Trails>>Development-Audit Trails]]
175 -** [[Backtracking>>Development-Backtracking]]
173 +** [[Application Server URL Creation>>documentation:Development-UrlCreation]]
174 +** [[Audit Trails>>documentation:Development-Audit Trails]]
175 +** [[Backtracking>>documentation:Development-Backtracking]]
176 176  ** [[Concurrency>>Programming__WebObjects-Web Applications-Development-Concurrency]]
177 -** [[Image Thumbnailing>>Development-Thumbnailing]]
178 -** [[Database vs Filesystem (aka Images in the Database?)>>Development-Database vs Filesystem]]
177 +** [[Image Thumbnailing>>documentation:Development-Thumbnailing]]
178 +** [[Database vs Filesystem (aka Images in the Database?)>>documentation:Development-Database vs Filesystem]]
179 179  ** [[WOLongResponsePage>>Programming__WebObjects-Web Applications-Development-WOLongResponsePage]]
180 -** [[Stateless Components>>Development-Stateless Components]]
180 +** [[Stateless Components>>documentation:Development-Stateless Components]]
181 181  ** [[Non-HTML WO's>>Programming__WebObjects-Web Applications-Development-Non-HTML WO's]]
182 -** [[WOEvents and Logging>>Development-WOEvents and Logging]]
183 -** [[PDF Generation>>Development-PDF Generation]]
184 -** [[Excel Generation>>Development-Excel Generation]]
185 -** [[SSL>>Development-SSL requests via https protocol]]
186 -** [[Localization and Internationalization>>Development-Localization and Internationalization]]
187 -** [[Testing and JUnit>>Development-Testing and JUnit]]
188 -** [[Custom Error Handling>>Development-Custom Error Handling]]
182 +** [[WOEvents and Logging>>documentation:Development-WOEvents and Logging]]
183 +** [[PDF Generation>>documentation:Development-PDF Generation]]
184 +** [[Excel Generation>>documentation:Development-Excel Generation]]
185 +** [[SSL>>documentation:Development-SSL requests via https protocol]]
186 +** [[Localization and Internationalization>>documentation:Development-Localization and Internationalization]]
187 +** [[Testing and JUnit>>documentation:Development-Testing and JUnit]]
188 +** [[Custom Error Handling>>documentation:Development-Custom Error Handling]]
189 189  ** [[Custom Request Handlers>>Programming__WebObjects-Web Applications-Development-Custom Request Handlers]]
190 -** [[Custom Templates>>Development-Custom Templates]]
191 -** [[Calling Commandline Applications>>Calling Commandline Applications]]
190 +** [[Custom Templates>>documentation:Development-Custom Templates]]
191 +** [[Calling Commandline Applications>>documentation:Calling Commandline Applications]]
192 192  ** [[High Performance WOA's and WO's>>Programming__WebObjects-Web Applications-Development-High-Performance WOA's and WO's]]
193 -** [[Profiling WO Apps>>Development-Profiling WO Apps]]
194 -** [[J2EE Integration>>Development-J2EE Integration]]
195 -** [[Third Party Jars>>Development-Third Party Jars]]
196 -** [[Generating Static Pages>>Development-Generating Static Pages]]
193 +** [[Profiling WO Apps>>documentation:Development-Profiling WO Apps]]
194 +** [[J2EE Integration>>documentation:Development-J2EE Integration]]
195 +** [[Third Party Jars>>documentation:Development-Third Party Jars]]
196 +** [[Generating Static Pages>>documentation:Development-Generating Static Pages]]
197 197  ** [[Cocoa EO Applications>>Web Applications-Development-Cocoa EO Applications]]
198 -** [[Custom Resource Manager>>Development-Custom Resource Manager]]
199 -** [[Persistent Sessions>>Development-Persistent Sessions]]
200 -** [[How Forms Work>>Development-How Forms Work]]
201 -* [[Development on Windows>>Development-Development on Windows]]
202 -* [[Tips and Tricks>>Development-Tips and Tricks]]
198 +** [[Custom Resource Manager>>documentation:Development-Custom Resource Manager]]
199 +** [[Persistent Sessions>>documentation:Development-Persistent Sessions]]
200 +** [[How Forms Work>>documentation:Development-How Forms Work]]
201 +* [[Development on Windows>>documentation:Development-Development on Windows]]
202 +* [[Tips and Tricks>>documentation:Development-Tips and Tricks]]
203 203  * Examples
204 204  ** [[Hands On Hello World>>Hello World - Your First WebObjects Application]]
205 -** [[Page Layout>>Development-Examples-Page Layout]]
206 -** [[List Components>>Development-Examples-List Components]]
207 -** [[Calendar Component>>Development-Examples-Calendar Component]]
208 -** [[Path Inspector>>Development-Examples-Path Inspector]]
209 -** [[Alphabetic List>>Development-Examples-Alphabetic List]]
210 -** [[Login>>Development-Examples-Login]]
211 -** [[Anchors>>Development-Examples-Anchors]]
212 -** [[Open Link in New Window>>Development-Examples-Open Link in New Window]]
213 -** [[Return a File>>Development-Examples-Return a File]]
205 +** [[Page Layout>>documentation:Development-Examples-Page Layout]]
206 +** [[List Components>>documentation:Development-Examples-List Components]]
207 +** [[Calendar Component>>documentation:Development-Examples-Calendar Component]]
208 +** [[Path Inspector>>documentation:Development-Examples-Path Inspector]]
209 +** [[Alphabetic List>>documentation:Development-Examples-Alphabetic List]]
210 +** [[Login>>documentation:Development-Examples-Login]]
211 +** [[Anchors>>documentation:Development-Examples-Anchors]]
212 +** [[Open Link in New Window>>documentation:Development-Examples-Open Link in New Window]]
213 +** [[Return a File>>documentation:Development-Examples-Return a File]]
214 214  
215 215  == Deployment ==
216 216  
217 217  * [[Overview>>Overview]]
218 218  * Required Reading
219 -** [[Apache>>Configuring Apache for WebObjects]]
219 +** [[Apache>>documentation:Configuring Apache for WebObjects]]
220 220  ** [[Memory Settings>>Deployment-Memory Settings]]
221 221  ** [[Standard Deployment>>Deployment-Standard Deployment]]
222 222  ** [[wotaskd>>wotaskd]]
223 223  ** [[Java Monitor>>JavaMonitor]]
224 -** [[Logging>>Log Rotation]]
225 -** [[Split Install>>Split Deployments]]
226 -** [[Common Pitfalls and Troubleshooting>>Troubleshooting Deployment]]
224 +** [[Logging>>documentation:Log Rotation]]
225 +** [[Split Install>>documentation:Split Deployments]]
226 +** [[Common Pitfalls and Troubleshooting>>documentation:Troubleshooting Deployment]]
227 227  
228 228  * Advanced
229 -** [[WOStats>>Troubleshooting WOStats]]
230 -** [[Additional Monitoring>>Monitoring your deployed Applications]]
231 -** [[Troubleshooting wotaskd and JavaMonitor on OS X]]
232 -** [[Scheduled Restart>>Troubleshooting Scheduled Restarts]]
229 +** [[WOStats>>documentation:Troubleshooting WOStats]]
230 +** [[Additional Monitoring>>documentation:Monitoring your deployed Applications]]
231 +** [[documentation:Troubleshooting wotaskd and JavaMonitor on OS X]]
232 +** [[Scheduled Restart>>documentation:Troubleshooting Scheduled Restarts]]
233 233  ** [[Clustering and Load Balancing>>Programming__WebObjects-Web Applications-Deployment-Clustering and Load Balancing]]
234 -** [[Tomcat Deployment>>Deploying with Tomcat]]
234 +** [[Tomcat Deployment>>documentation:Deploying with Tomcat]]
235 235  ** [[High-Performance Configuration>>Programming__WebObjects-Web Applications-Deployment-High-Performance Configuration]]
236 -** [[Killing WOA Processes>>Killing WOA Processes]]
237 -** [[Debugging Frozen Deployed Instances>>Troubleshooting Frozen Deployed Instances]]
238 -** [[WOAdaptorInfo>>WOAdaptorInfo]]
236 +** [[Killing WOA Processes>>documentation:Killing WOA Processes]]
237 +** [[Debugging Frozen Deployed Instances>>documentation:Troubleshooting Frozen Deployed Instances]]
238 +** [[WOAdaptorInfo>>documentation:WOAdaptorInfo]]
239 239  
240 240  * Platform Specifics
241 -** [[Mac OS X Server>>Deploying on Mac OS X Server]]
241 +** [[Mac OS X Server>>documentation:Deploying on Mac OS X Server]]
242 242  ** [[Linux>>Web Applications-Deployment-Linux]]
243 -** [[Solaris WO5.3.3>>Deploying on Solaris (WO 5.3.3)]]
243 +** [[Solaris WO5.3.3>>documentation:Deploying on Solaris (WO 5.3.3)]]
244 244  ** [[FreeBSD WO5.2>>Deploying on FreeBSD (WO 5.2)]]
245 245  ** [[FreeBSD WO5.3>>Deploying on FreeBSD (WO 5.3)]]
246 246  ** [[FreeBSD 6.2 WO 5.3.3>>Deploying on FreeBSD 6.2 (WO5.3.3)]]
247 247  ** [[FreeBSD 6.x WO 5.3.3 using port system with many options>>Deploying on FreeBSD 6.x (WO 5.3.3 port)]]
248 248  ** [[Legacy Windows (WO 5.1/5.2 on WinNT/2000)>>Deploying on Windows (WO 5.1)]]
249 -** [[Current Windows (WO 5.4 on Win2003)>>Deploying on Windows]]
250 -** [[Amazon EC2>>Deploying on Amazon EC2]]
249 +** [[Current Windows (WO 5.4 on Win2003)>>documentation:Deploying on Windows]]
250 +** [[Amazon EC2>>documentation:Deploying on Amazon EC2]]
251 251  
252 252  * Helpful Tools & Shellscripts
253 -** [[Capistrano (Overview)>>Automating Application Deployment with Capistrano (Overview)]]
253 +** [[Capistrano (Overview)>>documentation:Automating Application Deployment with Capistrano (Overview)]]
254 254  
255 255  = Web Services =
256 256  
257 257  * [[Overview>>Programming__WebObjects-Web Services-Overview]]
258 258  * Required Reading
259 -** [[WO as a Web Service Provider>>Web Services-Web Service Provider]]
260 -** [[WO as a Web Service Consumer>>Web Services-Web Service Consumer]]
259 +** [[WO as a Web Service Provider>>documentation:Web Services-Web Service Provider]]
260 +** [[WO as a Web Service Consumer>>documentation:Web Services-Web Service Consumer]]
261 261  ** [[Interoperability>>Programming__WebObjects-Web Services-Interoperability]]
262 -** [[Common Pitfalls and Troubleshooting>>Web Services-Common Pitfalls and Troubleshooting]]
262 +** [[Common Pitfalls and Troubleshooting>>documentation:Web Services-Common Pitfalls and Troubleshooting]]
263 263  * General Info
264 -** [[Instructions for .NET consuming Direct to WebServices>>Web Services-Instructions for .NET consuming Direct to WebServices]]
265 -** [[Testing Services with Terminal>>Web Services-Testing Services with Terminal]]
264 +** [[Instructions for .NET consuming Direct to WebServices>>documentation:Web Services-Instructions for .NET consuming Direct to WebServices]]
265 +** [[Testing Services with Terminal>>documentation:Web Services-Testing Services with Terminal]]
266 266  * Advanced
267 -** [[Sending Large Data>>Web Services-Sending Large Data]]
268 -** [[How to Trust Any SSL Certificate>>Web Services-How to Trust Any SSL Certificate]]
269 -** [[Problems>>Web Services-Problems]]
270 -** [[Controlling Enterprise Object Serialisation>>Web Services-Controlling Enterprise Object Serialisation]]
271 -** [[Controlling WSDL Service Location>>Web Services-Controlling WSDL Service Location]]
272 -** [[Integration with WebServicesCore on MacOS-X>>Web Services-Integration with WebServicesCore on MacOS-X]]
273 -** [[Working With Temporary GlobalIDs>>Web Services-Working With Temporary GlobalIDs]]
267 +** [[Sending Large Data>>documentation:Web Services-Sending Large Data]]
268 +** [[How to Trust Any SSL Certificate>>documentation:Web Services-How to Trust Any SSL Certificate]]
269 +** [[Problems>>documentation:Web Services-Problems]]
270 +** [[Controlling Enterprise Object Serialisation>>documentation:Web Services-Controlling Enterprise Object Serialisation]]
271 +** [[Controlling WSDL Service Location>>documentation:Web Services-Controlling WSDL Service Location]]
272 +** [[Integration with WebServicesCore on MacOS-X>>documentation:Web Services-Integration with WebServicesCore on MacOS-X]]
273 +** [[Working With Temporary GlobalIDs>>documentation:Web Services-Working With Temporary GlobalIDs]]
274 274  
275 275  * [[Examples>>Programming__WebObjects-Web Services-Examples]]
276 276  
... ... @@ -280,16 +280,16 @@
280 280  
281 281  = Java Client, Direct to Java Client (D2JC) =
282 282  
283 -* [[Overview>>Java Client-Overview]]
283 +* [[Overview>>documentation:Java Client-Overview]]
284 284  * Direct to Java Client
285 -** [[Getting Started with Direct to Java Client (D2JC)>>Getting Started with Direct to Java Client (D2JC)]]
286 -* [[Required Reading>>Java Client-Required Reading]]
285 +** [[Getting Started with Direct to Java Client (D2JC)>>documentation:Getting Started with Direct to Java Client (D2JC)]]
286 +* [[Required Reading>>documentation:Java Client-Required Reading]]
287 287  * Building
288 -** [[Client-Side Classes JAR>>Java Client-WebStart Distribution Building]]
289 -** [[WebStart WOLips Incremental Builder>>Java Client-WebStart Incremental Build]]
290 -** [[Additional Java Client files and settings>>Java Client-Additional Files and Settings]]
291 -* [[Trouble-Shooting>>Java Client-Trouble Shooting]]
292 -* [[Complimentary Frameworks>>Java Client-Complimentary Frameworks]]
288 +** [[Client-Side Classes JAR>>documentation:Java Client-WebStart Distribution Building]]
289 +** [[WebStart WOLips Incremental Builder>>documentation:Java Client-WebStart Incremental Build]]
290 +** [[Additional Java Client files and settings>>documentation:Java Client-Additional Files and Settings]]
291 +* [[Trouble-Shooting>>documentation:Java Client-Trouble Shooting]]
292 +* [[Complimentary Frameworks>>documentation:Java Client-Complimentary Frameworks]]
293 293  * [[Advanced>>Programming__WebObjects-Java Client-Advanced]]
294 294  * [[Interface Builder>>Programming__WebObjects-Java Client-Interface Builder]]
295 295  * [[svn>>Programming__WebObjects-Java Client-svn]]
... ... @@ -299,14 +299,14 @@
299 299  
300 300  == Project WONDER ==
301 301  
302 -* [[Overview>>Project WONDER-Overview]]
302 +* [[Overview>>documentation:Project WONDER-Overview]]
303 303  * Required Reading
304 -** [[Installing>>WONDER:Getting the Wonder Source Code]]
305 -** [[Quickstart>>Project WONDER-Quickstart]]
306 -** [[History>>Project WONDER-History]]
307 -** [[Properties File Settings>>Project Wonder Properties Files]]
304 +** [[Installing>>documentation:Getting the Wonder Source Code]]
305 +** [[Quickstart>>documentation:Project WONDER-Quickstart]]
306 +** [[History>>documentation:Project WONDER-History]]
307 +** [[Properties File Settings>>documentation:Project Wonder Properties Files]]
308 308  ** [[Frameworks>>Programming__WebObjects-Project WONDER-Frameworks]]
309 -*** [[Ajax>>Project WONDER-Frameworks-Ajax]]
309 +*** [[Ajax>>documentation:Ajax Framework]]
310 310  *** [[AjaxLook>>Project WONDER-Frameworks-AjaxLook]]
311 311  *** [[BTBusinessLogic>>Project WONDER-Frameworks-BTBusinessLogic]]
312 312  *** [[DRGrouping>>Project WONDER-Frameworks-DRGrouping]]
... ... @@ -313,37 +313,37 @@
313 313  *** [[DerbyPlugIn>>Project WONDER-Frameworks-DerbyPlugIn]]
314 314  *** [[ERAttachment>>Project WONDER-Frameworks-ERAttachment]]
315 315  *** [[ERCaching>>Project WONDER-Frameworks-ERCaching]]
316 -*** [[ERCalendar>>Project WONDER-Frameworks-ERCalendar]]
316 +*** [[ERCalendar>>documentation:ERCalendar Framework]]
317 317  *** [[ERCaptcha>>Project WONDER-Frameworks-ERCaptcha]]
318 -*** [[ERChangeNotificationJMS>>Project WONDER-Frameworks-ERChangeNotificationJMS]]
318 +*** [[ERChangeNotificationJMS>>documentation:ERChangeNotificationJMS Framework]]
319 319  *** [[ERChronic>>Project WONDER-Frameworks-ERChronic]]
320 320  *** [[ERCoreBusinessLogic>>Programming__WebObjects-Project WONDER-Frameworks-ERCoreBusinessLogic]]
321 321  *** [[ERDirectToWeb>>Programming__WebObjects-Project WONDER-Frameworks-ERDirectToWeb]]
322 -*** [[ERDivaLook>>ERDivaLook]]
323 -*** [[ERDivaliteLook>>ERDivaliteLook]]
322 +*** [[ERDivaLook>>documentation:ERDivaLook]]
323 +*** [[ERDivaliteLook>>documentation:ERDivaliteLook]]
324 324  *** [[ERExcelLook>>Project WONDER-Frameworks-ERExcelLook]]
325 -*** [[ERExtensions>>Project WONDER-Frameworks-ERExtensions]]
326 -*** [[ERIMAdaptor>>Project WONDER-Frameworks-ERIMAdaptor]]
325 +*** [[ERExtensions>>documentation:ERExtensions Framework]]
326 +*** [[ERIMAdaptor>>documentation:ERIMAdaptor Framework]]
327 327  *** [[ERIUI>>Project WONDER-Frameworks-ERIUI]]
328 328  *** [[ERIndexing>>Project WONDER-Frameworks-ERIndexing]]
329 329  *** [[ERJGroupsSynchronizer>>Project WONDER-Frameworks-ERJGroupsSynchronizer]]
330 -*** [[ERJQuery>>ERJQuery]]
330 +*** [[ERJQuery>>documentation:ERJQuery]]
331 331  *** [[ERJars>>Project WONDER-Frameworks-ERJars]]
332 -*** [[ERJavaMail>>Project WONDER-Frameworks-ERJavaMail]]
333 -*** [[ERXNavigation>>Project WONDER-Frameworks-ERXNavigation]]
332 +*** [[ERJavaMail>>documentation:ERJavaMail Framework]]
333 +*** [[ERXNavigation>>documentation:Project WONDER-Frameworks-ERXNavigation]]
334 334  *** [[ERMoviesLogic>>Project WONDER-Frameworks-ERMoviesLogic]]
335 335  *** [[ERNeutralLook>>Project WONDER-Frameworks-ERNeutralLook]]
336 -*** [[EROpenID>>Project WONDER-Frameworks-EROpenID]]
336 +*** [[EROpenID>>documentation:EROpenID Framework]]
337 337  *** [[EROraclePlugIn>>Project WONDER-Frameworks-EROraclePlugIn]]
338 338  *** [[ERPDFGeneration>>Project WONDER-Frameworks-ERPDFGeneration]]
339 -*** [[ERPlot>>Project WONDER-Frameworks-ERPlot]]
340 -*** [[ERPrototaculous>>ERPrototaculous]]
339 +*** [[ERPlot>>documentation:ERPlot Framework]]
340 +*** [[ERPrototaculous>>documentation:ERPrototaculous]]
341 341  *** [[ERPrototypes>>Programming__WebObjects-Project WONDER-Frameworks-ERPrototypes]]
342 342  *** [[ERRest>>Project WONDER-Frameworks-ERRest]]
343 -*** [[ERSelenium>>Project WONDER-Frameworks-ERSelenium]]
343 +*** [[ERSelenium>>documentation:ERSelenium Framework]]
344 344  *** [[ERTaggable>>Project WONDER-Frameworks-ERTaggable]]
345 345  *** [[ERWorkerChannel>>Project WONDER-Frameworks-ERWorkerChannel]]
346 -*** [[ExcelGenerator>>Project WONDER-Frameworks-ExcelGeneration]]
346 +*** [[ExcelGenerator>>documentation:Project WONDER-Frameworks-ExcelGeneration]]
347 347  *** [[FrontBasePlugIn>>Project WONDER-Frameworks-FrontBasePlugIn]]
348 348  *** [[GoogleChart>>Project WONDER-Frameworks-GoogleChart]]
349 349  *** [[JavaFSAdaptor>>Project WONDER-Frameworks-JavaFSAdaptor]]
... ... @@ -351,13 +351,13 @@
351 351  *** [[JavaMonitorFramework>>Project WONDER-Frameworks-JavaMonitorFramework]]
352 352  *** [[JavaRESTAdaptor>>Project WONDER-Frameworks-JavaRESTAdaptor]]
353 353  *** [[JavaWOExtensions>>Programming__WebObjects-Project WONDER-Frameworks-JavaWOExtensions]]
354 -*** [[PostgresqlPlugin>>Project WONDER-Frameworks-PostgresqlPlugin]]
354 +*** [[PostgresqlPlugin>>documentation:PostgresqlPlugin Framework]]
355 355  *** [[SproutCore>>Project WONDER-Frameworks-SproutCore]]
356 -*** [[Validity>>Project WONDER-Frameworks-Validity]]
356 +*** [[Validity>>documentation:Validity Framework]]
357 357  *** [[WOJavaRebel>>Project WONDER-Frameworks-WOJavaRebel]]
358 358  *** [[WOLips>>Project WONDER-Frameworks-WOLips]]
359 -*** [[WOOgnl>>Project WONDER-Frameworks-WOOgnl]]
360 -*** [[WOPaypal>>Project WONDER-Frameworks-WOPaypal]]
359 +*** [[WOOgnl>>documentation:WOOgnl Framework]]
360 +*** [[WOPaypal>>documentation:WOPaypal Framework]]
361 361  *** [[WRReporting>>Project WONDER-Frameworks-WRReporting]]
362 362  *** [[YUI>>Project WONDER-Frameworks-YUI]]
363 363  ** [[Adaptors>>Programming__WebObjects-Project WONDER-Adaptors]]
... ... @@ -368,15 +368,15 @@
368 368  
369 369  == WireHose ==
370 370  
371 -* [[Overview>>Wirehose]]
371 +* [[Overview>>documentation:Wirehose]]
372 372  * Basic Concepts
373 -** [[Content Management>>Wirehose-Content Management]]
374 -** [[Personalization>>Wirehose-Personalization]]
375 -** [[Access Control>>Wirehose-Access Control]]
376 -** [[Dynamic Layouts>>Wirehose-Dynamic Layouts]]
377 -** [[Rapid Development>>Wirehose-Rapid Revelopment]]
373 +** [[Content Management>>documentation:Wirehose-Content Management]]
374 +** [[Personalization>>documentation:Wirehose-Personalization]]
375 +** [[Access Control>>documentation:Wirehose-Access Control]]
376 +** [[Dynamic Layouts>>documentation:Wirehose-Dynamic Layouts]]
377 +** [[Rapid Development>>documentation:Wirehose-Rapid Revelopment]]
378 378  * Reference
379 -** [[Installation>>Wirehose-Installation]]
379 +** [[Installation>>documentation:Wirehose-Installation]]
380 380  ** Online Reference Library
381 381  *** [[Developer Overview>>http://www.wirehose.com/developer/DeveloperOverview.html]]
382 382  *** [[Java API Reference>>http://www.wirehose.com/developer/javadoc/]]
... ... @@ -392,25 +392,25 @@
392 392  
393 393  == LEWOStuff ==
394 394  
395 -* [[Overview>>LEWOStuff-Overview]]
395 +* [[Overview>>documentation:LEWOStuff-Overview]]
396 396  
397 397  == GVC Frameworks and GVC.SiteMaker ==
398 398  
399 -* [[Overview>>GVC Frameworks-Overview]]
399 +* [[Overview>>documentation:GVC Frameworks-Overview]]
400 400  
401 401  == Houdah WebObjects Frameworks ==
402 402  
403 -* [[Overview>>Houdah WebObjects Frameworks]]
404 -* [[HoudahFoundation>>HoudahFoundation]]: Extensions and additions to the Foundation framework
405 -* [[HoudahEOControl>>HoudahEOControl]]: Extensions and additions to the EOControl framework
406 -* [[HoudahEOAccess>>HoudahEOAccess]]: Extensions and additions to the EOAccess framework
407 -* [[HoudahRuleEngine>>HoudahRuleEngine]]: Rule engine used by several of the below frameworks
408 -* [[HoudahEOValidation>>HoudahEOValidation]]: Rule based validation
409 -* [[HoudahMessages>>HoudahMessages]]: Rule based localizable error messages
410 -* [[HoudahAuditTrail>>HoudahAuditTrail]]: Tracks user and timestamp of last change
411 -* [[HoudahViewComponents>>HoudahViewComponents]]: High level, large grain view components using stateless cells
412 -* [[HoudahControlComponents>>HoudahControlComponents]]: Control layer for EOF based CRUD applications
413 -* [[HoudahAgileComponents>>HoudahAgileComponents]]: Rule based control layer for CRUD application (D2W replacement)
403 +* [[Overview>>documentation:Houdah WebObjects Frameworks]]
404 +* [[HoudahFoundation>>documentation:HoudahFoundation]]: Extensions and additions to the Foundation framework
405 +* [[HoudahEOControl>>documentation:HoudahEOControl]]: Extensions and additions to the EOControl framework
406 +* [[HoudahEOAccess>>documentation:HoudahEOAccess]]: Extensions and additions to the EOAccess framework
407 +* [[HoudahRuleEngine>>documentation:HoudahRuleEngine]]: Rule engine used by several of the below frameworks
408 +* [[HoudahEOValidation>>documentation:HoudahEOValidation]]: Rule based validation
409 +* [[HoudahMessages>>documentation:HoudahMessages]]: Rule based localizable error messages
410 +* [[HoudahAuditTrail>>documentation:HoudahAuditTrail]]: Tracks user and timestamp of last change
411 +* [[HoudahViewComponents>>documentation:HoudahViewComponents]]: High level, large grain view components using stateless cells
412 +* [[HoudahControlComponents>>documentation:HoudahControlComponents]]: Control layer for EOF based CRUD applications
413 +* [[HoudahAgileComponents>>documentation:HoudahAgileComponents]]: Rule based control layer for CRUD application (D2W replacement)
414 414  
415 415  == WOGWT (Google Web Toolkit Integration) ==
416 416  
... ... @@ -428,15 +428,15 @@
428 428  = Development Tools =
429 429  
430 430  * [[Overview>>Programming__WebObjects-Development Tools-Overview]]
431 -* [[Eclipse and WOlips>>Development Tools-Eclipse and WOlips]]
431 +* [[Eclipse and WOlips>>WOL:Development Tools-Eclipse and WOlips]]
432 432  * [[Browser as a Development Tool]]
433 433  * [[Xcode>>Development Tools-Xcode]]
434 -* [[EOModeler>>EOF-Modeling-EOModeler]]
434 +* [[EOModeler>>documentation:EOF-Modeling-EOModeler]]
435 435  * [[WOBuilder>>Programming__WebObjects-Development Tools-WOBuilder]]
436 -* [[Running Though Apache>>Development Tools-Running Through Apache]]
436 +* [[Running Though Apache>>documentation:Development Tools-Running Through Apache]]
437 437  * [[WebObjects and Subversion>>Development-WebObjects and Subversion]]
438 -* [[Hudson>>Installing and Configuring Jenkins Build Server]]
439 -* [[JRebel>>Using JRebel (previously called JavaRebel) with WOLips]]
438 +* [[Hudson>>documentation:Installing and Configuring Jenkins]]
439 +* [[JRebel>>documentation:Using JRebel (previously called JavaRebel) with WOLips]]
440 440  
441 441  = Case Studies =
442 442  
... ... @@ -460,9 +460,9 @@
460 460  
461 461  = Testing =
462 462  
463 -* [[JUnit and TestNG>>Testing-JUnit and TestNG]]
464 -* [[Load Testing WO Apps with JMeter>>Testing-Load Testing WO Apps with JMeter]]
465 -* [[WOUnitTest>>Testing-WOUnitTest]]
463 +* [[JUnit and TestNG>>documentation:Testing-JUnit and TestNG]]
464 +* [[Load Testing WO Apps with JMeter>>documentation:Testing-Load Testing WO Apps with JMeter]]
465 +* [[WOUnitTest>>documentation:Testing-WOUnitTest]]
466 466  
467 467  = Database Compatibility / Comparisons =
468 468  
... ... @@ -473,7 +473,7 @@
473 473  * [[Oracle>>Database Compatibility and Comparisons-Oracle]]
474 474  * [[Sybase>>Database Compatibility and Comparisons-Sybase]]
475 475  * [[SQLServer>>Programming__WebObjects-Database Compatibility and Comparisons-SQLServer]]
476 -* [[Data Migration>>Database Compatibility and Comparisons-DataMigration]]
476 +* [[Data Migration>>documentation:Database Compatibility and Comparisons-DataMigration]]
477 477  * [[Informix>>Database Compatibility and Comparisons-Informix]]
478 478  
479 479  = Alternative Technologies Pros / Cons =
... ... @@ -493,12 +493,12 @@
493 493  
494 494  = Additional Resources =
495 495  
496 -* [[Websites>>Additional Resources-Websites]]
497 -* [[Mailing Lists>>Mailing Lists]]
496 +* [[Websites>>documentation:Additional Resources-Websites]]
497 +* [[Mailing Lists>>documentation:Mailing Lists]]
498 498  * [[Tutorials>>Tutorials]]
499 -* [[Books>>Additional Resources-Books]]
499 +* [[Books>>documentation:Additional Resources-Books]]
500 500  * [[Periodicals>>Programming__WebObjects-Additional Resources-Periodicals]]
501 501  * [[Authors>>Additional Resources-Authors]]
502 -* [[Training>>Additional Resources-WebObjects Training]]
502 +* [[Training>>documentation:Additional Resources-WebObjects Training]]
503 503  * [[User groups]]
504 504  * [[Known Bugs]]