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

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:15]
# 1
How about breaking up the task into small steps? You need to send something to a server, and you need to write something to a file...
CeciNEstPasUnProgrammeura at 2007-7-14 23:30:20 > top of Java-index,Java Essentials,Java Programming...
# 2

For now what i have done is a form having (RSS) input types as channel(title,link,desc) with many items together(title,link,desc)

here i submitted the form to a servlet.to add to a file created a filehandler as well. but now problem is how to add many items to file together. Onechannel with many items sholud get uploaded to filehandler which will create a RSS file structure.On the basis of input.

at the time of addition in a channel item can be 1-5 with all fileds (title,link desc) now how sholud i iterate them all.

please if someone can suggest me anything please let me know.

vijendra

vj_makera at 2007-7-14 23:30:20 > top of Java-index,Java Essentials,Java Programming...