Wiki source code of Home

Version 1050.1 by David Avendasora on 2008/01/14 10:53

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