J2EE application dealing with Transactions & Concurrency with no EJB
I'm trying to develop an intranet application for booking rooms for meetings, events, training, group lunches, etc.
How can I manage transactions processing (rollback, commit) and concurrency without using EJBs? We can only make use of a web server, e.g.Tom Cat, no Application server. :(
Thanks.

