-
Enterprise Java
Distribute Spring Beans in Oracle Coherence
This article shows how to distribute Spring beans by using EntryProcessor and Portable Object Format(POF) features in Oracle Coherence. Coherence…
Read More » -
Enterprise Java
Rapid Cloud Development with Spring Roo – Part 1: Google App Engine (GAE)
Spring Roo is a tool to offer rapid application development on the Java platform. I already explained when to use…
Read More » -
Enterprise Java
Rapid Cloud Development with Spring Roo – Part 2: VMware Cloud Foundry
Spring Roo is a tool to offer rapid application development on the Java platform. I already explained when to use…
Read More » -
Android Core
Android: Smooth List Scrolling
If I had to compare iOS to Android and only list one major benefit iOS has over Android, it would…
Read More » -
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 »