That's where I get confused. There is an example in the Tomcat install that involves a calendar which contains an item called a TableBean.
C:\Program Files\Apache Group\Tomcat 4.1\webapps\examples\jsp\cal Is this EJB delivered by Tomcat in the event the user has OpenEJB - or is it something else. Like a COM class. Forgive my assumptions. I'm new to this and spent much of my time in the MS side of things until recently. -----Original Message----- From: David Blevins [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 2:04 AM To: [EMAIL PROTECTED] Subject: Re: [openejb-user] NetBeans\Tomcat integration with openEJB On Mon, Apr 26, 2004 at 10:39:33PM -0400, Margolis, Scott wrote: > Hi Graham, > > I'm new as well - but I think the HelloWorld sample might be using a Session > Bean and not an Enterprise bean. SessionBeans are EJBs. Both javax.ejb.SessionBean and javax.ejb.EntityBean extend the javax.ejb.EnterpriseBean interface. -David > I might be wrong - but I'm assuming OpenEJB would be needed for EJB. > > -Scott > > -----Original Message----- > From: graham king [mailto:[EMAIL PROTECTED] > Sent: Monday, April 26, 2004 8:22 PM > To: [EMAIL PROTECTED] > Subject: [openejb-user] NetBeans\Tomcat integration with openEJB > > > > I just integrated the openEJB 0.9.2 release with NetBeans IDE 3.6 which runs > the Tomcat servlet container 5.0.19. I've ran the HelloWorld example > successfully! > > I'm curious if openEJB is still necessary? I'm new to the EJB server world > and am not sure if I'm duplicating efforts. Does anyone know if this latest > release of Tomcat supports EJB's? > > Thanks. > > Graham > > > ____________________________________________________________ > Find what you are looking for with the Lycos Yellow Pages > http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp > ?SRC=lycos10
