Using EJB to deal with concurrency

Concurrency management is one of the biggest advantages supplied by a Java EE server. You can rely on a ready environment to deal with this tricky topic.

This recipe will show you how you can set up your beans to use it!