This link has been bookmarked by 67 people . It was first bookmarked on 02 Mar 2006, by David.
-
-
- EJB modules, which contain class files for enterprise beans and an EJB deployment descriptor. EJB modules are packaged as JAR files with a
.jarextension. - 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
.jarextension. - 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.
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
-
-
noureddine seddiktutorial,java,tm,ee,tutoriaux,ressources
-
-
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...
-
-
bvbhavsar Bhavsareverything with SunOneAppServer
-
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...
-
Page Comments
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.