How to write back from JSP to DB.

I have a JSP page. Based on a specific action from user like button click event a parameter on the DB needs to be modified. Plz tell me how should I do it. Should I call my DAO for it?

[191 byte] By [PaviEluri20a] at [2007-11-27 10:25:07]
# 1

You could use AJAX for this, check out DWR here http://getahead.org/dwr Lots of tutorials and very quick and easy to setup.

den2681a at 2007-7-28 17:31:50 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...