日韩偷拍一区二区,国产香蕉久久精品综合网,亚洲激情五月婷婷,欧美日韩国产不卡

在線客服
Spring Data:企業級Java的現代數據訪問技術(影印版)圖書
人氣:30

Spring Data:企業級Java的現代數據訪問技術(影印版)

在使用關系型數據庫搭建Java企業應用時,你可以選擇多種數據訪問框架。但是在處理大數據的時候呢?波拉克編著的《Spring Data(企業級Java的現代數據訪問技術影印版)》這本包含豐富實踐的指南將為你展示Spring Dat...
  • 所屬分類:圖書 >計算機/網絡>影印版  
  • 作者:(美)[波拉克] 等著
  • 產品參數:
  • 叢書名:--
  • 國際刊號:9787564142001
  • 出版社:東南大學出版社
  • 出版時間:2013-05
  • 印刷時間:2013-05-01
  • 版次:1
  • 開本:16開
  • 頁數:--
  • 紙張:膠版紙
  • 包裝:平裝
  • 套裝:

內容簡介

在使用關系型數據庫搭建Java企業應用時,你可以選擇多種數據訪問框架。但是在處理大數據的時候呢?波拉克編著的《Spring Data(企業級Java的現代數據訪問技術影印版)》這本包含豐富實踐的指南將為你展示Spring Data如何使得搭建基于諸如NoSQL 和Hadoop這樣一些新型數據訪問技術的應用變得更加簡單。

《Spring Data(企業級Java的現代數據訪問技術影印版)》通過多個示例項目,你將了解到Spring Data如何提供了一個兼容 NoSQL特有特性和功能的編程模型,以及它如何幫助你開發基于諸如數據分析、事件流處理和工作流之類用例的 Hadoop應用。你也將找到那些Spring Data添加到Spring現有JPA和 JDBC中的特性,它們用來實現基于RDBMS的數據訪問層。

編輯推薦

閱讀波拉克編著的《Spring Data(企業級Java的現代數據訪問技術影印版)》,你將對如下內容有深刻的理解:為什么現代的數據訪問變得越來越專業化和分門別類,NOSQL數據存儲的主要分類,Spring Data如何幫助Java開發人員在當前新環境下有效地開發。 通過使用Spring Batch和Spring Data,我們將能夠徹底地簡化和減少與Hadoop交互時的復雜性,同時還能提供性。

目錄

