| Author |
How to generate XML in jsp using javabean
|
viral patel
Greenhorn
Joined: Feb 25, 2003
Posts: 16
|
|
|
Hi...I have orderform, i user orderbean to store data entered in orderform. Now i want to generate xml in jsp using my orderbean. Can i do that. and if i can...can someone show me example how?
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
|
|
If your bean truly follows the bean conventions, you might be able to use the java.beans.XMLEncoder class. Bill
|
 |
 |
|
|
subject: How to generate XML in jsp using javabean
|
|
|