Joseph,

Thanks for the web link.  I was in the process of getting ready to write
some custom tags for our project that JRUN server 3.1's custom tag library
does not cover.  I found a some of the tags I needed in Orion's util tag
lib.

I did a web search yesterday for free JSP/XML tag libraries and got a pretty
good list.  Unfortunately, most of the links I "hit" on were all located on
the same server, which I found out this morning is no longer in business.
And I have been unsuccessful in finding out where the owners have "moved"
their tag libraries (assuming that they have done so).  Are there other free
tag libraries that you are aware of for JSP pages?  If so, could you post
the links for those sites here when you get a chance.

Thanks in advance,

Celeste

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Joseph Ottinger
Sent: Wednesday, May 09, 2001 7:03 AM
To: [EMAIL PROTECTED]
Subject: Re: Use EJB in JSP


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

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