want to submit contents of a form to a file how to do it?for RSS FEED

want to submit contents of a form to a file how to do it?

i have a RSS form contents are :

Channel, its id,url,desc,etc.

then item,its id,url,desc etc.

when i say submit i have to submit all the contents.

Now add these contents to a class called item.

how do i do this actually.

sholud i start with Jsp>submit>any file who handles all data>send to item.java

or directly i say submit and item.java will get the contents.

after getting this data from jsp page which item.java all get methods can get i have to do rest of the process.ading deleting ,parsing etc.

i am working with Rss Feed if anyone wants have a look on this.

http://informa.sourceforge.net/quickstart.html

Parsing an RSS Feed is topic here.

Please give me the flow of porgram.

Can be much helpful if you write some smaal lines of code to guide i need hint after that i will write everything.

The only problem is how to start.

rest i will do.

thanks

VJ

[1040 byte] By [vj_makera] at [2007-10-3 5:23:12]
# 1

Hi,

I am not sure if I got your question, but if you want to generate RSS feeds, you can create a velocity template and as you already have the values to be populated in the channel, item, etc.. you can populate the values to the template. Please refer to the link below for velocity help.

http://jakarta.apache.org/velocity/index.html

hope this helps.

thanks,

VC.

vc_suna at 2007-7-14 23:30:17 > top of Java-index,Other Topics,Fresh Tools...