Spring Data
-
Enterprise Java
Testing Spring Data MongoDB Applications with NoSQLUnit
Spring Data MongoDB is the project within Spring Data project which provides an extension to the Spring programming model for…
Read More » -
Enterprise Java
Customizing Spring Data JPA Repository
Spring Data is a very convenient library. However, as the project as quite new, it is not well featured. By…
Read More » -
Enterprise Java
Maven Web Project Kickstarter Codebase with Spring, Hibernate, Akka, Twitter Bootstrap, Apache Tiles and jQuery
I am happy to upload my second project to GitHub to help people get started with Java Web App Development…
Read More » -
Enterprise Java
Hibernate native SQL features into your Spring Data Repository
JPA provides @NamedNativeQuery for you to use native SQL. However, the usage is not so convenient, especially when you need…
Read More » -
Enterprise Java
Sorting Spring Data MongoDB collections using @OrderBy
This is already third post about tuning and enhancing Spring Data MongoDB capabilities. This time I found that I miss…
Read More » -
Enterprise Java
Using Redis with Spring
As NoSQL solutions are getting more and more popular for many kind of problems, more often the modern projects consider…
Read More » -
Enterprise Java
MongoDB with Spring Data project
All of us are observing the explosion of NoSql solutions these days. I get used to RDBMS but those are…
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
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 »