Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Browser based web client vs JFC Swing application client

843833Jan 27 2003 — edited Jul 19 2004
Hi,
I am looking into the pros and cons of going with a browser based Client using JSPs,Javascript,dhtml.. versus Distributed Swing Client.
One of the main pro for Distributed Swing Client I think is that it is has superior controls (listeners, events etc.). Is it possible (using Javascript/dhtml ) to achieve this level of control in the browser. Is it possible to implement listeners for the HTML form elements???
Two main that come to my mind are:
1. Changing the contents of one combo box when user selects an item in another combo box -- without submitting the form( and screen flashing)
2. Show alerts (flashing icon or something on the screen) automatically on the current page, without the user having to refresh or make a server hit. So, after seeing the alert, the user can refresh the page to view all the new info.
Are there any other reasons why distributed swing client could be a better choice than browser based?? Are there any articles that discuss this.

Hope to hear from you guys soon!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 16 2004
Added on Jan 27 2003
2 comments
133 views