| 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.
|
 |
 |
|
|
subject: EJB Deployment with Jar file?
|
|
|