Easy way to write servlets that output Html content
Hi Techies,
Is there any easy way to generate html output using servlets. my project consist of more than hundred servlets which will output html content after server side processing. I feel more time is wasted in writing code for generating the html content.is there any tool which converts html source file to equivalent java source code..
Thanks..