Foreword Preface Part I. Background 1. The Spring Data Project NoSQL Data Access for Spring Developers General Themes The Domain The Sample Code Importing the Source Code into Your IDE 2. Repositories: Convenient Data Access Layers Quick Start Defining Query Methods Query Lookup Strategies Query Derivation Pagination and Sorting Defining Repositories Fine-Tuning Repository Interfaces Manually Implementing Repository Methods IDE Integration IntelliJ IDEA 3. Type-Safe Querying Using Querydsl Introduction to Querydsl Generating the Query Metamodel Build System Integration Supported Annotation Processors Querying Stores Using Querydsl Integration with Spring Data Repositories Executing Predicates Manually Implementing Repositories Part II. Relational Databases 4. JPA Repositories The Sample Project The Traditional Approach Bootstrapping the Sample Code Using Spring Data Repositories Transactionality Repository Querydsl Integration S. Type-SafeJDBC Programming with Querydsl SQL The Sample Project and Setup The HyperSQL Database The SQL Module of Querydsl Build System Integration The Database Schema The Domain Implementation of the Sample Project The QueryDslJdbcTemplate Executing Queries The Beginning of the Repository Implementation Querying for a Single Object The OneToManyResultSetExtractor Abstract Class The CustomerListExtractor Implementation The Implementations for the RowMappers Querying for a List of Objects Insert, Update, and Delete Operations Inserting with the SQLInsertClause Updating with the SQLUpdateClause Deleting Rows with the SQLDeleteClause Part III. NoSQL 6. MongoDB:A Document Store MongoDB in a Nutshell Setting Up MongoDB Using the MongoDB Shell The MongoDB Java Driver Setting Up the Infrastructure Using the Spring Namespace The Mapping Subsystem The Domain Model Setting Up the Mapping Infrastructure Indexing Customizing Conversion MongoTemplate Mongo Repositories Infrastructure Setup Repositories in Detail Mongo Querydsl Integration 7. Neo4j: A Graph Database Graph Databases Neo4j Spring Data Neo4j Overview Modeling the Domain as a Graph Persisting Domain Objects with Spring Data Neo4j Neo4jTemplate Combining Graph and Repository Power Basic Graph Repository Operations Derived and Annotated Finder Methods Advanced Graph Use Cases in the Example Domain Multiple Roles for a Single Node Product Categories and Tags as Examples for In-Graph Indexes Leverage Similar Interests (Collaborative Filtering) Recommendations Transactions, Entity Life Cycle, and Fetch Strategies Advanced Mapping Mode Working with Neo4j Server Continuing From Here 8. Redis: A Key/Value Store Redis in a Nutshell Setting Up Redis Using the Redis Shell Connecting to Redis Object Conversion Object Mapping Atomic Counters Pub/Sub Functionality Listening and Responding to Messages Using Spring's Cache Abstraction with Redis PartlY. Rapid Application Development 9. Persistence Layers with Spring Roo A Brief Introduction to Roo Roo's Persistence Layers Quick Start Using Roo from the Command Line Using Roo with Spring Tool Suite A Spring Roo JPA Repository Example Creating the Project Setting Up JPA Persistence Creating the Entities Defining the Repositories Creating the Web Layer Running the Example A Spring Roo MongoDB Repository Example Creating the Project Setting Up MongoDB Persistence Creating the Entities Defining the Repositories Creating the Web Layer Running the Example 10. REST Repository Exporter The Sample Project Interacting with the REST Exporter Accessing Products Accessing Customers Accessing Orders Part V. Big Data 11. Spring forApache Hadoop Challenges Developing with Hadoop Hello World Hello World Revealed Hello World Using Spring for Apache Hadoop Scripting HDFS on the JVM Combining HDFS Scripting and Job Submission Job Scheduling Scheduling MapReduce Jobs with a TaskScheduler Scheduling MapReduce Jobs with Quartz 12. Analyzing Datawith Hadoop Using Hive Hello World Running a Hive Server Using the Hive Thrift Client Using the Hive JDBC Client Apache Logfile Analysis Using Hive Using Pig Hello World Running a PigServer Controlling Runtime Script Execution Calling Pig Scripts Inside Spring Integration Data Pipelines Apache Logfile Analysis Using Pig Using HBase Hello World Using the HBase Java Client 13. Creating Big Data Pipelines with Spring Batch and Spring Integration Collecting and Loading Data into HDFS An Introduction to Spring Integration Copying Logfiles Event Streams Event Forwarding Management An Introduction to Spring Batch Processing and Loading Data from a Database Hadoop Workflows Spring Batch Support for Hadoop Wordcount as a Spring Batch Application Hive and Pig Steps Exporting Data from HDFS From HDFS to JDBC From HDFS to MongoDB Collecting and Loading Data into Splunk Part VI. Data Grids 14. GemFire: A Distributed Data Grid GemFire in a Nutshell Caches and Regions How to Get GemFire Configuring GemFire with the Spring XML Namespace Cache Configuration Region Configuration Cache Client Configuration Cache Server Configuration WAN Configuration Disk Store Configuration Data Access with GemfireTemplate Repository Usage POJO Mapping Creating a Repository PDX Serialization Continuous Query Support Bibliography Index

網友評論(不代表本站觀點)

來自王智滔**的評論:

寫得很好,深入講了實現原理

2015-03-10 13:07:50
來自無昵稱**的評論:

不錯

2016-07-12 10:59:25
來自無昵稱**的評論:

2016-11-17 00:26:26
來自匿名用**的評論:

不錯,先看看。

2017-07-03 16:11:21

免責聲明

更多出版社
主站蜘蛛池模板: 永康市| 始兴县| 四平市| 札达县| 曲靖市| 西畴县| 鄂托克前旗| 县级市| 肥城市| 尉氏县| 苍梧县| 纳雍县| 玉门市| 亳州市| 青神县| 厦门市| 汝城县| 游戏| 南昌县| 容城县| 东山县| 嘉定区| 全南县| 大理市| 武宁县| 西乡县| 博湖县| 屏山县| 东台市| 麻江县| 澄迈县| 赤壁市| 巨鹿县| 沿河| 大邑县| 方山县| 桦甸市| 平罗县| 洪湖市| 肃宁县| 浦北县|