Changes for page Home

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

From version 1056.1
edited by Pascal Robert
on 2007/10/07 21:24
Change comment: There is no comment for this version
To version 1052.1
edited by David Avendasora
on 2008/01/14 10:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.avendasora
Content
... ... @@ -1,3 +1,19 @@
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 +
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.
2 2  
3 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.
... ... @@ -20,15 +20,17 @@
20 20  ## [#Development]
21 21  ## [#Deployment]
22 22  # [#Web Services]
39 +# [#Java Client]
23 23  # [#Complementary Frameworks]
24 24  ## [#Project WONDER]
25 25  ## [#WireHose]
26 26  ## [#LEWOStuff]
27 27  ## [#GVC Frameworks and GVC.SiteMaker]
45 +## [#Houdah WebObjects Frameworks]
28 28  # [#Development Tools]
47 +# [Best Practices|Best Practices]
29 29  # [#Direct-To]
30 30  # [#Case Studies]
31 -# [#Java Client]
32 32  # [#Integration with other clients]
33 33  # [#Testing]
34 34  # [#Database Compatibility/Comparisons]
... ... @@ -42,6 +42,7 @@
42 42  * [[History>>Overview-History]]
43 43  * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
44 44  * [[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]]
45 45  * [[Hands On Hello World - Your First WebObjects Application>>Hands On___Hello World - Your First WebObjects Application]]
46 46  * [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]]
47 47  * [[WebObjects for Database Developers]]
... ... @@ -245,7 +245,7 @@
245 245  * Platform Specifics
246 246  ** [[Mac OS X Server>>Programming__WebObjects-Web Applications-Deployment-Mac OS X Server]]
247 247  ** [[Linux>>Programming__WebObjects-Web Applications-Deployment-Linux]]
248 -** [[Solaris>>Programming__WebObjects-Web Applications-Deployment-Solaris]]
267 +** [[Solaris WO5.3.3>>Programming__WebObjects-Web Applications-Deployment-Solaris WO5.3.3]]
249 249  ** [[FreeBSD WO5.2>>Web Applications-Deployment-FreeBSD WO5.2]]
250 250  ** [[FreeBSD WO5.3>>Web Applications-Deployment-FreeBSD WO5.3]]
251 251  ** [[FreeBSD 6.2 WO 5.3.3>>Web Applications-Deployment-FreeBSD 6.2 WO5.3.3]]
... ... @@ -275,6 +275,19 @@
275 275  
276 276  * [[Examples>>Programming__WebObjects-Web Services-Examples]]
277 277  
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>>Java Client-Complimentary Frameworks]]
305 +* [[Advanced>>Programming__WebObjects-Java Client-Advanced]]
306 +* [[Interface Builder>>Programming__WebObjects-Java Client-Interface Builder]]
307 +* [[svn>>Programming__WebObjects-Java Client-svn]]
308 +* [[Examples>>Programming__WebObjects-Java Client-Examples]]
309 +
278 278  = Complementary Frameworks =
279 279  
280 280  == Project WONDER ==
... ... @@ -342,6 +342,20 @@
342 342  
343 343  * [[Overview>>GVC Frameworks-Overview]]
344 344  
377 +== Houdah WebObjects Frameworks ==
378 +
379 +* [[Overview>>Houdah WebObjects Frameworks-Overview]]
380 +* [[HoudahFoundation>>HoudahFoundation]]: Extensions and additions to the Foundation framework
381 +* [[HoudahEOControl>>HoudahEOControl]]: Extensions and additions to the EOControl framework
382 +* [[HoudahEOAccess>>HoudahEOAccess]]: Extensions and additions to the EOAccess framework
383 +* [[HoudahRuleEngine>>HoudahRuleEngine]]: Rule engine used by several of the below frameworks
384 +* [[HoudahEOValidation>>HoudahEOValidation]]: Rule based validation
385 +* [[HoudahMessages>>HoudahMessages]]: Rule based localizable error messages
386 +* [[HoudahAuditTrail>>HoudahAuditTrail]]: Tracks user and timestamp of last change
387 +* [[HoudahViewComponents>>HoudahViewComponents]]: High level, large grain view components using stateless cells
388 +* [[HoudahControlComponents>>HoudahControlComponents]]: Control layer for EOF based CRUD applications
389 +* [[HoudahAgileComponents>>HoudahAgileComponents]]: Rule based control layer for CRUD application (D2W replacement)
390 +
345 345  = Development Tools =
346 346  
347 347  * [[Overview>>Programming__WebObjects-Development Tools-Overview]]
... ... @@ -374,15 +374,6 @@
374 374  * [[WebObjects Showcase>>WebObjects Showcase]]
375 375  * [[WebObjects Sites>>Case Studies-WebObjects Sites]]
376 376  
377 -= Java Client =
378 -
379 -* [[Overview>>Java Client-Overview]]
380 -* [[Required Reading>>Java Client-Required Reading]]
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 -
386 386  = Integration with other clients =
387 387  
388 388  * [[Flex]]