aspose file tools
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes Tomcat for EJB 3.1 Specifications Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Professional Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "Tomcat for EJB 3.1 Specifications" Watch "Tomcat for EJB 3.1 Specifications" New topic
Author

Tomcat for EJB 3.1 Specifications

Joe Harry
Ranch Hand

Joined: Sep 26, 2006
Posts: 8457

Guys,

Do we have a Tomcat version that supports the EJB 3.1 specification?


SCJP 1.4, SCWCD 1.4 - Hints for you, SCBCD Hints - Demnachst, SCDJWS - Auch Demnachst
Did a rm -R / to find out that I lost my entire Linux installation!
Jaikiran Pai
Saloon Keeper

Joined: Jul 20, 2005
Posts: 6710

Tomcat? Tomcat never supported EJBs http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q21

[My Blog] [JavaRanch Journal]
Lester Burnham
Rancher

Joined: Oct 14, 2008
Posts: 1337
OpenEJB is a web app that implements most of EJB 3.1, and it works with Tomcat.
Joe Harry
Ranch Hand

Joined: Sep 26, 2006
Posts: 8457

Jaikiran Pai wrote:Tomcat? Tomcat never supported EJBs http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q21


I'm talking about EJB 3.1!
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50652

Jothi Shankar Kumar wrote:I'm talking about EJB 3.1!
So? Doesn't change a thing.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Joe Harry
Ranch Hand

Joined: Sep 26, 2006
Posts: 8457

Refer this one here http://www.theserverside.com/news/1363656/New-Features-in-EJB-31
Lester Burnham
Rancher

Joined: Oct 14, 2008
Posts: 1337
Not sure what you're getting at. As was pointed out, Tomcat has never, and will never, support any version of EJB directly. Some support for EJB 3.1 can be gotten through OpenEJB, as was also pointed out. Does that answer your question?
Jaikiran Pai
Saloon Keeper

Joined: Jul 20, 2005
Posts: 6710

Based on one other question you had posted sometime back, I'm just guessing that you are confused with the EJB3.1 feature which allows EJBs to be deployed through .war files. Is that what you are looking for? If yes, then that feature does not mean that Tomcat will start supporting EJBs. All it means is, application servers like JBoss, Glassfish (and others) will now look for EJBs in .war files too - just another way to package your EJBs.
Joe Harry
Ranch Hand

Joined: Sep 26, 2006
Posts: 8457

Good, so the point here is understood. Deploying EJB's in war files. So I just wanted to know if we could use the all time favorite container "Tomcat" and if there is a version planned for this support!
Jaikiran Pai
Saloon Keeper

Joined: Jul 20, 2005
Posts: 6710

Jothi Shankar Kumar wrote:Deploying EJB's in war files. So I just wanted to know if we could use the all time favorite container "Tomcat" and if there is a version planned for this support!


No.
Joe carco
Ranch Hand

Joined: Apr 14, 2009
Posts: 80
You might want to check out http://code.google.com/p/siwpas/ - looks like extremely interesting stuff:



.... What is SIwpas?¶

Simple Web Profile Application Server (SIwpas) aim is not to implement a new "Java EE" application server from the scratch. SIwpas aim is to integrate Apache Software Foundation(ASF) JavaTM Platform, Enterprise Edition 6 (Java EE 6) Web Profile Specification related projects into the Apache Tomcat 7 for producing a Java EE 6 Web Profile compatible server(Currently, SIwpas is not a certified Java EE Web Profile Server. When we say compatible it means that it contains technologies that are listed in Java EE Web Profile Specification. It does not mean that it has passed Java EE Web Profile TCK suite). .....



J2EE Is Dead - Completely Dead - http://www.adam-bien.com/roller/abien/entry/j2ee_is_dead_completely_dead
Gurkan Erdogdu
Greenhorn

Joined: Apr 24, 2011
Posts: 1
Siwpas 1.0.0 GA has been released. Checkout http://siwpas.mechsoft.com.tr

Joe carco wrote:You might want to check out http://code.google.com/p/siwpas/ - looks like extremely interesting stuff:



.... What is SIwpas?¶

Simple Web Profile Application Server (SIwpas) aim is not to implement a new "Java EE" application server from the scratch. SIwpas aim is to integrate Apache Software Foundation(ASF) JavaTM Platform, Enterprise Edition 6 (Java EE 6) Web Profile Specification related projects into the Apache Tomcat 7 for producing a Java EE 6 Web Profile compatible server(Currently, SIwpas is not a certified Java EE Web Profile Server. When we say compatible it means that it contains technologies that are listed in Java EE Web Profile Specification. It does not mean that it has passed Java EE Web Profile TCK suite). .....


David Blevins
Greenhorn

Joined: May 03, 2010
Posts: 11
In October at JavaOne, Apache released Apache TomEE which is a Java EE 6 certified version of Apache Tomcat. It supports EJB 3.1, CDI 1.0, etc. and includes Apache OpenEJB, Apache OpenWebBeans, Apache OpenJPA, Apache MyFaces, etc. All added and integrated into Tomcat and officially certified like JBoss or GlassFish.
 
 
subject: Tomcat for EJB 3.1 Specifications
 
Threads others viewed
EJB 3.1
New SCBCD
OCE Java EE 6 EJB Developer - after the exam
Can I use Entity class as my managed bean?
Best Container for learning EJBs
MyEclipse, The Clear Choice