1

I would like to know how deploy an EJB application? that also has web services with jax-ws... I read this link http://java.sun.com/developer/onlineTraining/Beans/EJBTutorial/step5.html#Create%20the%20ejb-jar%20file but use weblogic to generated deployment descriptor... How generated the deployment descriptor to Glass Fish?... How generate a ejb-jar file?... Thank you very much for you help...

Jean-Rémy Revy
  • 5,607
  • 3
  • 39
  • 65
Will86
  • 157
  • 1
  • 4
  • 13

1 Answers1

1

Here is very good article, how create enterprise application (like web-service) step by step.
Using: Eclipce IDE, Java EE 6, GlassFish AS.
Article

Here is requared deployment descriptors for GLassFish AS
Oracle DOC

I recommend you use maven for your projects. Maven can generate all that you need

@see maven-jar-plugin  
@see maven-ear-plugin
Ilya
  • 29,135
  • 19
  • 110
  • 158