The Artima Developer Community
Sponsored Link

Java Answers Forum
web projects using java swings

1 reply on 1 page. Most recent reply: Jul 6, 2002 7:38 PM by David Brafford

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
nishanth

Posts: 1
Nickname: nishanth
Registered: Jul, 2002

web projects using java swings Posted: Jul 5, 2002 1:16 AM
Reply to this message Reply
Advertisement
i want to know the feasibility of using java swings in web project. i have many screens which are complecated to be designed and dispatched using html, so far it is feasible to use java swings.
are there any projects\products existing on that.
do people prefer using java swings


David Brafford

Posts: 1
Nickname: dbrafford
Registered: Jul, 2002

Re: web projects using java swings Posted: Jul 6, 2002 7:38 PM
Reply to this message Reply
It really depends on your objective and usability
requirements.

If you really must have a thick client / rich UI,
you might also consider Java WebStart and having
the application run locally rather than Swing
via Applet/plugin.

There are numerous IT applications out there using
Swing with their web application as either Swing
or a Java Webstart client. I would first:

- clarify the requirements - is a Rich client the
only way or is an html UI possible?
- If answer to above is yes, then think about
Java webstart as an option.

Regards,

Dave
--------------------
Considering the Certified Java Programmer Exam?
Get JCertify!
http://www.enterprisedeveloper.com/jcertify
The best investment in your career you will make all year

Flat View: This topic has 1 reply on 1 page
Topic: Some more applet help Previous Topic   Next Topic Topic: I (Java beginner) NEED HELP with Server & Client Code!!!!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use