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

