There isn't any built-in support for accessing EJB's from JSP's but you can
do it manually.  The book "Developing Java Enterprise Applications" by
Asbury and Weiner has an example that uses EJB and JSP (although the JSP is
pre-1.0).  Also you can check out
http://www.orionserver.com/examples/jsp/ejbtag/simple.jsp which has an
example of using custom tags to help make using EJB's more like using normal
beans inside a JSP.  Be aware, however, that custom tags require JSP 1.1
support (which at the moment isn't very common since, IIRC 1.1 hasn't been
finalized yet).

Hope that helps,
Brien Voorhees

----- Original Message -----
From: Shridharan Gopalan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 07, 1999 7:11 AM
Subject: JSP to EJB


> I am looking for information on acessing an enterprise bean from jsp.  Any
> code snippets would help a lot
>
> shridhar
>
>
===========================================================================
> 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