Changes for page Home

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

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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.avendasora
1 +XWiki.probert
Content
... ... @@ -1,19 +17,3 @@
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 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 18  
19 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.
... ... @@ -36,17 +36,15 @@
36 36  ## [#Development]
37 37  ## [#Deployment]
38 38  # [#Web Services]
39 -# [#Java Client]
40 40  # [#Complementary Frameworks]
41 41  ## [#Project WONDER]
42 42  ## [#WireHose]
43 43  ## [#LEWOStuff]
44 44  ## [#GVC Frameworks and GVC.SiteMaker]
45 -## [#Houdah WebObjects Frameworks]
46 46  # [#Development Tools]
47 -# [Best Practices|Best Practices]
48 48  # [#Direct-To]
49 49  # [#Case Studies]
31 +# [#Java Client]
50 50  # [#Integration with other clients]
51 51  # [#Testing]
52 52  # [#Database Compatibility/Comparisons]
... ... @@ -60,7 +60,6 @@
60 60  * [[History>>Overview-History]]
61 61  * [[Foundation>>Programming__WebObjects-Overview-Foundation]]
62 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 64  * [[Hands On Hello World - Your First WebObjects Application>>Hands On___Hello World - Your First WebObjects Application]]
65 65  * [[Recent Changes>>http://wiki.objectstyle.org/confluence/pages/recentlyupdated.action?key=WO]]
66 66  * [[WebObjects for Database Developers]]
... ... @@ -264,7 +264,7 @@
264 264  * Platform Specifics
265 265  ** [[Mac OS X Server>>Programming__WebObjects-Web Applications-Deployment-Mac OS X Server]]
266 266  ** [[Linux>>Programming__WebObjects-Web Applications-Deployment-Linux]]
267 -** [[Solaris WO5.3.3>>Programming__WebObjects-Web Applications-Deployment-Solaris WO5.3.3]]
248 +** [[Solaris>>Programming__WebObjects-Web Applications-Deployment-Solaris]]
268 268  ** [[FreeBSD WO5.2>>Web Applications-Deployment-FreeBSD WO5.2]]
269 269  ** [[FreeBSD WO5.3>>Web Applications-Deployment-FreeBSD WO5.3]]
270 270  ** [[FreeBSD 6.2 WO 5.3.3>>Web Applications-Deployment-FreeBSD 6.2 WO5.3.3]]
... ... @@ -294,20 +294,6 @@
294 294  
295 295  * [[Examples>>Programming__WebObjects-Web Services-Examples]]
296 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 311  = Complementary Frameworks =
312 312  
313 313  == Project WONDER ==
... ... @@ -375,20 +375,6 @@
375 375  
376 376  * [[Overview>>GVC Frameworks-Overview]]
377 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 392  = Development Tools =
393 393  
394 394  * [[Overview>>Programming__WebObjects-Development Tools-Overview]]
... ... @@ -421,6 +421,15 @@
421 421  * [[WebObjects Showcase>>WebObjects Showcase]]
422 422  * [[WebObjects Sites>>Case Studies-WebObjects Sites]]
423 423  
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 +
424 424  = Integration with other clients =
425 425  
426 426  * [[Flex]]