aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes EJB Deployment with Jar file? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "EJB Deployment with Jar file?" Watch "EJB Deployment with Jar file?" New topic
Author

EJB Deployment with Jar file?

inr mohan
Ranch Hand

Joined: May 11, 2005
Posts: 61
Hi,

I would like to know if we can just deploy the EJB jar files directly into the application server, without creating any EAR file. Please clarify.

Thanks
Inr
Madhan Sundararajan Devaki
Ranch Hand

Joined: Mar 18, 2011
Posts: 312

I believe, you can deploy EJB jar directly in an Application Server.


S.D. MADHAN
Not many get the right opportunity !
Bennet Xavier
Ranch Hand

Joined: Jun 19, 2008
Posts: 162
Yes, This is absolutely possible.

Rufat Babakishiyev
Greenhorn

Joined: Jul 25, 2011
Posts: 7
You can deploy EJB jar from server console. It is possible.
Askar Akhmerov
Greenhorn

Joined: Apr 13, 2010
Posts: 20

You are able to deploy ejb-jar to an application server.
However, some of them would require you to provide some extra configuration files.

This trick works 100% with Glassfish. You can even annotate your EJB with JAX-WS annotations and have a web-service.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: EJB Deployment with Jar file?
 
Similar Threads
ClassNotFoundException
Properties file
Jboss EJB deployment issue
ANother question about SCBCD study guide
JBOSS 3.2 does not refresh changes made to EJB