Skip to main content

Diigo Home

The J2EE(TM) 1.4 Tutorial - The Diigo Meta page

java.sun.com/...index.html - Cached

This link has been bookmarked by 67 people . It was first bookmarked on 02 Mar 2006, by David.

  • 24 Jun 09
  • 17 Jun 09
  • 02 Jun 09
  • 01 Apr 09
  • 17 Dec 08
  • 12 Nov 08
      • Figure 1-6 EAR File Structure




        A J2EE module consists of one or more J2EE components for the same container type and one component deployment descriptor of that type. An enterprise bean module deployment descriptor, for example, declares transaction attributes and security authorizations for an enterprise bean. A J2EE module without an application deployment descriptor can be deployed as a stand-alone module. The four types of J2EE modules are as follows:


        • EJB modules, which contain class files for enterprise beans and an EJB deployment descriptor. EJB modules are packaged as JAR files with a .jar extension.
        • Web modules, which contain servlet class files, JSP files, supporting class files, GIF and HTML files, and a web application deployment descriptor. Web modules are packaged as JAR files with a .war (web archive) extension.
        • Application client modules, which contain class files and an application client deployment descriptor. Application client modules are packaged as JAR files with a .jar extension.
        • Resource adapter modules, which contain all Java interfaces, classes, native libraries, and other documentation, along with the resource adapter deployment descriptor. Together, these implement the Connector architecture (see J2EE Connector Architecture) for a particular EIS. Resource adapter modules are packaged as JAR files with an .rar (resource adapter archive) extension.
  • 05 Nov 08
  • 04 Jul 08
    touffik
    noureddine seddik

    tutorial,java,tm,ee,tutoriaux,ressources











    tutorial java tm ee tutoriaux ressources import simpy

  • 28 May 08
  • 02 May 08
  • 29 Apr 08
    • messaging system that implements the JMS interfaces and provides administrative and control features
    • Messaging enables distributed communication that is loosely coupled. A component sends a message to a destination, and the recipient can retrieve the message from the destination.
    • 65 more annotations...
  • 25 Sep 07
  • 14 Aug 07
  • 17 Jul 07
  • 29 Jun 07
  • 24 Apr 07
  • 27 Mar 07
  • 24 Mar 07
  • 06 Jan 07
  • 02 Dec 06
  • 14 Nov 06
  • 27 Oct 06
  • 25 Oct 06
  • 22 Oct 06
  • 05 Sep 06
  • 16 Aug 06
  • 06 Aug 06
  • 02 Aug 06
  • 01 Mar 06
  • 20 Jan 05
    bvbhavsar
    bvbhavsar Bhavsar

    everything with SunOneAppServer

    J2EE 1.4 Tutorial... JAAS j2ee

    • Security

      The J2EE application programming model insulates developers from mechanism-specific implementation details of application security. The J2EE platform provides this insulation in a way that enhances the portability of applications, allowing them to be deployed in diverse security environments.

      Some of the material in this chapter assumes that you understand basic security concepts. To learn more about these concepts, we recommend that you explore http://java.sun.com/j2se/1.5.0/docs/guide/security/index.html before you begin this chapter.

      If you need to make changes to the Sun Java System Application Server 8, and have administrator privileges, read the Application Server's Administration Guide.

      If you are a developer who wants to add security to existing J2EE and web services applications, you are in the right place.
    • Security

      The J2EE application programming model insulates developers from mechanism-specific implementation details of application security. The J2EE platform provides this insulation in a way that enhances the portability of applications, allowing them to be deployed in diverse security environments.

      Some of the material in this chapter assumes that you understand basic security concepts. To learn more about these concepts, we recommend that you explore http://java.sun.com/j2se/1.5.0/docs/guide/security/index.html before you begin this chapter.

      If you need to make changes to the Sun Java System Application Server 8, and have administrator privileges, read the Application Server's Administration Guide.

      If you are a developer who wants to add security to existing J2EE and web services applications, you are in the right place.
    • 1 more annotations...
  • 20 Dec 04
  • 20 Nov 04
  • 13 Nov 04
  • 30 Aug 04