aspose file tools
The moose likes JSP and the fly likes How to generate XML in jsp using javabean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "How to generate XML in jsp using javabean" Watch "How to generate XML in jsp using javabean" New topic
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
    
    1
If your bean truly follows the bean conventions, you might be able to use the java.beans.XMLEncoder class.
Bill
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to generate XML in jsp using javabean
 
Similar Threads
Urgent: How to create XML In jsp using Javabean
xml FOP and jsp
how to insert multiple value in database
scope of @page errorpage=" "
passing hidden forms problem