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

