also see how your sample will looks like in alaJSP:

<HTML><TITLE>Some Table</TITLE><BODY>
<TABLE>
<% =new Your_Class();%>
<%=Your_Class.your_method();%>
</TABLE>
</BODY></HTML>

btw. pure JSP sample also should be very simple for this

>Tired of storing HTML as Strings in you Servlet classes?
>Don't want to switch to JSP?

>PreparedHTML lets servlet programs separate HTML
>from Java code. It is a simple, powerful, and small (one
>source file).

ColdJava: java server side programming
http://coldjava.hypermart.net

____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.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

Reply via email to