Anh Nguyen <[EMAIL PROTECTED]> writes:

> Dear all,
>
> This might not have anything to do with JSP, but if anyone in this
> group has any experience with SilverStream then could you please
> share with me a few bad and good points of using this application
> server.
>
> Your inputs are very much appreciated.

If you use the "proprietary" silverstream stuff then it seems to be a
pretty good development/deployment environment.  They have a lot of
slick features that make development fairly easy.

If you are going down the J2EE road (JSP/EJB) then the environment can
be frustrating.

JSP development in particular is painful.  You develop your JSPs
externally, then run a silvercmd that renders the JSP to .java code,
then you use javac and compile the generated servlet and finally you
must jar up your web application and upload that to the silverstream
environment.

--
-rupa

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to