約 653,000 件の結果
リンクを新しいタブで開く
  1. Java Platform, Enterprise Edition (Java EE) - Oracle

    Java Platform, Enterprise Edition (Java EE) is the standard in community-driven enterprise software. Java EE is developed using the Java Community Process, with contributions from …

  2. 他の人も質問しています
  3. What is Java Enterprise Edition (Java EE)? - GeeksforGeeks

    2025年7月23日 · To sum it up, Java Enterprise Edition is a powerful platform for building secure, scalable and enterprise-level applications. It extends Java SE with features like Web …

  4. Does Java EE / Jakarta EE support the Java module system? Is it ...

    The core Java supports the Java module system. Java EE / Jakarta EE does not make use of the Java module system, so the web container will put all classes to an unnamed module.

  5. Tutorial: Your first Jakarta EE application | IntelliJ IDEA

    2025年11月26日 · This tutorial describes how to create a simple Jakarta Enterprise Edition (EE) web application in IntelliJ IDEA. The application will include a single JSP page that shows Hello, …

  6. Resolving Deprecated Java EE Modules in Modern Java

    2025年11月4日 · Explore effective dependency replacements for deprecated Java EE modules like JAXB, JAX-WS, and JTA when migrating to newer JDK versions, featuring practical …

  7. Additional Java EE Modules Removed

    2025年9月6日 · The Java EE modules were initially part of the JDK to provide enterprise-level services such as web services, messaging, and distributed applications. However, over time, …

  8. Packaging Applications - GitHub Pages

    A Java EE module consists of one or more Java EE components for the same container type and, optionally, one component deployment descriptor of that type. An enterprise bean module …

  9. j2ee models - Eclipse

    The core models are for creating and loading the Java EE artifacts (Enterprise Applications, Application Clients, Web Applications, Web Services, Enterprise Java Bean and Connectors).

  10. Getting Started with Java EE Applications - Apache NetBeans

    To illustrate the new features, this tutorial will demonstrate how to create a simple Java EE web application that contains an EJB 3.1 stateless session bean facade for an entity class. You will …