-
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 » -
Android Core
Android Drag and Drop Tutorial
This post is going to cover implementing Drag and Drop in an Android application. (I am currently using version 4.0…
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 » -
Core Java
Cloning of Serializable and Non-Serializable Java Objects
Frequently developers rely on 3d party libraries to avoid reinventing the wheel, particularly in the Java world, with projects like…
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 » -
Enterprise Java
The Persistence Layer with Spring 3.1 and JPA
1. Overview This is tutorial shows how to set up Spring with JPA, using Hibernate as a persistence provider. For…
Read More »