On Mon, Apr 26, 2004 at 08:22:24PM -0400, graham king wrote: > 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!
Congratulations! Never get tired of hearing this. > 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? Tomcat will never implement the EJB spec, OpenEJB will never implement the Servlet/JSP spec. They are a perfect match. -David
