At 04:12 AM 9/13/2001 -0700, Enterprise Java Technology wrote:
>--- "Kanwardeep Singh Ahluwalia (EHPT)" <[EMAIL PROTECTED]>
wrote:
>> Hi Nirvana,
>>
>> A good example for a web application, but I also want to support a heavy
>> Back office application in which I want to support JAVA GUI's. Any examples
>> for this kind of application.
>>
>
>Please don't do UI in Java. The effort is not worth it!
>Take a look at http://www.creamtec.com/ if that can help you
>get a web based UI! (JavaScript + HTML) will be far more portable
>and easier to do!
The effort is *well* worth it! The people who fail are often
people who do not understand OO or OO architecture (see Corel as
a case study).
Certainly a thin-client HTML (avoid any DHTML technologies... stay
vanilla HTML and HTTP) interface to your server stuff is useful
and may be your first GUI, but its only for casual users of your
system. Heavy users require a richer client GUI.
We have been using Swing for years... very, very successfully.
But... you must understand OO architecture and you must understand
the modified MVC architecture of Swing to pull it off efficiently.
And of course, you should understand good GUI design and
use Java Web Start (JWS) for deployment.
It takes some effort to understand OO (and Swing) well, but it is
well worth the time and effort.
Frank G.
- our thoughts are with those who have missing family, friends
and colleagues at the WTC
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".