Posted By:
Christoph_Mueller
Posted On:
Monday, January 7, 2002 01:06 AM
The flexibility range of style sheets is not far enough, I think.
I prefer a concept keeping every layout off the individual application. If you want to see samples how to change layout and adapt UI syntax retrospectively without touching your application code, see the Open Source project Cameleon at http://www.must.de/cameleon.html - it uses the same approach for building Swing and HTML user interfaces (!!!).
Christoph
Posted By:
Bhaskar_Goyal
Posted On:
Wednesday, January 2, 2002 02:35 AM
I think MVC is suitable for that.
Posted By:
Bozidar_Dangubic
Posted On:
Thursday, December 27, 2001 05:29 AM
check out java.sun.com/j2ee/blueprints. sun has created a nice framework for web-based application and you can get a lot of details about it there. take a look at some UML they have and code for a fully operational web-based j2ee application.