| Author |
Servlet and XML usage
|
Faisal Ishaque
Greenhorn
Joined: Jun 09, 2003
Posts: 8
|
|
I have a problem that, how can I utilized the xml in my web application using servlet and JSP?
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
|
|
Using XML in a servlet is no different from using XML in any other applications. Since the servlet and JSP APIs use XML extensively, you will already have a parser library with your server. Bill
|
Java Resources at www.wbrogden.com
|
 |
Faisal Ishaque
Greenhorn
Joined: Jun 09, 2003
Posts: 8
|
|
thanks, But i asked that, how can i make data of client as an xml document? so, ok i make it xml file, and process it on my web application. what are the plus points i can get from this approach?
|
 |
 |
|
|
subject: Servlet and XML usage
|
|
|