Re: JSP with EJB?

2001-01-09 Thread R. Tavender
der -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Piyush Agrawal Sent: January 9, 2001 6:13 AM To: [EMAIL PROTECTED] Subject: JSP with EJB? Can anebody help me out, I'm not able to get the idea of Ho

Re: JSP with EJB?

2001-01-09 Thread Muder Kothawala
Use the controller class to call the method from your JSP Page. Regards Muder. -Original Message- From: Piyush Agrawal [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 7:43 PM To: [EMAIL PROTECTED] Subject:JSP with EJB

JSP with EJB?

2001-01-09 Thread Piyush Agrawal
Can anebody help me out, I'm not able to get the idea of How to call the methods in Enterprize Java Bean class through JSP Page? Thanx in advance, Piyush. Chequemail.com - a free web based e-mail service that also pays!!! http://www.chequemail.com

Re: JSP with EJB

1999-08-11 Thread Pankaj Malviya
Does this mean, To use EJB from JSP specify usebean for a Java Bean that Java bean should call EJB and then process the result. Questions : 1 Cost & Performance ? 2 Is this the ideal way ? 3 Whether JSP 1.1 specification talk of specifying EJB in useBean ? Pardon my ignorance. 4 Is the

Re: JSP with EJB

1999-08-11 Thread Craig McClanahan
Richard Vowles wrote: > Chris - you didn't stick in the tags! > > The key thing to point out here is that the JSP 1.0 nor 1.1 spec address > accessing EJBs directly from JSP. You can do it, but you have to put in all the > code that you would normally need to get the home and bean interface, wh

Re: JSP with EJB

1999-08-10 Thread Richard Vowles
Chris - you didn't stick in the tags! The key thing to point out here is that the JSP 1.0 nor 1.1 spec address accessing EJBs directly from JSP. You can do it, but you have to put in all the code that you would normally need to get the home and bean interface, which is messy and best (IMHO) put

Re: JSP with EJB

1999-08-10 Thread Murali Krishna Devarakonda
; Sent: Monday, August 09, 1999 10:34 AM Subject: JSP with EJB Hi everybody: In Sun Website http://java.sun.com/products/jsp/whitepaper.html we can read about tree diferents application Models for JSP Pages. 1.- A Simple Application 2.- A Flexible Application with Java Servlets 3.- Scalable Proc

Re: JSP with EJB

1999-08-10 Thread Paul Furbacher
On 8/10/99 at 12:00 AM, Pankaj Malviya [[EMAIL PROTECTED]] wrote: > Does this mean that today JSP - EJB combination is not > supported by any vendor. This is just a press release, but it speaks to your question: http://www.beasys.com/action/press/press181.htm You can join WebLogic's beta p

Re: JSP with EJB

1999-08-09 Thread Chris Hansen
aj Malviya [SMTP:[EMAIL PROTECTED]] > Sent: Monday, August 09, 1999 1:59 PM > To: [EMAIL PROTECTED] > Subject: Re: JSP with EJB > > Hi, > > We are in the process of building a web site that will > support more than 10,000 concurrent users. I want to > use Java for a

Re: JSP with EJB

1999-08-09 Thread Pankaj Malviya
Hi, We are in the process of building a web site that will support more than 10,000 concurrent users. I want to use Java for any server side development. This prompted me to look at JSP and EJB model. I am not uptodate on J2EE stuff. > > What will probably fit the bill for this is the > Referenc

JSP with EJB

1999-08-09 Thread Pankaj Malviya
Hi everybody: In Sun Website http://java.sun.com/products/jsp/whitepaper.html we can read about tree diferents application Models for JSP Pages. 1.- A Simple Application 2.- A Flexible Application with Java Servlets 3.- Scalable Processing with Enterprise JavaBeans Technology Can someone point