Improve, my employer - and a lot others company out there - are working on big web applications (not static websites), which have the following common requirements:
The usual way to build a screen is to use HTML code mixed with Java code and tags in a Jsp. So developers need to know both langages. They also need to know the differences between IE, Mozilla/Netscape and Safari/KHtml rendering engines to write standard-compliant, cross-browser HTML code. In order to answer all those constraints, Improve developed some years ago its own framework to build such applications. The goal was to increase the speed-productivity of writing the interface, without giving up on maintability of the application. The result was a framework in which the screens where described as a succession of simple tags.
Now Improve is moving to Struts and would like to add special features to Struts to support the development of this kind of applications. What we would like to be able to do is to reduce the application screens development time by a three-fold factor, which we did with our framework.
We added these features be added to Struts via a tag library named Struts-Layout. Here are the main principles/functionalities:
Of course, those principles reduce the layout possibilities of a web page; you can always use the usual html Jsp + Struts tags or templates when in need. To get an idea of what should be possible to do with Struts-Layout, please visit http://www.application-servers.com.
We have already begun to rewrite our framework tags to Struts compatible tags. Improve is going to carry on this development because Improve has a need of such tags. However, Improve would also like to share it with people who might find it useful and possibly see it incorporated into Struts as an extension. Please have a look at the already implemented tags and the example.
Struts-Layout Team
struts-layout@improve.fr
Improve