Posted By:
Guru_Prasad
Posted On:
Monday, April 2, 2001 11:17 PM
I am using an input form ( jsp ) which has around 30 fields.At present to push the data to the database I am using Java bean instance. I am setting the values entered by the user and reading the values again to local variables and construct the INSERT statement.
I would like to know if there any way to automate this process ( without using EJB ). Can I map the bean properties directly to database columns.
Any help is appreciated