At 03:20 PM 11/2/99 -0500, Thomas M. Sasala wrote:
> You don't want to have HTML markup codes in your software,
>or you don't want to send HTML codes? There are a number of HTML
>helper utils that simplify writing java code - ECS at java.apache.org
>comes to mind. I'm sure there are others and other approaches too.
Check out XMLC. It is a utility that takes an HTML file, parses it and
produces Java
classes that can recreate the HTML document on the fly. You then take
the Java classes and call them from inside your Servlet. It allows dynamically
changing the content as part of regenerating the HTML too. This provides
a very nice separation between the HTML designers (who can use any
HTML editor) and the Java developers developing the servlet.
There is an excellent tutorial on it --
http://staff.plugged.net.au/dwood/xmlc/index.html.
You can download it from www.enhydra.org
Tom Hjellming
> -T
>
>
>Vinay Kulkarni wrote:
> >
> > Hello friends,
> > I am using servlets.
> >
> > I have a HTML form which on submition passes data to a servlet. How do I
> > return the data to the HTML page & display it. I don't want to embeed the
> > HTML code in the servlet.
> > Please can any one help me on this?.
> >
> > Kind regards
> >
> > Vinay
> >
> > ______________________________________________________
> > Get Your Private, Free Email at http://www.hotmail.com
> >
> > ___________________________________________________________________________
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > Resources: http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
>--
>+-------------------------------------------------------------------+
>+ Thomas M. Sasala, Electrical Engineer [EMAIL PROTECTED] +
>+ MRJ Technology Solutions http://www.mrj.com +
>+ 10461 White Granite Drive, Suite 102 (W)(703)277-1714 +
>+ Oakton, VA 22124 (F)(703)277-1702 +
>+-------------------------------------------------------------------+
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
Tom Hjellming
Full Tilt LLC
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html