-
Enterprise Java
ADF: Backing bean scope in task flow finalizer
Introduction This is very common and recommended practice to use task flow finalizers when we need to do some final…
Read More » -
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 » -
Core Java
Maven Build Dependencies
Maven and Gradle users who are familiar with release and snapshot dependencies may not know about TeamCity snapshot dependencies or…
Read More » -
Software Development
The Eclipse Common Build Infrastructure
Creating an Common Build Infrastructure (CBI) at Eclipse has been one of our holy grail pursuits over the years. My…
Read More » -
Enterprise Java
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 » -
Software Development
Latency, Throughput and Degree of Concurrency
chrisapotek asked. How do you define throughput and latency for your test? There is not a simple question, so I…
Read More » -
Enterprise Java
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 » -
Agile
Why Does Management Care About Velocity?
I’ve been talking to people whose management cares about their velocity. “My management wants us to double our velocity.” Or,…
Read More » -
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 »