POJO
-
Core Java

How to Store X and Y Coordinates in Java
When building applications in Java that deal with two-dimensional data, one of the most common needs is to represent and…
Read More » -
Core Java

Java Nested Transaction using ThreadLocal in POJO
Mostly nested transaction was implemented using EJB , now we try to implement the nested transaction on POJO. Here we…
Read More »
