-
Enterprise Java
What’s up with Java EE 8 ? (part 2)
Work on Java EE 8 is still in the initial phases and expected to catch pace in the upcoming year…
Read More » -
Enterprise Java
Updates on CDI 2.0
CDI 2.0 is the next version of Contexts and Dependency Injection for the Java EE Platform and a candidate for…
Read More » -
Enterprise Java
What’s up with Java EE 8 ?
Work on Java EE 8 is well on it’s way. Time to catch up! Dive in without further ado… Don’t…
Read More » -
Core Java
Optional and Objects: Null Pointer Saviours!
No one loves Null Pointer Exceptions ! Is there a way we can get rid of them ? Maybe . . . …
Read More » -
Core Java
JVM PermGen – where art thou?
This post covers some basics of JVM memory structure and quickly peeks into PermGen to find out where it has disappeared since advent…
Read More » -
Enterprise Java
EJB 3.x : Lifecycle and Concurrency models (part 2)
This is the second post of the two part series. The first part covered the life cycle and the concurrency behavior…
Read More » -
Enterprise Java
EJB 3.x : Lifecycle and Concurrency models (part 1)
Java EE component life cycle and concurrency related details might not be new for seasoned professionals, but it is something which…
Read More » -
Enterprise Java
Java EE: Asynchronous constructs and capabilities
Introduction Java EE has a number of APIs and constructs to support Asynchronous execution. This is vital from a scalability…
Read More » -
Enterprise Java
A closer look at Oracle IDM Auditing
Reporting is a vital functionality in any product which deals with sensitive information. Same applies to Identity & Access Management tools.…
Read More »