M
Marcus Leon
We have some database data that multiple users may update. What is the
best concurrency strategy? Should we use EJBs with the concurrency
setting set to "Exclusive"? Or should we just use JDBC with
transactions and let the database (Oracle) handle concurrency?
Thanks
best concurrency strategy? Should we use EJBs with the concurrency
setting set to "Exclusive"? Or should we just use JDBC with
transactions and let the database (Oracle) handle concurrency?
Thanks