Posted By:
Christopher_Koenigsberg
Posted On:
Wednesday, June 11, 2003 12:59 PM
Submit parameters via POST to servlet URL, then servlet gathers them, validates, deals with finding file resource for your txt file either via File or via getClass.getResource, worries about locking the file resource somehow among multiple threads etc., appends to file, closes and unlocks for other threads, etc.