Dear subscribers. I would like to know if there is some JSP engine, class library or similar that allows the Java code to be separated from the layout, i.e. HTML code, similar to what's available in MS Visual Studio.net?
In VS.net a dynamic web page is built by two separate files, one file containing the layout of the page and one page containing the code. The code manages the objects in the layout file, e.g. a text box, list box etc. as objects with properties and methods, pretty much as if you where coding a GUI application. There is also the possibility to build more complex object composed by existing objects and HTML. The big advantage is that you as the developer will have an abstraction layer between the code and the layout and the graphics designer doesn't need to worry about the code. My question is, is there something similar to this on the JSP/Servlet/J2EE platform? Kind regards, Ola Theander =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
