Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

spring data

Otávio Santana edited this page Aug 12, 2013 · 1 revision

The Spring Framework is the leading full-stack Java/JEE application framework. It provides a lightweight container and a non-invasive programming model enabled by the use of dependency injection, AOP, and portable service abstractions.

NoSQL storages provide an alternative to classical RDBMS for horizontal scalability and speed.

The goal of the Spring Data Cassandra framework is to provide an extension to the Spring programming model that supports writing applications that use Cassabdra. The Spring framework has always promoted a POJO programming model with a strong emphasis on portability and productivity. These values are caried over into Spring Data Cassandra.

The Spring Data Cassandra project applies core Spring concepts to the development of solutions using the Cassandra style data store. We provide a "template" as a high-level abstraction for storing and querying documents. You will notice similarities to the JDBC support in the Spring Framework.