Hi,

You will find a similarly architected toolkit here:

http://barracuda.enhydra.org/index.html

It's quite powerful, but quite complex and of course you won't have a development 
environmnet like Visual Studio.

A much simpler to use library, one that is the closest to .NET server-side web 
controls as I have seen in the Java world can be found here:

http://www.kobrix.com.

No development environment here either. Just a framework + a set of predefined 
controls.

None of the above is based on the prelevalent Model 2 architecture in the servlets 
world, and I find them both much better than the frameworks based on that architecture.

You may take a look at Tapestry also, it seems close to what you are looking for as 
well, but I'm unfamiliar with it.

Regards,
John

----- Original Message -----
From: Ola Theander <[EMAIL PROTECTED]>
Date:         Mon, 22 Jul 2002 14:47:55 +0200
To: [EMAIL PROTECTED]
Subject:      Q: Separation of layout and code (similar to Visual Studio.net)?


> 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
>

--
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Save up to $160 by signing up for NetZero Platinum Internet service.
http://www.netzero.net/?refcd=N2P0602NEP8

===========================================================================
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

Reply via email to