When I go to create a new Java EE 6 project in eclipse I see a bunch of types of projects….
- Enterprise Application
- EJB Module
- Enterprise Application Client
- Packaged Archive
What are these different types and what do they mean?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
EJBmodule produces a .JARcontaining all your enterprise java beans.An
EARfile is to contain at least one JavaEE module, anEJBis a JavaEE module.