|
Re: web projects using java swings
|
Posted: Jul 6, 2002 7:38 PM
|
|
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
|
|