Agreed, reading JSP pages is not an easy deal.
So why we are developed our alaJSP stuff. You can
treat it as a "simplified" JSP and in the same time
avoid using separate templates.

-----------------------------------------------------

Well, we got a bit different view: servlet in its nature has its own
 advantage over JSP. You (close enough) separate your presentation and
 your business logic and this is how you develop mission-critical
 components/applications. We wrote lot of servlet (at least 10,000
 lines/each) and take the approache that having HTML templates loaded into
 memory and fill in by tags. The servlets then read the templates and
 replace the tags by appropriate values. Reading a JSP page (writtem by some
body) is not really a pleasure work


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: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to