B
bighead4694
Hi,
I am using jsp/servlet to create a web application. In this
application, i need to insert new users into db. but before insertion,
i have to check whether the user has already been in the db. I think
concurrency control should be used, but I have no idea how to achieve
concurrency control or transaction management in servlet. Can anybody
give me a simple example? Thanks!
bighead4694
I am using jsp/servlet to create a web application. In this
application, i need to insert new users into db. but before insertion,
i have to check whether the user has already been in the db. I think
concurrency control should be used, but I have no idea how to achieve
concurrency control or transaction management in servlet. Can anybody
give me a simple example? Thanks!
bighead4694