Changes for page Home

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

From version 1043.1
edited by Kieran Kelleher
on 2007/11/29 16:23
Change comment: There is no comment for this version
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.kieran
1 +XWiki.gavineadie
Content
... ... @@ -1,9 +1,19 @@
1 -{{info title="How to Contribute to thie Wiki"}}
1 +{{info title="How to Contribute to this Wiki"}}
2 2  
3 3  See instructions on the [Community page|WOCOM:WOCOM]
4 4  
5 5  {{/info}}
6 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 +
7 7  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.
8 8  
9 9  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.
... ... @@ -26,6 +26,7 @@
26 26  ## [#Development]
27 27  ## [#Deployment]
28 28  # [#Web Services]
39 +# [Java Client]
29 29  # [#Complementary Frameworks]
30 30  ## [#Project WONDER]
31 31  ## [#WireHose]
... ... @@ -33,9 +33,9 @@
33 33  ## [#GVC Frameworks and GVC.SiteMaker]
34 34  ## [#Houdah WebObjects Frameworks]
35 35  # [#Development Tools]
47 +# [Best Practices|Best Practices]
36 36  # [#Direct-To]
37 37  # [#Case Studies]
38 -# [#Java Client]
39 39  # [#Integration with other clients]
40 40  # [#Testing]
41 41  # [#Database Compatibility/Comparisons]
... ... @@ -49,6 +49,7 @@
49 49  * [[History>>Overview-History]]
50 50  * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
51 51  * [[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]]
52 52  * [[Hands On Hello World - Your First WebObjects Application>>Hands On___Hello World - Your First WebObjects Application]]
53 53  * [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]]
54 54  * [[WebObjects for Database Developers]]
... ... @@ -252,7 +252,7 @@
252 252  * Platform Specifics
253 253  ** [[Mac OS X Server>>Programming__WebObjects-Web Applications-Deployment-Mac OS X Server]]
254 254  ** [[Linux>>Programming__WebObjects-Web Applications-Deployment-Linux]]
255 -** [[Solaris>>Programming__WebObjects-Web Applications-Deployment-Solaris]]
267 +** [[Solaris WO5.3.3>>Programming__WebObjects-Web Applications-Deployment-Solaris WO5.3.3]]
256 256  ** [[FreeBSD WO5.2>>Web Applications-Deployment-FreeBSD WO5.2]]
257 257  ** [[FreeBSD WO5.3>>Web Applications-Deployment-FreeBSD WO5.3]]
258 258  ** [[FreeBSD 6.2 WO 5.3.3>>Web Applications-Deployment-FreeBSD 6.2 WO5.3.3]]
... ... @@ -282,6 +282,19 @@
282 282  
283 283  * [[Examples>>Programming__WebObjects-Web Services-Examples]]
284 284  
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 +
285 285  = Complementary Frameworks =
286 286  
287 287  == Project WONDER ==
... ... @@ -395,15 +395,6 @@
395 395  * [[WebObjects Showcase>>WebObjects Showcase]]
396 396  * [[WebObjects Sites>>Case Studies-WebObjects Sites]]
397 397  
398 -= Java Client =
399 -
400 -* [[Overview>>Java Client-Overview]]
401 -* [[Required Reading>>Java Client-Required Reading]]
402 -* [[Advanced>>Programming__WebObjects-Java Client-Advanced]]
403 -* [[Interface Builder>>Programming__WebObjects-Java Client-Interface Builder]]
404 -* [[svn>>Programming__WebObjects-Java Client-svn]]
405 -* [[Examples>>Programming__WebObjects-Java Client-Examples]]
406 -
407 407  = Integration with other clients =
408 408  
409 409  * [[Flex]]
... ... @@ -455,3 +455,4 @@
455 455  * [[Authors>>Additional Resources-Authors]]
456 456  * [[Training>>Additional Resources-WebObjects Training]]
457 457  * [[User groups]]
474 +* [[Known Bugs]]