Programming Tutorials

Interview Question: What is Deployment descriptor?

By: Ash in Interview Tutorials on 2008-08-13  

Question:What is Deployment descriptor?

Answer: A deployment descriptor is an XML file packaged with the enterprise beans in an EJB JAR file or an EAR file. It contains metadata describing the contents and structure of the enterprise beans, and runtime transaction and security information for the EJB container.

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

What is Collection API?

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

Question: Difference between forward and sendRedirect in JSP?

Explain garbage collection?

The output of System.out.println(5>>2) in Java

What is the difference between Session Bean and Entity Bean?

Differentiate between .ear, .jar and .war files.

Interview Question: What is Deployment descriptor?

Interview Question: Do ActionForms have to be true JavaBeans?

Question: How would you go about analyzing performance of an application?

Interview Question: What is the difference between EAR, JAR and WAR file?

Interview Question: Does Struts include its own unit tests?

What are all the different scope values for the tag?

Interview Question: Write code of any Action Class?

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

Latest Articles (in Interview)