server-side appln

Hi,

Could anybody please suggest the best way to do this:

I want to write a application such that :

As soon as the page is requested,the user should see a page which has a dynamic table with the values read from the text file(config.txt) on the server itself.

Also user should be able to add/delete rows to the table & make the corresponding changes in the text file as well.

I'm kinda new to java.

any hint would be appreciated.

Thanks

sandhi

[505 byte] By [sandhi21a] at [2007-11-27 1:14:35]
# 1
write a servlet to display the content of the config.txtand in to the servlet output add a form that allows you to enter the values.When the form is submitted your servlet should mofdify the config.txt file
LRMKa at 2007-7-11 23:49:55 > top of Java-index,Java Essentials,Java Programming...
# 2

yup..thts true...but i also need to write a jsp where i can display the dynamic table which reads from the txt file.

I hv written a code to read from the file & store it in List.

Now i want to pass this data in the List to the table in jsp .

I'm trying to write a EL function & then <for:each> loop.But nt sure how to do it.

so a bit stuck.

sandhi21a at 2007-7-11 23:49:55 > top of Java-index,Java Essentials,Java Programming...
# 3
Anyways , Thanks LRMK fr ur response.
sandhi21a at 2007-7-11 23:49:55 > top of Java-index,Java Essentials,Java Programming...