Maybe the trick is to use JSP in moderation.  My opinion is that if you put
lots of Java code into your JSP file, you'll have maintenance and structural
problems.  It is better to only use small snippets of embedded Java.  It is
even better to use beans or directives, and in some cases better yet to use
tag extensions (if you're lucky enough to be using JSP 1.1).
--
mark

> -----Original Message-----
> From: Dmitri Namiot [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 24, 1999 2:43 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Query on JSP !!
>
>
> 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
>

===========================================================================
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