Top "Ear" questions

An Enterprise Archive, or EAR, is a file format used by Java EE for packaging one or more modules into a single archive so that the deployment of the various modules onto an application server happens simultaneously and coherently.

Gradle ear is putting JAR instead of WAR

I'm trying to build an ear using Gradle. I've my project tree like: /project | |--> /web-application | | | |--> /src (…

war gradle ear
How to deploy EAR in WebSphere Application Server using Jython script?

How to deploy application in WebSphere Application Server using Jython script? What is happening during ear file deployment?. Could you …

websphere jython ear websphere-8 wsadmin
Maven Integration for RAD7.5 along with automatic Websphere compatible EAR creation

I want to understand the entire process for integrating Maven with RAD Version 7.5 and creation of the EAR file using …

maven websphere ear ibm-rad maven-ear-plugin
When is it appropriate to use an EAR and when should your apps be in WARs?

We have many Spring web applications to make on a WebLogic server and are curious about when WARs should go …

java spring weblogic war ear
Benefits over using an EAR vs. WAR?

We're deploying our JavaEE 7 application on Wildfly 8. Previously, we've packaged all of our enterprise applications (WAR, multiple EJB JAR files) …

java jakarta-ee war wildfly ear
Gradle: Could not find method provided()

Which is preferred, provided or provided group and where is this documented? thufir@doge:~/NetBeansProjects/gradleEAR$ thufir@doge:~/NetBeansProjects/gradleEAR$ …

jakarta-ee gradle ejb packaging ear
How to make the Maven EAR Plugin automatically manage the classpath for dependencies?

I started using the maven ear plugin about 12 months ago and want to find out if there are any alternatives. …

maven maven-plugin ear maven-ear-plugin
How to enable maven to deploy the ear to the app. server automatically

I am using maven2 with a struts-hibernate Java EE project and developing with myEclipse. When I run a maven build, …

java deployment maven-2 jboss ear
maven-ear-plugin - How to manipulate Manifest.MF of webModule and ejbModule?

I have a multimodule maven project with the following structure: app (parent) -- pom.xml -- app-ear -- pom.xml …

maven manifest ear manifest.mf maven-ear-plugin
EAR version 1.4, 5, 6

Can someone please explain to me the difference in the EAR versions. Is it tied to the JDK version 1.4, 5 and 6? …

java ear