Java
-
JAXB Custom Binding – Java.util.Date / Spring 3 Serialization
JaxB can handle Java.util.Date serialization, but it expects the following format: “yyyy-MM-ddTHH:mm:ss“. What if you need to format the date…
Read More » -
Solr: Creating a spellchecker
In a previous post I talked about how the Solr Spellchecker works and then I showed you some test results…
Read More » -
Registering entity types with OpenJPA programmatically
I’ve just started work on an OpenJPA objectstore for Isis. In the normal scheme of things, one would register the…
Read More » -
NetBeans 7.2 Introduces TestNG
One of the advantages of code generation is the ability to see how a specific language feature or framework is…
Read More » -
Make your Spring Security @Secured annotations more DRY
Recently a user on the Grails User mailing list wanted to know how to reduce repetition when defining @Secured annotations.…
Read More » -
Dealing with Weblogic Stuck Threads
Definition or What is a Stuck Thread? WebLogic Server diagnoses a thread as stuck if it is continually working…
Read More » -
Type Inference from Java 7
Every good programmer likes to write a concise but effective and optimized code. Type Inference is a way introduced in…
Read More » -
Writing Eclipse Plugins Tutorial – Part 1
Eclipse is one of three most popular java development IDEs. One reason for its success is its extensibility. Writing eclipse…
Read More » -
Top 10 Most Popular New Eclipse Plugins
Eclipse Marketplace continues to be the place to discover interesting and relevant Eclipse plugins. There are over 100,000 successful installs/month…
Read More »