GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE  >  Websphere
Go To First  |  Previous Question  |  Next Question 
 Websphere  |  Question 3 of 24    Print  
Deployment Descriptors Types
What is Deployment Descriptors? How many types of Deployment Descriptors are available? What are they?


  
Total Answers and Comments: 11 Last Update: November 13, 2008     Asked by: Amarendra 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
  Sorting Options  
  Page 1 of 2   « First    1    2    >     Last »  
September 26, 2005 15:15:38   #1  
Rajendra kumar Netha        

RE: What is deployment descriptors?

according to war file

1.web.xml

2.ibm-web-bnd.xml

3.ibm-web-ext.xml


 
Is this answer useful? Yes | No
September 28, 2005 07:54:19   #2  
Balanjaneyulu        

RE: What is deployment descriptors?
Deployment descriptor is an XML file that describes how to deploy a module or application by specifying configuration and container options. For example an EJB deployment descriptor passes information to an EJB container about how to manage and control an enterprise bean
 
Is this answer useful? Yes | No
October 18, 2005 05:46:11   #3  
Panneerselvam        

RE: What is deployment descriptors?

This file is web.xml

This is an xml file. It tells to the server about the application.

Each web appication contain one deployment descriptor


 
Is this answer useful? Yes | No
October 18, 2005 08:44:12   #4  
Balasubramanian.A        

RE: What is deployment descriptors?

Deployment descriptors are used for the describing the application environment and is used for what are the options we are used in an j2ee application


 
Is this answer useful? Yes | No
November 11, 2005 01:55:47   #5  
shuaib        

RE: What is deployment descriptors?
deployment descriptor is nothing but XML file.server will read the parameter which are define in XML file.It contain servlet name servelt class and mapping and initilaization parameter .
 
Is this answer useful? Yes | No
November 11, 2005 05:51:14   #6  
Shiva        

RE: What is deployment descriptors?
deployment descriptors are used specify the information that is used to deploy the application on the server.
 
Is this answer useful? Yes | No
November 15, 2005 07:24:07   #7  
manoranjan        

RE: What is deployment descriptors?
Deployment Descriptor is an xml file which contains information about runtime properties of the specific application.
 
Is this answer useful? Yes | No
November 26, 2005 05:35:59   #8  
Senthilvasan M        

RE: What is deployment descriptors?

Deployment Descriptors is a Configuration File ( In XML).

This specifies the configuration for a EJB/Web Contaniner.

It is a sort of file that will be referred by the container when a specific request in made to the container.

The specifications made by Deployment Descriptor are;

1. Database Connections to be made

2. Location of EJBs

3. How to implement security &

4. Other important settings.


 
Is this answer useful? Yes | No
January 24, 2006 00:40:58   #9  
John Peter        

RE: What is deployment descriptors?

There are two kinds of Deployment Descriptor in WebSphere

Web application deployment descriptor Portlet Deployment Descriptor.

Portlets are packaged as WAR files with a Web application deployment descriptor (web.xml). This descriptor defines each portlet as a servlet within the Web application including unique identifiers for each portlet the portlet class and initialization parameters.

web.xml

The web.xml defines the Web application being deployed. This section will detail the required elements of the web.xml when deploying a portlet application.

Portlet.xml

portlet.xml deployment descriptor


 
Is this answer useful? Yes | No
July 11, 2007 08:20:59   #10  
chandra        

RE: What is deployment descriptors?

For example you devlope one session bean and entity bean. you know that is entity bean and session bean but your application does not about your bean functionality.Because throw deployment descriptor you tell to application server about your bean functionality.


 
Is this answer useful? Yes | No
  Page 1 of 2   « First    1    2    >     Last »  


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape