当前位置:首页>正文

Spring Data:企业级JAVA的现代数据访问技术(影印版) (美)波拉克 等 在线 免费 umd 下载 txt pdf mobi pmlz

免费下载书籍地址:PDF下载地址

精美图片

Spring Data:企业级JAVA的现代数据访问技术(影印版) (美)波拉克 等书籍详细信息

  • ISBN:9787564142001
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2013-05
  • 页数:暂无页数
  • 价格:39.40
  • 纸张:轻型纸
  • 装帧:平装-胶订
  • 开本:16开
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分

寄语:

新华书店正版,关注店铺成为会员可享店铺专属优惠,团购客户请咨询在线客服!

内容简介:

在使用关系型数据库搭建Java企业应用时,你可以选择多种数据访问框架。但是在处理大数据的时候呢?波拉编著的《SpringData(企业级Java的现代数据访问技术影印版)》这本包含丰富实践的指南将为你展示SpringData如何使得搭建基于诸如NoSQL和Hadoop这样一些新型数据访问技术的应用变得更加简单。

《SpringData(企业级Java的现代数据访问技术影印版)》通过多个示例项目,你将了解到SpringData如何提供了一个兼容NoSQL特有特性和功能的编程模型,以及它如何帮助你开发基于诸如数据分析、事件流处理和工作流之类用例的Hadoop应用。你也将找到那些SpringData添加到Spring现有JPA和JDBC中的特性,它们用来实现基于RDBMS的数据访问层。

书籍目录:

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

作者介绍:

暂无相关内容,正在全力查找中

出版社信息:

暂无出版社相关信息,正在全力查找中!

书籍摘录:

暂无相关书籍摘录,正在全力查找中!

在线阅读/听书/购买/PDF下载地址:

在线阅读地址:Spring Data:企业级JAVA的现代数据访问技术(影印版) (美)波拉克 等在线阅读

在线听书地址:Spring Data:企业级JAVA的现代数据访问技术(影印版) (美)波拉克 等在线收听

在线购买地址:Spring Data:企业级JAVA的现代数据访问技术(影印版) (美)波拉克 等在线购买

原文赏析:

暂无原文赏析,正在全力查找中!

其它内容:

暂无其它内容!

书籍真实打分

故事情节:3分

人物塑造:7分

主题深度:6分

文字风格:5分

语言运用:4分

文笔流畅:7分

思想传递:6分

知识深度:5分

知识广度:4分

实用性:4分

章节划分:3分

结构布局:7分

新颖与独特:8分

情感共鸣:4分

引人入胜:8分

现实相关:7分

沉浸感:6分

事实准确性:8分

文化贡献:3分

网站评分

书籍多样性:5分

书籍信息完全性:3分

网站更新速度:9分

使用便利性:9分

书籍清晰度:9分

书籍格式兼容性:3分

是否包含广告:7分

加载速度:9分

安全性:8分

稳定性:9分

搜索功能:5分

下载便捷性:6分

下载点评

  • 盗版少(424+)
  • 三星好评(244+)
  • 超值(344+)
  • 全格式(257+)
  • 无水印(225+)
  • 图文清晰(513+)
  • 无漏页(200+)
  • 内容完整(115+)
  • 四星好评(499+)
  • 小说多(431+)
  • mobi(518+)
  • 已买(164+)
  • 还行吧(181+)

下载评价

网友 冯***丽:卡的不行啊

网友 冉***兮:如果满分一百分,我愿意给你99分,剩下一分怕你骄傲

网友 曹***雯:为什么许多书都找不到?

网友 寿***芳:可以在线转化哦

网友 孙***美:加油!支持一下!不错,好用。大家可以去试一下哦

网友 陈***秋:不错,图文清晰,无错版,可以入手。

网友 师***怀:好是好,要是能免费下就好了

网友 马***偲:好 很好 非常好 无比的好 史上最好的

网友 国***芳:五星好评

网友 焦***山:不错。。。。。

网友 汪***豪:太棒了,我想要azw3的都有呀!!!

网友 詹***萍:好评的,这是自己一直选择的下载书的网站

网友 蓬***之:好棒good

网友 隗***杉:挺好的,还好看!支持!快下载吧!

网友 冷***洁:不错,用着很方便

网友 居***南:请问,能在线转换格式吗?

版权声明

1本文:Spring Data:企业级JAVA的现代数据访问技术(影印版) (美)波拉克 等转载请注明出处。
2本站内容除签约编辑原创以外,部分来源网络由互联网用户自发投稿仅供学习参考。
3文章观点仅代表原作者本人不代表本站立场,并不完全代表本站赞同其观点和对其真实性负责。
4文章版权归原作者所有,部分转载文章仅为传播更多信息服务用户,如信息标记有误请联系管理员。
5本站一律禁止以任何方式发布或转载任何违法违规的相关信息,如发现本站上有涉嫌侵权/违规及任何不妥的内容,请第一时间联系我们申诉反馈,经核实立即修正或删除。


本站仅提供信息存储空间服务,部分内容不拥有所有权,不承担相关法律责任。

相关文章:

  • 19新版提分笔记--5.初中化学(通用版) 在线 免费 umd 下载 txt pdf mobi pmlz
  • 手绘pop插图精编(1) 在线 免费 umd 下载 txt pdf mobi pmlz
  • 剑桥通用五级考试PET青少版官方真题(新题型)1(含答案和超详解析) 在线 免费 umd 下载 txt pdf mobi pmlz
  • 考博英语名校真题精解及全真预测试卷 第11版 2024 机械工业出版社 在线 免费 umd 下载 txt pdf mobi pmlz
  • 宝宝的58个心事 在线 免费 umd 下载 txt pdf mobi pmlz
  • 拒绝平庸(升级版):如何不再过低配的人生/Wake Up系列 在线 免费 umd 下载 txt pdf mobi pmlz
  • 魏晓瑞说备孕 在线 免费 umd 下载 txt pdf mobi pmlz
  • 陈慕泽管理类联考综合能力逻辑历年真题解析(2022年) 在线 免费 umd 下载 txt pdf mobi pmlz
  • 欧也妮·葛朗台阅读课(附欧也妮·葛朗台)/整本书阅读与研讨丛书 在线 免费 umd 下载 txt pdf mobi pmlz
  • 起风了 在线 免费 umd 下载 txt pdf mobi pmlz