Thanks for the information.  I have not written a single JSP, but have
alot of experience with Servlets.  I am targetting Tomcat 5.5.x only,
so I think it is safe to say that I can compile my JSP.

Thanks again everyone for the help.


On Sat, 19 Mar 2005 08:15:38 -0600, Robert r. Sanders
<[EMAIL PROTECTED]> wrote:
> You could look into alternate MVC approachs like Freemarker, Velocity,
> or XSLT; these are processed by a servlet, but allow you to extract the
> presentation logic into a text-based template file.  Also, as others
> have pointed out JSPs are compiled into servlets; and if you know your
> deployment target server then they can be precompiled.
> 
> Elihu Smails wrote:
> 
> >I am working on a project that uses servlets exclusively.  I would
> >like to take advantage of a Model-View-Controller system in order to
> >develop my servlets.  For the last servlet project I worked on, I was
> >in charge of the "back-end" data processing and did not have to mess
> >with HTML.  This time I do have to roll up my sleeves and play with
> >HTML.
> >
> >So I ask the question.  Since the requirement that I have is to use
> >servlets only, can I use something like Struts or Java Server Faces?
> >I am reading some information and it looks like they both rely on JSP
> >to ge the job done.
> >
> >Thank you for your time...
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> 
> --
>     Robert r. Sanders
>     Chief Technologist
>     iPOV
>     (334) 821-5412
>     www.ipov.net
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to