เข้าสู่ระบบ สมัครสมาชิก

deployment descriptor การใช้

ประโยคมือถือ
  • XML is used for the syntax of these deployment descriptor files.
  • It also contains XML files called deployment descriptors which describe how to deploy the modules.
  • The SDD defines schema for two XML document types : Package Descriptors and Deployment Descriptors.
  • This behavior may be declaratively tuned by the bean via annotations and if needed such configuration can later be overridden in the deployment descriptor.
  • The META-INF directory contains at least the application . xml deployment descriptor, known as the " Java EE Deployment Descriptor ".
  • The META-INF directory contains at least the application . xml deployment descriptor, known as the " Java EE Deployment Descriptor ".
  • Deployment Descriptors define characteristics of the content of a solution package, including the requirements that are relevant for creation, configuration, and maintenance of the solution content.
  • In the Java Platform, Enterprise Edition, a deployment descriptor describes how a component, module or application ( such as a web application or enterprise application ) should be deployed.
  • An EJB platform vendor generally provided their own tools that would read this deployment descriptor, and possibly generated a set of classes that would implement the now deprecated Home and Remote interfaces.
  • For web applications, the deployment descriptor must be called " web . xml " and must reside in the " WEB-INF " directory in the web application root.
  • An EAR file is a standard Zip file ) with a . ear extension, with one or more entries representing the modules of the application, and a metadata directory called META-INF which contains one or more deployment descriptors.
  • For Java EE applications, the deployment descriptor must be named " application . xml " and must be placed directly in the " META-INF " directory at the top level of the application . ear file.
  • In "'Java EE "', there are two types of deployment descriptors : " Java EE deployment descriptors " and " runtime deployment descriptors " . whereas the runtime descriptors are defined by the vendor of each container implementation.
  • In "'Java EE "', there are two types of deployment descriptors : " Java EE deployment descriptors " and " runtime deployment descriptors " . whereas the runtime descriptors are defined by the vendor of each container implementation.
  • In "'Java EE "', there are two types of deployment descriptors : " Java EE deployment descriptors " and " runtime deployment descriptors " . whereas the runtime descriptors are defined by the vendor of each container implementation.
  • A notable feature of being an official part of Java EE is that no configuration is necessary to start using JAX-RS . For non-Java EE 6 environments a ( small ) entry in the web . xml deployment descriptor is required.
  • For example, the " web . xml " file is a standard Java EE deployment descriptor, specified in the Java Servlet specification, but the " sun-web . xml " file contains configuration data specific to the Sun GlassFish Enterprise Server implementation.