As an alternative instead of automatically contaminating your Java
servlet with HTML use a template system. WebMacro (www.webmacro.org)
is an example, there are others. All of them keep your HTML and your
Java code cleanly separate. Auto-pasting HTML into your Java code is
probably worse than using something like JSP, where at least you can
loosely separate things.
The key in good design is to keep each part of the process separate
from every other part.
Justin
[EMAIL PROTECTED]
AltaVista Company
Quoting Purav ([EMAIL PROTECTED]):
> I am sorry. you need windows to run this tool.
> wait until my next version. its in Swings
>
> Purav
>
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of john
> Sent: Wednesday, October 04, 2000 4:09 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Tool to develop servlets
>
>
> VB6? Runtime files? I don't know what these are.
>
> Can I run it on Linux? How about Solaris? Oh, and I have a Mac too!
>
> regards,
> john d. haro
> zealot
>
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Purav
> Sent: Thursday, August 03, 2000 6:52 AM
> To: [EMAIL PROTECTED]
> Subject: Tool to develop servlets
>
>
> Hi Guys,
> A tool that i have developed that will help you to develop Servlets more
> easily...if yu have the HTML ready.
> Just paste all your Html code and click on "convert to Servlet"
> Then just copy the generated code into your java file
> you will however have to declare the class and the doget or doPost method
> and keep it ready and then just paste the generated code below
> Also you might get a memory error if yu try to covert very large code at
> once. so at such times do it part by part
> The default Printwriter object that i have used is "out".
> The next version will be much better'
>
> YOu will need VB6 runtime files
>
>
> I cannot send an attachement here. so anybody interested just mail me at
> [EMAIL PROTECTED]
>
>
> Purav
>
> ___________________________________________________________________________
> 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
>
> ___________________________________________________________________________
> 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
>
> ___________________________________________________________________________
> 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
___________________________________________________________________________
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