Spring Data Redis 1.0.0.RC1 發布
Spring Data 項目的目的是為了簡化構建基于 Spring 框架應用的數據訪問,包括非關系數據庫、Map-Reduce 框架、云數據服務等等;另外也包含對關系數據庫的訪問支持。
Spring Data 包含多個子項目:
- Commons - Provides shared infrastructure for use across various data access projects. Support for cross-database persistence is located here.
- Hadoop - Spring based configuration of Hadoop jobs and a POJO programming model for Map-Reduce jobs
- Key-Value - Integration with Redis and Riak providing several ease features for common cases.
- Document - Integration with CouchDB and MongoDB with basic configuration, mapping, and repository support
- Graph - Integration with Neo4j providing a powerful POJO based programming model.
- Graph Roo AddOn - Roo support for Neo4j
- JDBC Extensions - Support for Oracle RAC, Advanced Queuing, and Advanced datatypes.
- JPA - Simplifies the development of creating a JPA-based data access layer and provides 'cross-store' persistence functionality for JPA managed entites.
- Mapping - Currently hosted on the Grails area of github under the code name 'inconsequential' this provides a database unified object mapping framework that is portable across different databases for Java and Grails.
- Examples - Example applications for document and graph databases. See the SpringSource github page and filter by 'examples'
- Guidance - High level documentation to help educate and guide you in non-relational data access landscape
Spring Data Redis 1.0 今天發布了第一個候選發行版本,相關鏈接:
Downloads | JavaDocs | Reference Documentation | Changelog
該版本修復了一些問題也包含相應的提升,詳情請看:read more
本文由用戶 fmms 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!