RE: How to call EJB's from Servlet in a portable J2EE way?

2001-09-27 Thread Vel Periasamy
To: [EMAIL PROTECTED] Subject: Re: How to call EJB's from Servlet in a portable J2EE way? Earlier in tomcat 3.1 i use to get context by following Context ctx = new InitialContext(); Object obj = ctx.lookup(mybean); Then in tomcat 3.2.3 i follow following technique, which i suppose is applic able

How to call EJB's from Servlet in a portable J2EE way?

2001-09-26 Thread Vel Periasamy
We're planning to build a Servlet/JSP application(using Tomcat). We might also use EJB's if required (using JBoss). What's the best portable J2EE way to call EJB's on JBoss from a servlet in Tomcat? We have Tomcat 3.2.3. I understand this should be done by acquiring an initial context and

Re: How to call EJB's from Servlet in a portable J2EE way?

2001-09-26 Thread asheesh
AppServer, pls do check for the JBOSS implementation of it, u may have to include few class files in ur class path . regards asheesh - Original Message - From: Vel Periasamy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 27, 2001 4:48 AM Subject: How to call EJB's from Servlet