Enterprise Java
-
Simple Spring Memcached – Spring Caching Abstraction and Memcached
Caching remains the one of the most basic performance enhancing mechanism in any read heavy database application. Spring 3.1 release…
Read More » -
Transactional Lucene
Many users don’t appreciate the transactional semantics of Lucene’s APIs and how this can be useful in search applications. For…
Read More » -
JPA 2 | Dynamic Queries Vs Named Queries
JPA has its own Query language called JPQL. JPQL is very similar to SQL, with one major difference being that…
Read More » -
Mockito – Extra Interfaces with annotations and static methods
In the code I have quite recently came across a really bad piece of code that based on class casting…
Read More » -
How Many Threads Does It Take to Fill a Pool?
In recent months we have been seeing a small but persistent percentage of our operations fail with a strange exception…
Read More » -
MOXy is the New Default JSON-Binding Provider in GlassFish 4
GlassFish 4 is now available offering the complete Java EE 7 (JSR-342) platform. EclipseLink made some major contributions to this…
Read More » -
Java testing with Selenium and dynamic ids in html
One of the cool aspects of Selenium, is that not only can you record yourself using a site, you can…
Read More » -
Taming the JMX on WebLogic Server
Let assume couple things first: I assume you have heard of Java’s JMX features and familiar what it does (expose…
Read More » -
Parsing ESPN API using Java and Google GSON
For my first post, I’ll explain how to parse the ESPN API. The API documentation can be found at http://developer.espn.com/docs.…
Read More »