Enterprise Java
-
Domain Driven Design with Spring and AspectJ
In a previous post hosted at JavaCodeGeeks, our JCG partner Tomasz Nurkiewicz presented an introduction to Domain Driven Design using…
Read More » -
Using the State pattern in a Domain Driven Design
Domain driven design (DDD) is an approach to developing software where the complexity of the problem is addressed by connecting…
Read More » -
Spring 3.1 Cache Abstraction Tutorial
One of the new features introduced in the forthcoming Spring 3.1 version is the one of cache abstraction. Spring Framework…
Read More » -
Spring MVC Development – Quick Tutorial
This is a short tutorial on Developing web applications with Spring from Manoj at “The Khangaonkar Report”, one of our…
Read More » -
GWT, GWT-Ext (SmartGWT), GXT (Ext GWT) Common Tasks
I was browsing through some old posts at UI-Programming blog, one of our JCG partners, and noticed that there were…
Read More » -
Exposing a POJO as a JMX MBean with Spring
Here is a very nice tutorial on how “Exposing a POJO as a JMX MBean easily with Spring” can be…
Read More » -
Hibernate mapped collections performance problems
First things first, this article was inspired after Burt Beckwith‘s presentation about Advanced GORM – Performance, Customization and Monitoring at…
Read More » -
Cajo, the easiest way to accomplish distributed computing in Java
Derived from the introductory section of Jonas Boner’s article “Distributed Computing Made Easy” posted on TheServerSide.com on May 1st 2006…
Read More » -
Aspect Oriented Programming with Spring AOP
Aspect Oriented Programming (AOP) refers to the programming paradigm which isolates secondary or supporting functions from the main program’s business…
Read More »