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 )

Interview Question: Is there a particularly good IDE to use with Struts ?

Explain the different forms of Polymorphism.

What are Access Specifiers available in Java?

What is JSP Output Comments?

Interview Question: Where can I get help with Struts?

What are all the different scope values for the tag?

Interview Question: What is ActionServlet?

Interview Question: Do ActionForms have to be true JavaBeans?

Interview Question: What are the optional clauses in EJB QL?

What is the difference between Session Bean and Entity Bean?

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

Explain the new Features of JDBC 2.0 Core API?

Interview Question: What is Deployment descriptor?

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

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

Latest Articles (in Interview)