Programming Tutorials

What is Deployment Descriptor?

By: Karthik in Interview Tutorials on 2012-06-16  

Answer: A deployment descriptor is simply an XML(Extensible Markup Language) file with the extension of .xml. Deployment descriptor describes the component deployment settings. Application servers reads the deployment descriptor to deploy the components contained in the deployment unit. For example ejb-jar.xml file is used to describe the setting of the EJBs.





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Interview Question: What is the difference between ejbCreate() and ejbPostCreate?

What do you understand by a J2EE module?

Getting started with Interview

Interview Question: What is the difference between find and select methods in EJB?

What is similarities/difference between an Abstract class and Interface?

What are implicit Objects available to the JSP Page?

Interview Question: What are the call back methods in Entity bean?

Interview Question: What is Deployment descriptor?

Explain the Polymorphism principle.

Interview Question: What is local interface. How values will be passed?

Interview Question: What is the difference between sessioncontext and entitycontext?

Interview Question: Is Decorator an EJB design pattern?

Interview Question: What is the difference between JavaBean and EJB?

Interview Question: Can i map more than one table in a CMP?

Interview Question: What is lazy loading?

Latest Articles (in Interview)