You should find it in the archives.  This question has been asked before.

:)

It's actually:

   http://archives.java.sun.com/archives/jsp-interest.html

Jay


-----Original Message-----
From: King Maurice [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 16, 2001 8:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Use EJB in JSP


Does anyone know the link for the archives to this jsp email forum?

Maurice~



----- Original Message -----
From: "Nevarez, Benjamin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 09, 2001 3:00 PM
Subject: Re: Use EJB in JSP


 > Yes, go to java.sun.com and search for J2EE, blueprints, etc. There is
also
 > a new 'J2EE Tutorial' that you can download in PDF format. Also a free
book
 > called 'Designing Enterprise Applications with J2EE' in PDF. Also, the
very
 > complex example Petstore application that combines all this technologies.
 > Also, ... lots of things.
 >
 > Benjamin
 >
 > -----Original Message-----
 > From: King Maurice [mailto:[EMAIL PROTECTED]]
 > Sent: Wednesday, May 09, 2001 11:32 AM
 > To: [EMAIL PROTECTED]
 > Subject: Re: Use EJB in JSP
 >
 >
 > do you have any links to this method, I would like what they suggest?
 >
 >
 > ----- Original Message -----
 > From: "Nevarez, Benjamin" <[EMAIL PROTECTED]>
 > To: <[EMAIL PROTECTED]>
 > Sent: Wednesday, May 09, 2001 1:25 PM
 > Subject: Re: Use EJB in JSP
 >
 >
 > > Well, you must find a way to separate presentation from business rules,
as
 > > proposed by JSP Model 1 from Sun (and JavaBeans are not the only
choice).
 > >
 > > Still better, you can go to MVC, also called JSP Model 2. In this case
 > there
 > > is also a controller, typically a servlet. You can get more info in the
 > J2EE
 > > blueprints in java.sun.com.
 > >
 > > Benjamin
 > >
 > >
 > > -----Original Message-----
 > > From: Geert Van Damme [mailto:[EMAIL PROTECTED]]
 > > Sent: Wednesday, May 09, 2001 12:00 AM
 > > To: [EMAIL PROTECTED]
 > > Subject: Re: Use EJB in JSP
 > >
 > >
 > > 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
 > > >


-- Jay Burgess
   Delano Technology Corporation
   mailto:[EMAIL PROTECTED]
   (913) 438-9444 x154

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