Enterprise Java
-
Troubleshooting Play Framework 2 apps on Openshift
Troubleshooting Openshift With the do-it-yourself application type you really get a lot of freedom to support almost any framework…
Read More » -
ORM Haters Don’t Get It
I’ve seen tons of articles and comments (especially comments) that tell us how bad, crappy and wrong is the concept…
Read More » -
Netty: Using SPDY and HTTP transparently
Most people have already heard about SPDY, the protocol, from google, proposed as a replacement for the aging HTTP protocol.…
Read More » -
Maven Integration Testing And Spring Restful Services
Introduction My original blog showed how to seperate maven unit and integration tests using a very simple example. http://johndobie.blogspot.com/2011/06/seperating-maven-unit-integration-tests.html Since…
Read More » -
Gradle archetype for Spring applications
I am releasing a Gradle archetype useful for creating Java/Groovy applications based on Springframework. Of course, it is not a…
Read More » -
Java Memcached on Mac OS X
Introduction In this article I will explain how you can: Install and Configure Memcached on Mac OS X Use Memcached…
Read More » -
Better looking HTML test reports for TestNG with ReportNG – Maven guide
TestNG is a testing framework created as an annotation driven alternative for JUnit 3 in times when “extends TestCase” was…
Read More » -
Spring & JSF integration: Dynamic Navigation
Often your JSF application will need to move beyond basic static navigation and start to make dynamic navigation decisions. For…
Read More » -
The Future of NoSQL with Java EE
I’ve been following the recent NoSQL momentum since some time now and it seems as if this buzzword also is…
Read More »