About 439,000 results
Open links in new tab
  1. EAR (file format) - Wikipedia

    EAR (Enterprise Archive) is a file format used by Jakarta EE for packaging one or more modules into a single archive so that the deployment of the various modules onto an application server happens …

  2. 5.1 Packaging Applications - Java Platform, Enterprise Edition: The ...

    5.1 Packaging Applications A Java EE application is delivered in a Java Archive (JAR) file, a Web Archive (WAR) file, or an Enterprise Archive (EAR) file. A WAR or EAR file is a standard JAR (.jar) …

  3. Exploring Java Enterprise Applications: Understanding EAR, WAR

    Feb 5, 2024 · An Enterprise Archive (EAR) file is a packaging format used in Java EE (Enterprise Edition) applications. It acts as a container for multiple Java Archive (JAR) files, Web Archive (WAR) …

  4. Packaging Applications - The Java EE 6 Tutorial - Oracle

    Packaging Applications A Java EE application is delivered in a Java Archive (JAR) file, a Web Archive (WAR) file, or an Enterprise Archive (EAR) file. A WAR or EAR file is a standard JAR (.jar) file with a …

  5. java - .war vs .ear file - Stack Overflow

    Oct 20, 2009 · Java Application Servers allow deployment of standalone web modules in a WAR file, though internally, they create EAR files as a wrapper around WAR files. Standalone web containers …

  6. Welcome to Apache Maven – Maven

    1 day ago · Welcome to Apache Maven Apache Maven is a build tool for Java projects. Using a project object model (POM), Maven manages a project's compilation, testing, and documentation. You can …

  7. Understanding the Key Differences Between .WAR and .EAR Files in Java ...

    May 29, 2024 · In the realm of Java EE (now known as Jakarta EE) development, understanding the distinctions between different types of deployment artifacts is vital for building scalable and …

  8. Oracle | Cloud Applications and Cloud Platform

    Oracle offers a comprehensive and fully integrated stack of cloud applications and cloud platform services.

  9. JAR,WAR,EARの違い #Java - Qiita

    いずれもJava仕様に準拠して定義されたZIP形式のパッケージ (複数のファイルをまとめたアーカイブ)。 Javaで実装したプログラムを実行・配布しやすくするための形式。 ファイルの規模感としては …

  10. How to Create JAR, WAR, and EAR Files with Gradle - Java Guides

    Conclusion In this guide, we have covered how to create JAR, WAR, and EAR files using Gradle. We also demonstrated how to set up a simple Java application, a web application with JSP, and an …