| Author |
what is the use of xml
|
rehans oberoi
Ranch Hand
Joined: Dec 06, 2005
Posts: 174
|
|
i used web.xml for mapping in web application . what is the use of web.xml language.
|
 |
Jesus Angeles
Ranch Hand
Joined: Feb 26, 2005
Posts: 2036
|
|
|
it is requirement for deploying a j2ee web application. you cannot deploy it without it.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12265
|
|
The exact use of all web.xml elements is defined in the servlet API. This page is a good start point for finding various versions of the servlet API. Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: what is the use of xml
|
|
|