Spring Data

  • submit to reddit

An Interview with Core Spring Data Refcard Author Oliver Gierke

This week marked the release of DZone's Core Spring Data Refcard. In it, author Oliver Gierke provides a must-have reference for developers who are...

0 replies - 2235 views - 05/14/13 by Eric Genesky in Articles

Sample Apps: Spring Data MongoDB and JSF Integration Tutorial (PART 1)

This year, I will start a new series of “Sample application Tutorials”. In this series of tutorials, a sample case study application will be built with...

0 replies - 2046 views - 02/13/13 by Boris Lam in Articles

Integration Testing with MongoDB & Spring Data

Integration Testing is an often overlooked area in enterprise development. This is primarily due to the associated complexities in setting up the necessary...

0 replies - 2321 views - 11/11/12 by Yohan Liyanage in Articles

Costa Rica JUG Event - MongoDB and Java Integration via Spring Data

MongoDB and Java Integration via Spring Data Bodybuilding.com and the Costa Rica JUG would like to invite everyone around Costa Rica to participate in the...

0 replies - 596 views - 10/24/12 by Mario León in Announcements

Persisting to Neo4j via Spring Data [or, "Aren't We Persistent?"]

Hi gang! Ok, I'm back with a new post, this time with a post about a couple quirks I ran into while implementing some test cases for Spring Data using...

0 replies - 3008 views - 09/23/12 by Duncan Brown in Articles

Adding Hibernate Entity Level Filtering feature to Spring Data JPA Repository

Original Article: http://borislam.blogspot.hk/2012/07/adding-hibernate-entity-level-filter.htmlThose who have used data filtering features of hibernate should...

0 replies - 4206 views - 08/24/12 by Boris Lam in Articles

Spring Data, Spring Security and Envers integration

Spring Data JPA, Spring Security and Envers are libraries that I personally enjoy working with (and I tend to think they are considered best-of-breed in their...

0 replies - 4548 views - 08/20/12 by Nicolas Frankel in Articles

How to Create a Sample CRUD Java App Using MongoDB and Spring Data

MongoDB is a scalable, high-performance, open source NoSQL database. Instead of storing data in tables as is done in a “classical” relational database,...

0 replies - 11277 views - 07/16/12 by Lijin Joseji in Articles

Easier JPA with Spring Data JPA

Database access in Java went through some steps: at first, pure JDBC proprietary frameworks standards such as EJB Entities and JDO OpenSource...

0 replies - 15094 views - 07/02/12 by Nicolas Frankel in Articles

Spring Data & Redis

This article will cover the following topics:How to install Redis on a *nix machine. How to write a simple app using Spring-Data and Redis.Before moving...

0 replies - 5456 views - 03/23/12 by Artur Mkrtchyan in Articles

The Persistence Layer with Spring Data JPA

This is the forth of a series of articles about Persistence with Spring. This article will focus on the configuration and implementation of the persistence...

2 replies - 10894 views - 01/20/12 by Eugen Paraschiv in Articles

Video: Spring-based Apps with Neo4j Graph Databases

You may already be using Spring Data to help your Spring-based applications interface with relational or non-relational data stores, map-reduce frameworks and...

0 replies - 936 views - 11/26/11 by David Pell in Videos

Spring Data & MongoDB

 In this article we are going to cover the following topics: MongoDB Installation on Windows Machine. MongoDB Java Example.Spring Data & MongoDB.  ...

0 replies - 20802 views - 08/28/11 by Artur Mkrtchyan in Articles