jee

Building easy to use JPA classes

Continuing on with my previous article, I would go on to discuss about making the JPA classes easy to use for your users, aka the other developers, while making it adhere to the portability constraints I had set out earlier. Ease of use is achieved by properly encapsulating the domain package classes.  There are generally [...]

NOSQL API for Java

I was recently thinking on my way to Downtown Toronto to see my friend and cherry blossoms about all these NOSQL, not only SQL, databases and was thinking how most of them do not have a vendor neutral interface akin to that of JDBC or JPA etc.  So I was thinking maybe they should have [...]