Orion (www.orionserver.com) has an EJB tag library that's very good - good
enough that I ignored the task of writing my own, and it's not like THAT
happens very often. :)


>From: Geert Van Damme <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: Use EJB in JSP
>Date: Wed, 9 May 2001 08:59:31 +0200
>
>I don't see why you propose to put an extra layer in between??
>I think it's a very reasonable approach to use EJB in your JSP.
>
>2 'clean' possibilities
>- you do the lookup of the EJB in a servlet and put the reference to the
>EJB
>in the request (or in the session) and then 'forward' to the JSP.
>- use custom tags. I've seen a very nice example of this, I think it was
>somewhere on java.sun.com.
>
>Geert Van Damme
>
> > -----Original Message-----
> > From: A mailing list about Java Server Pages specification and reference
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Nevarez, Benjamin
> > Sent: woensdag 9 mei 2001 6:22
> > To: [EMAIL PROTECTED]
> > Subject: Re: Use EJB in JSP
> >
> >
> > Well, it is a little more complex.
> >
> > You can use EJBs from JSP but this is not recommended. It is better
>using
> > JavaBeans from JSP (using that jsp:useBean tag) and then, EJBs from the
> > JavaBeans. You can also use EJBs from servlets. If this seems difficult
>to
> > you, you better start working now on the J2EE tutorial available in
> > java.sun.com.
> >
> > Benjamin
> >
> > -----Original Message-----
> > From: Liu Te Hua [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 08, 2001 8:36 PM
> > To: [EMAIL PROTECTED]
> > Subject: Use EJB in JSP
> >
> >
> > hello...
> >
> > I want to know how to use EJB in JSP ?
> > is it enough just to use <jsp:usebean ...> tag ?
> >
> > thank you
> >
> > ==================================================================
> > =========
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> > DIGEST".
> > 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
> >
> > ==================================================================
> > =========
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set
> > JSP-INTEREST DIGEST".
> > 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
> >
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>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

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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