-
Enterprise Java
Spring & JSF integration: Converters
When working with any web framework, you invariable run into the need to convert data input by the user from…
Read More » -
Software Development
Why Should You Become A Software Engineer
Like any normal blogger, I obsess about my blog. How much traffic am I getting? Where is the traffic coming…
Read More » -
Enterprise Java
JUnit’s Built-in Hamcrest Core Matcher Support
In the post Improving On assertEquals with JUnit and Hamcrest, I briefly discussed Hamcrest “core” matchers being “baked in” with…
Read More » -
Core Java
Calling private Java methods publicly?
We Java developers, known 4 access modifiers in Java: private, protected, public, and package. Well, except for the private, the…
Read More » -
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 » -
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 »