Changes for page Java Client-Overview

Last modified by Lazy Lazarus on 2025/03/27 10:23

From version 4.1
edited by David Avendasora
on 2008/01/10 11:03
Change comment: Bringing JC Information up-to-date.
To version 11.1
edited by David Avendasora
on 2008/01/10 11:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,9 +6,9 @@
6 6  
7 7  The first two types used other files (XML/NIB files) to build the Swing code during run-time. This made for quick development times requiring very little Java code. D2JC was very flexible with the UI controlled almost entirely by text-based configuration files and major changes to the underlying .eomodel file could often-times be reflected in the UI with no refactoring at all.
8 8  
9 -Unfortunately both of these first two methods suffered from poor on-going support and low usage. Both have since been depreciated. NIB-based development has been deprecated due to the deprecation of the tools required for development. D2JC has been deprecated as well, but no external tools are required to build or modify a D2JC application.
9 +Unfortunately both of these first two methods suffered from low usage and therefore little support was available within the community. Both have since been depreciated. NIB-based development has been deprecated due to the deprecation of the tools required for development. D2JC has been deprecated as well, but no external tools are required to build or modify a D2JC application.
10 10  
11 -Building a WebObjects Java Client application using pure Swing has **not** been deprecated and still exists in WO 5.4.
11 +The good news is that building a WebObjects Java Client application "The Third Way" using pure Swing has **not** been deprecated and still exists in WO 5.4.
12 12  
13 13  While there are not a lot of WebObjects Java Client projects when compared to the quantity of Web-Based projects, it seems to be getting more attention now than it has in several years.
14 14