Deployment descriptor

Deployment descriptor

What is deployment descriptor ?

View Answers

November 15, 2010 at 12:43 PM

A deployment descriptor is an Extensible Markup Language (XML) text-based file with an .xml extension that describes a component?s deployment settings. A J2EE application and each of its modules has its own deployment descriptor. For example, an enterprise bean module deployment descriptor declares transaction attributes and security authorizations for an enterprise bean. Because deployment descriptor information is declarative, it can be changed without modifying the bean source code. At run time, the J2EE server reads the deployment descriptor and acts upon the component accordingly.









Related Tutorials/Questions & Answers:
Deployment descriptor
Deployment descriptor  What is deployment descriptor ?   A deployment descriptor is an Extensible Markup Language (XML) text-based file... application and each of its modules has its own deployment descriptor. For example
Deployment Descriptor
Deployment Descriptor       A deployment descriptor or DD in short is a configuration file... Edition, a deployment descriptor contains information about a web application
Advertisements
What are the elements in the deployment descriptor(web.xml)?
What are the elements in the deployment descriptor(web.xml)?  What do the following elements in the deployment descriptor(web.xml)are: â?¦â?¦.. â?¦.. â?¦â?¦â?¦ â?¦â
EJB deployment descriptor
EJB deployment descriptor       Deployment descriptor is the file which tells the EJB server that which classes make.... it also indicates the behavior of one EJB with other. The deployment descriptor
Specifying an Authentication Mechanism in the Deployment Descriptor
In this section, you will learn how to specify an authentication mechanism in the deployment descriptor
web.xml deployment descriptor - JSP-Servlet
web.xml deployment descriptor  Pls guide about how to write the web.xml file to deploy our web applications that uses JSP, by using tomcat...  import java.io.*;import javax.servlet.*;import javax.servlet.http.*; public
Writing Deployment Descriptor of Stateless Session Bean
Writing Deployment Descriptor of Stateless Session Bean...; In this section we will write the deployment descriptor for the session bean. We need the deployment descriptor for application
EJB deployment descriptor
EJB deployment descriptor       Deployment descriptor is the file which tells the EJB server... interface. it also indicates the behavior of one EJB with other. The deployment
Match EJB roles with the corresponding description of the role's responsibilities, where the description may include deployment descriptor information.
may include deployment descriptor information. Prev Chapter 1... the description may include deployment descriptor information. There are 6...; and the bean's deployment descriptor. The deployment descriptor (DD
Given a security-related deployment descriptor tag, identify correct and incorrect statements and code related to that tag.
Given a security-related deployment descriptor tag, identify...; Given a security-related deployment descriptor tag, identify correct... by Application Assembler) in a deployment descriptor: <assembly
Identify correctly-implemented deployment descriptor elements for a CMP bean (including container-managed relationships).
deployment descriptor elements for a CMP bean (including container-managed... correctly-implemented deployment descriptor elements for a CMP bean (including container-managed relationships). The deployment descriptor is part
Identify correct and incorrect statements about the Application Assembler's responsibilities, including the use of deployment descriptor elements related to transactions and the identifica
responsibilities, including the use of deployment descriptor elements... responsibilities, including the use of deployment descriptor elements related... of the transaction attributes in the deployment descriptor
Identify correct and incorrect statements about the purpose and use of the deployment descriptor elements for environment entries, EJB references, and resource manager connection factory r
of the deployment descriptor elements for environment entries, EJB... to a particular deployment descriptor element. Prev Chapter 13...; The following illustrates an ejb-link in the deployment descriptor. The Application
Match the name with a description of purpose or functionality, for each of the following deployment descriptor elements: ejb-name, abstract-schema-name, ejb-relation, ejb-relat
, for each of the following deployment descriptor elements: ejb-name... or functionality, for each of the following deployment descriptor elements.... The deployment descriptor provides the following
tag library descriptor
tag library descriptor  i need types of tld ,uses of tld and example program for tag library descriptor
ModuleNotFoundError: No module named 'cron-descriptor'
ModuleNotFoundError: No module named 'cron-descriptor'  Hi, My... named 'cron-descriptor' How to remove the ModuleNotFoundError: No module named 'cron-descriptor' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'cron-descriptor'
ModuleNotFoundError: No module named 'cron-descriptor'  Hi, My... named 'cron-descriptor' How to remove the ModuleNotFoundError: No module named 'cron-descriptor' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'ml-descriptor'
ModuleNotFoundError: No module named 'ml-descriptor'  Hi, My... 'ml-descriptor' How to remove the ModuleNotFoundError: No module named 'ml-descriptor' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'Covariance-Descriptor'
ModuleNotFoundError: No module named 'Covariance-Descriptor'  Hi...: No module named 'Covariance-Descriptor' How to remove the ModuleNotFoundError: No module named 'Covariance-Descriptor' error? Thanks   Hi
ModuleNotFoundError: No module named 'cron-descriptor'
ModuleNotFoundError: No module named 'cron-descriptor'  Hi, My... named 'cron-descriptor' How to remove the ModuleNotFoundError: No module named 'cron-descriptor' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'descriptor-tools'
ModuleNotFoundError: No module named 'descriptor-tools'  Hi, My... named 'descriptor-tools' How to remove the ModuleNotFoundError: No module named 'descriptor-tools' error? Thanks   Hi, In your
Cannot find tag library descriptor
Cannot find tag library descriptor  Cannot find tag library descriptor...? How to resolve in struts in eclipse
ModuleNotFoundError: No module named 'invisibleroads-macros-descriptor'
ModuleNotFoundError: No module named 'invisibleroads-macros-descriptor' ...: ModuleNotFoundError: No module named 'invisibleroads-macros-descriptor' How to remove the ModuleNotFoundError: No module named 'invisibleroads-macros-descriptor'
Version of com.ariht>maven-assembly-descriptor dependency
List of Version of com.ariht>maven-assembly-descriptor dependency
Maven Dependency maven-assembly-descriptor >> 0.9.2
You should include the dependency code given in this page to add Maven Dependency of com.ariht >> maven-assembly-descriptor version0.9.2 in your project
Maven Repository/Dependency: com.ariht | maven-assembly-descriptor
Maven Repository/Dependency of Group ID com.ariht and Artifact ID maven-assembly-descriptor. Latest version of com.ariht:maven-assembly-descriptor dependencies. # Version Release Date
org.apache.maven - maven-plugin-descriptor version 2.0.9 Maven dependency. How to use maven-plugin-descriptor version 2.0.9 in pom.xml?
org.apache.maven  - Version 2.0.9 of maven-plugin-descriptor Maven...-descriptor in pom.xml? How to use maven-plugin-descriptor version 2.0.9... org.apache.maven  - Version 2.0.9 of maven-plugin-descriptor in project
Maven Repository/Dependency: org.apache.maven | maven-plugin-descriptor
Maven Repository/Dependency of Group ID org.apache.maven and Artifact ID maven-plugin-descriptor. Latest version of org.apache.maven:maven-plugin-descriptor dependencies. # Version Release Date
Spring MVC JQuery Integration
Spring MVC JQuery Integration In this section, you will learn about Spring MVC JQuery Integration by deployment descriptor. PROBLEM When you are including... problem by adding .js URL pattern mapping in deployment descriptor(web.xml
Create Tag Library Descriptor (TLD) File
Create Tag Library Descriptor (TLD) File  ..., we learn how to create library descriptor file in your project. Developers can... library descriptor file (TLD file) is used to describe the tag extensions and relate
J2EE Interview Questions -2
: What is Deployment Descriptor? Answer: A deployment descriptor is simply... descriptor describes the component deployment settings. Application servers reads the deployment descriptor to deploy the components contained in the deployment unit
deployment in eclipse
deployment in eclipse  How to run the web project in eclipse in resin server without using GUI hard deployment
Error !!! Can not find the tag library descriptor for "/WEB-INF/tlds/template.tld"
Error !!! Can not find the tag library descriptor for "/WEB-INF/tlds/template.tld"   I am not able to fix this problem. I tried different jar files, but no luck. Is there anything else apart from adding jar files that i can try
Maven dependency for com.ariht - maven-assembly-descriptor version 0.9.2 is released. Learn to use maven-assembly-descriptor version 0.9.2 in Maven based Java projects
-descriptor released The developers of   com.ariht - maven-assembly-descriptor project have released the latest version of this library on 11 Aug 2014, the released version of  com.ariht - maven-assembly-descriptor library
Maven dependency for org.apache.maven - maven-plugin-descriptor version 2.0-beta-3 is released. Learn to use maven-plugin-descriptor version 2.0-beta-3 in Maven based Java projects
of maven-plugin-descriptor released The developers of   org.apache.maven - maven-plugin-descriptor project have released the latest version of this library...-descriptor library is 2.0-beta-3. Developer can use this version
Maven dependency for org.apache.maven - maven-plugin-descriptor version 2.0-beta-1 is released. Learn to use maven-plugin-descriptor version 2.0-beta-1 in Maven based Java projects
of maven-plugin-descriptor released The developers of   org.apache.maven - maven-plugin-descriptor project have released the latest version of this library...-descriptor library is 2.0-beta-1. Developer can use this version
Maven dependency for org.apache.maven - maven-plugin-descriptor version 2.0.2 is released. Learn to use maven-plugin-descriptor version 2.0.2 in Maven based Java projects
-plugin-descriptor released The developers of   org.apache.maven - maven-plugin-descriptor project have released the latest version of this library...-descriptor library is 2.0.2. Developer can use this version ( org.apache.maven
deployment error
deployment error  when i deployed my .ear file into the jboss4.2.3 ga it shows this exception in server log any body please help me,thanks in advance error is : 012-08-22 15:19:41,068 DEBUG
ModuleNotFoundError: No module named 'deployment'
ModuleNotFoundError: No module named 'deployment'  Hi, My Python... 'deployment' How to remove the ModuleNotFoundError: No module named 'deployment' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'deployment'
ModuleNotFoundError: No module named 'deployment'  Hi, My Python... 'deployment' How to remove the ModuleNotFoundError: No module named 'deployment' error? Thanks   Hi, In your python environment you
JavaFX deployment in Jboss
JavaFX deployment in Jboss  Hi, How to deploy javafx application into JBoss
WebServices deployment in Weblogic - WebSevices
WebServices deployment in Weblogic  Hi, I want to create a service using Axis2 and deploy the service in Weblogic, along with my application war file. What is the common practice? Thanks in Advance, VJ
Deployment of your example - Struts
Deployment of your example  In your Struts2 tutorial, can you show how you would war it up so it can be deployed into JBOss? There seems to be a lot of unnecessary files in it, or am I mistaken
Version of geronimo>geronimo-deployment dependency
List of Version of geronimo>geronimo-deployment dependency
Deployment of JSF - Framework
Deployment of JSF   Hello, I am getting the following error while deploying the JSF application in JBOSS 4.0.0, I have followed all the steps...-INF\lib\jsf-impl.jar(com/sun/faces/taglib/jsf_core/ViewTag.class) class file
ModuleNotFoundError: No module named 'deployment-director'
ModuleNotFoundError: No module named 'deployment-director'  Hi, My... named 'deployment-director' How to remove the ModuleNotFoundError: No module named 'deployment-director' error? Thanks   Hi
ModuleNotFoundError: No module named 'open-deployment'
ModuleNotFoundError: No module named 'open-deployment'  Hi, My... named 'open-deployment' How to remove the ModuleNotFoundError: No module named 'open-deployment' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'open-deployment'
ModuleNotFoundError: No module named 'open-deployment'  Hi, My... named 'open-deployment' How to remove the ModuleNotFoundError: No module named 'open-deployment' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'python-deployment'
ModuleNotFoundError: No module named 'python-deployment'  Hi, My... named 'python-deployment' How to remove the ModuleNotFoundError: No module named 'python-deployment' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'silk-deployment'
ModuleNotFoundError: No module named 'silk-deployment'  Hi, My... named 'silk-deployment' How to remove the ModuleNotFoundError: No module named 'silk-deployment' error? Thanks   Hi, In your python

Ads