Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

J2EE application dealing with Transactions & Concurrency with no EJB

Hi,
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.
[324 byte] By [tesa] at [2007-11-11 7:14:45]
# 1 Re: J2EE application dealing with Transactions & Concurrency with no EJB
You could take a look at the Spring Framework ( http://www.springframework.org/).
aniseed at 2007-11-11 22:38:52 >