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