20
Oct

Understanding Java Semaphores

Unserstanding the value behind java.util.concurrent.Semaphore class. more »

free b2evolution skin
25
Sep

ConcurrentMap Interface Methods

Did you know that the java.util.concurrency.ConcurrentMap provides some very useful methods beyond the ones provided by the traditional java.util.Map interface? The java.util.concurrency.ConcurrentMap is implemented by java.util.concurrency.ConcurrentH… more »

free b2evolution skin
15
Sep

Beyond thread confinement: InheritableThreadLocals

After some time, I'm writing again. Hope I do not stay so long without posting again. The ThreadLocal class allow you to set values that are accessible from the thread that stored such value. Using a thread local you can set the value and as long a… more »

free b2evolution skin
13
Feb

Proving Stateful Session Beans activation and passivation mechanism

I’ve never worked with stateful session beans in the real world. However, as I’m preparing to take the EJB 3.1 developer certification I’m playing with activation and passivation to prove the concepts and see how it works in practice. To prove t… more »

free b2evolution skin
19
Jan

Multi-threaded access to EJB references

As I've seen a lot of access to the blog from english speaking countries, I'll start to blog in english from now on. Well, since the Java EE spec was out I always had a doubt regarding how an EJB reference works when it's left in a multi-threaded env… more »

free b2evolution skin

:: Next >>