-
Enterprise Java
Using Servlet 3.0 Async Features in Grails 2.0
I was talking to someone last week about the new support for Servlet 3.0 async features in Grails 2 and…
Read More » -
Software Development
The Twitter API Management Model
The objective of this blog post is to explore in detail the patterns and practices Twitter has used in it’s…
Read More » -
Enterprise 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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Core Java
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 » -
Enterprise Java
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 » -
Software Development
Frustrations and aspirations of a software craftsman
For a while I’ve been thinking about what makes me like or dislike a project. Having spent a very big…
Read More » -
Enterprise Java
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 »