"Mark C. Donaghue" wrote:

> Dave,
>
> Thanks for the tip.  I will download it immediately.  However, it
> appears to be more of a JSP builder, as opposed to actual sample.  I'm
> starting to get the idea that, unlike servlets, there is not a lot of
> publicly available in-depth code for JSP, esp. 1.0 compliant.  It must
> just be too new to the scene :\
>
> Regards,
> Mark
>

On the JavaSoft web site, Sun released today the beta version of the reference
implementation for the Java2 Enterprise Edition (J2EE) -- including servlet+JSP
technologies along with EJB and a bunch of other stuff -- and the early access
version of a fairly comprehensive demonstration app called "Duke's Pet Store".  Even
if your needs are more focused on JSPs and Servlets than on EJBs and transactions,
there is a lot of value in studying how an application like this is put together, and
especially the JSP and Servlet related chapters of the Application Programming Model
documentation that is included with the sample app.

    http://java.sun.com/j2ee

Craig McClanahan

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