Changes for page Java Client-Overview

Last modified by David Avendasora on 2008/07/16 10:13

From version 9.1
edited by David Avendasora
on 2008/01/11 20:38
Change comment: There is no comment for this version
To version 12.1
edited by David Avendasora
on 2008/01/11 20:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -Java Client is a Three-Tier development model. The interface is a Java Application instead of a web page or web service. One of the big advantages of Java Client is that you can easily program client-side logic into the user interface that requires little or now direct communication with the server. This allows for a rich client experience without the complications of Ajax, but now requires extensive Swing programming.
1 +Java Client is a Three-Tier development model for WebObjects. The interface is a Java Application instead of a web page or web service. One of the big advantages of Java Client is that you can easily program client-side logic into the user interface that requires little or now direct communication with the server. This allows for a rich client experience without the complications of Ajax, but now requires extensive Swing programming.
2 2  
3 3  Historically there were three methods of WebObjects Java Client development:
4 4