Hi Ola,

Of course there is something like this because I use
it :-)
I use a tool called CodeCharge Studio
(www.codecharge.com) and it is quite similar to Visual
Studio.NET, except that it automatically creates the
JSP and Servlet code. There is an option to output
"Servlets & Templates", which is the Java code
separated from HTML, with all necessary classes and
framework.
I used it to generate ASP code in the past (also
separated from HTML), but now starting to learn Java
and it's been helpful. CC Studio also generates C#,
just like Visual Studio, although I haven't worked
with that yet. For now I am working with JSP but it's
just very cool to see how you can change the language
and then generate different code, so it may be
possible to compare JSP to Servlets, or even to C#.

I hope that this can be helpful. But otherwise I think
that it's just the coding style, not a tool, that you
would need to learn. Most IDEs usually just help you
program but don't offer a framework.

Martin


--- Ola Theander <[EMAIL PROTECTED]> wrote:
> 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


=====
Martin Yager
Cott Corporation
[EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

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