Changes for page Home

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

From version 1041.1
edited by Pierre Bernard
on 2007/10/29 06:49
Change comment: Added Houdah WebObjects Frameworks
To version 1044.1
edited by Gavin Eadie
on 2008/02/11 20:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.houdah
1 +XWiki.gavineadie
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,6 +20,7 @@
20 20  ## [#Development]
21 21  ## [#Deployment]
22 22  # [#Web Services]
39 +# [Java Client]
23 23  # [#Complementary Frameworks]
24 24  ## [#Project WONDER]
25 25  ## [#WireHose]
... ... @@ -27,9 +27,9 @@
27 27  ## [#GVC Frameworks and GVC.SiteMaker]
28 28  ## [#Houdah WebObjects Frameworks]
29 29  # [#Development Tools]
47 +# [Best Practices|Best Practices]
30 30  # [#Direct-To]
31 31  # [#Case Studies]
32 -# [#Java Client]
33 33  # [#Integration with other clients]
34 34  # [#Testing]
35 35  # [#Database Compatibility/Comparisons]
... ... @@ -43,6 +43,7 @@
43 43  * [[History>>Overview-History]]
44 44  * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
45 45  * [[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]]
46 46  * [[Hands On Hello World - Your First WebObjects Application>>Hands On___Hello World - Your First WebObjects Application]]
47 47  * [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]]
48 48  * [[WebObjects for Database Developers]]
... ... @@ -246,7 +246,7 @@
246 246  * Platform Specifics
247 247  ** [[Mac OS X Server>>Programming__WebObjects-Web Applications-Deployment-Mac OS X Server]]
248 248  ** [[Linux>>Programming__WebObjects-Web Applications-Deployment-Linux]]
249 -** [[Solaris>>Programming__WebObjects-Web Applications-Deployment-Solaris]]
267 +** [[Solaris WO5.3.3>>Programming__WebObjects-Web Applications-Deployment-Solaris WO5.3.3]]
250 250  ** [[FreeBSD WO5.2>>Web Applications-Deployment-FreeBSD WO5.2]]
251 251  ** [[FreeBSD WO5.3>>Web Applications-Deployment-FreeBSD WO5.3]]
252 252  ** [[FreeBSD 6.2 WO 5.3.3>>Web Applications-Deployment-FreeBSD 6.2 WO5.3.3]]
... ... @@ -276,6 +276,19 @@
276 276  
277 277  * [[Examples>>Programming__WebObjects-Web Services-Examples]]
278 278  
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 +
279 279  = Complementary Frameworks =
280 280  
281 281  == Project WONDER ==
... ... @@ -389,15 +389,6 @@
389 389  * [[WebObjects Showcase>>WebObjects Showcase]]
390 390  * [[WebObjects Sites>>Case Studies-WebObjects Sites]]
391 391  
392 -= Java Client =
393 -
394 -* [[Overview>>Java Client-Overview]]
395 -* [[Required Reading>>Java Client-Required Reading]]
396 -* [[Advanced>>Programming__WebObjects-Java Client-Advanced]]
397 -* [[Interface Builder>>Programming__WebObjects-Java Client-Interface Builder]]
398 -* [[svn>>Programming__WebObjects-Java Client-svn]]
399 -* [[Examples>>Programming__WebObjects-Java Client-Examples]]
400 -
401 401  = Integration with other clients =
402 402  
403 403  * [[Flex]]
... ... @@ -449,3 +449,4 @@
449 449  * [[Authors>>Additional Resources-Authors]]
450 450  * [[Training>>Additional Resources-WebObjects Training]]
451 451  * [[User groups]]
474 +* [[Known Bugs]]