Spring
-
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
Spring MVC and REST at Google App Engine
Some time ago I wrote about how to implement your Restful Web API using Spring MVC. Read my previous post…
Read More » -
Enterprise Java
Spring GWT Integration using the RequestFactory API
Beginning from GWT 2.4 the integration of the RequestFactory API with Spring services on the backend is easy all you…
Read More » -
Enterprise Java
The persistence layer with Spring 3.1 and Hibernate
1. Overview This article will show how to implement the DAO with Spring and Hibernate. For the core Hibernate configuration,…
Read More » -
Enterprise Java
Configure LogBack Logging with Spring
LogBack is an API for logging created by the same author of Log4j (a newer implementation, it is like a…
Read More » -
Enterprise Java
Transaction configuration with JPA and Spring 3.1
1. Overview This tutorial will discuss the right way to configure Spring Transactions, use the @Transactional annotation and common pitfalls.…
Read More » -
Enterprise Java
Simplifying the Data Access Layer with Spring and Java Generics
1. Overview This article will focus on simplifying the DAO layer by using a single, generified Data Access Object for…
Read More » -
Enterprise Java
The Persistence Layer with Spring Data JPA
1. Overview This article will focus on the configuration and implementation of the persistence layer with Spring 3.1, JPA and…
Read More »