Enterprise Java
-
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 » -
Dynamic ADF Train: Adding train stops programmatically
I’m going to show how to add train stops to ADF train programmatically “on-the-fly”. In my use-case I have some…
Read More » -
REST endpoint for integration using Apache Camel
REST is an architectural style used for organizing resources and when applied to HTTP-based services allows building stateless, decoupled, scalable…
Read More » -
Spring 3 and Java EE 6 – An unfair and incomplete comparison
The first draft of this small article had the title ‘Spring & Java EE – Comparing Apples and Oranges’. During…
Read More »