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 )

What types of comments are available in the JSP?

Explain the Polymorphism principle.

What do you understand by Synchronization?

What are the services provided by a J2EE container?

What is Collection API?

Question: How is the MVC design pattern used in Struts framework?

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

Is Iterator a Class or Interface? What is its use?

Interview Question: Is Struts compatible with other Java technologies?

Explain garbage collection?

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

What is difference between Java Bean and Enterprise Java Bean?

Can Entity Beans have no create() methods?

Interview Question: Can I invoke Runtime.gc() in an EJB?

Name the containers which uses Border Layout as their default layout?

Latest Articles (in Interview)