Enterprise Java
-
Simulating CDI’s Session and Request Scope in a J2SE app
We’re currently considering refactoring the Naked Objects framework to use JSR-330 (dependency injection) and EE-oriented big brother, JSR-299 (CDI). Using…
Read More » -
Enabling JMX in Hibernate, EhCache, Quartz, DBCP and Spring
Continuing our journey with JMX (see: JMX for human beings) we will learn how to enable JMX support (typically statistics…
Read More » -
OSGi: An Introduction
OSGi, created for Java-based systems, provides a framework for modular systems. OSGi makes it possible to define the dependencies of…
Read More » -
DB unit testing with dbUnit, JSON, HSQLDB and JUnit Rules
In this week’s run of my TDD course, I thought it would be interesting to write a little fixture to…
Read More » -
Introducing Deliberate Caching
A few weeks ago I attended a ThoughtWorks Technology Radar seminar. I worked at ThoughtWorks for years and think if…
Read More » -
Play framework modules: Divide and conquer
It’s usually the case that you start developing an application and go on fulfilling requirements. When your application grows bigger…
Read More » -
Java EE 6 vs. Spring Framework: A technology decision making process
In the last few month we’ve went through this decision making process: which technology stack to choose for enterprise development…
Read More » -
EJB Lookup in a Vaadin Application
It has been a long time since the last Service Locator I have implemented. I thought it wouldn’t be necessary…
Read More » -
Domain modeling with Spring Data Neo4j
Hi all, Willie here. Last time I told you that I’m building the Skybase CMDB using Neo4j and Spring Data…
Read More »