Package « ear « Java Enterprise Q&A





1. How to structure a Java EE system? How is the term application and thus the content of an EAR defined?    stackoverflow.com

I am in the process of designing a build system and the directory structure for a large software system developed with JEE 5. The build system will be implemented using ant. We ...

2. How to include C/C++ dynamic libraries within EAR packaged J2EE application?    stackoverflow.com

My J2EE JBoss-based application uses lp_solve library written in C. To call lp_solve functions from Java code I use special Java wrapper which works with the original code through JNI. There ...

3. Deployment of redundant libraries within multiple ears    stackoverflow.com

A JEE application consists of different components in own ear files, each being quite large. This allows to disable or install only parts of the application. They contain redundant jar library ...

4. Why use an ear instead of a war?    stackoverflow.com

I read this and this which are somewhat related to my question. But I came across this article that says that EJBs can be packaged in a ...

5. applets with xhtml in ear packaging    stackoverflow.com

i have an applet which is in my .war package, all the libraries of the war are referenced from the ear package. now i want to run an applet from one ...