using EJB in jsp page

2003-05-27 Thread Maciek Zywno
hello How can I use EJB in jsp page? I guess I have to specify the application server where my EJB resides.. what is the syntax? is it a common practice to use EJB from jsp level? thanks === To unsubscribe: mailto [EMAIL

Re: Use EJB in JSP

2001-05-16 Thread Yee, Hung
Here's the link: http://archives.java.sun.com/archives/jsp-interest.html -Original Message- From: King Maurice [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 6:51 AM To: [EMAIL PROTECTED] Subject: Re: Use EJB in JSP Does anyone know the link for the archives to this jsp email

Re: Use EJB in JSP

2001-05-16 Thread King Maurice
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

Re: Use EJB in JSP

2001-05-16 Thread Jay Burgess
] 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

Re: Another EJB in JSP

2001-05-12 Thread Nevarez, Benjamin
-Original Message- From: Jimmy [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 7:32 PM To: [EMAIL PROTECTED] Subject: Another EJB in JSP Hello... I made my own EJB and can be successfully compiled and archived into JAR file. I also succeeded in deploying this EJB into Weblogic 5.1.0 ( I

Another EJB in JSP

2001-05-11 Thread Jimmy
Hello... I made my own EJB and can be successfully compiled and archived into JAR file. I also succeeded in deploying this EJB into Weblogic 5.1.0 ( I noticed : 1 EJB deployed message). But when I make a reference into this BEAN from JSP : jsp:useBean id=mybean class=yasa.ejb.myejb.mybean

Re: Use EJB in JSP

2001-05-10 Thread Dmitry Namiot
Are there other tag libraries that you are aware of for JSP pages? check out this for example: http://coldjava.hypermart.net/jsp.htm -- Coldjava - server-side Java components http://coldjava.hypermart.net __ Get your own FREE,

Re: Use EJB in JSP

2001-05-09 Thread Geert Van Damme
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

Re: Use EJB in JSP

2001-05-09 Thread Joseph Ottinger
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

Re: Use EJB in JSP

2001-05-09 Thread Celeste Haseltine
]]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

Re: Use EJB in JSP

2001-05-09 Thread Joseph Ottinger
From: Celeste Haseltine [EMAIL PROTECTED] Subject: Re: Use EJB in JSP 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

Re: Use EJB in JSP

2001-05-09 Thread Celeste Haseltine
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 10:31 AM To: [EMAIL PROTECTED] Subject: Re: Use EJB in JSP From: Celeste Haseltine [EMAIL PROTECTED] Subject: Re: Use EJB in JSP

Re: Use EJB in JSP

2001-05-09 Thread Nevarez, Benjamin
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

Re: Use EJB in JSP

2001-05-09 Thread King Maurice
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

Use EJB in JSP

2001-05-08 Thread Liu Te Hua
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

Re: Use EJB in JSP

2001-05-08 Thread Nevarez, Benjamin
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

Custom security model in EJB via JSP or servlets

2001-04-14 Thread Oleg V Alexeev
Hello friends, Can anybody point me to any resource about use of custom security model in EJB with JSP or servlets frontend? I am interested in any ideas, which can help to compose realm of servlet container and custom security model in EJB. Thank you before all. -- Best regards, Oleg

calling EJB from JSP

2001-01-29 Thread Sebouh
Hello guys What is the best way to call EJB from JSP? i checked some places, and everytime the framework is to call a Bean from JSP, and the Bean calls the EJB? is this right, and if you can explain me why this is so, or is there a better way to use EJB with JSP? and where can i find some

EJB and JSP

2000-08-22 Thread Leonov, Stanislav (RSCH)
Hello everyone, I'm looking for some good (better great) book on EJB and JSP to buy, and also for free e-books (online books) or tutorials on EJB and JSP. If you know any titles (or ISBNs) or websites, please email them. Thank you, Stas [EMAIL PROTECTED

Re: EJB and JSP

2000-08-22 Thread Scott Evans
check out http://theserverside.com/home/index.jsp for a free EJB book in PDF. -Original Message- From: Leonov, Stanislav (RSCH) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 22, 2000 5:05 PM To: [EMAIL PROTECTED] Subject: EJB and JSP Hello everyone, I'm looking for some good (better

Re: EJB with JSP question!

2000-04-26 Thread Senthil Kumaran
for us to help you if you send a code snippet. Senthil. -Original Message- From: Tung Bui [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 26, 2000 5:58 AM To: [EMAIL PROTECTED] Subject: EJB with JSP question! Hello all gurus out there, I'm playing with the idea of using EJB in JSP

Re: EJB with JSP question!

2000-04-26 Thread Tung Bui
eved from the * application-local context (java:comp/env, the variable is * specified in the assembly descriptor; META-INF/application-client.xml) * but for simplicity we use a global variable. */ Object homeObject = ctx.lookup("java:comp/env/LinkEJB"); //Object homeObject

EJB with JSP question!

2000-04-25 Thread Tung Bui
Hello all gurus out there, I'm playing with the idea of using EJB in JSP to possibly replace my beans. I use Orion Server build 0.9.4 and am able to set up the EJB to work. However, the same code, which works in a client application, does not work in the JSP page. So I told myself to go one step

How to invoke EJB from jsp ?

1999-12-08 Thread Parshwanath
Can I invoke a ejb's functions from jsp ? Thanx for all u r replies ! :-)Parshwanath === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at:

ejb in jsp

1999-11-10 Thread Terrance Davis
can anyone give me an example (simplest code possible) of using an EJB from within jsp. This is what we just came up with, but I was hoping for something better. !doctype html public "-//w3c/dtd/HTML 4.0//en" html head %@ page import="ybook.demo4.*,