null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Spring Data (Modern Data Access for Enterprise Java)

List Price: $39.99
SKU:
9781449323950
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Mark Pollack, Oliver Gierke, Thomas Risberg, Jon Brisbin, Michael Hunger
    Format:
    Paperback
    Pages:
    312
    Publisher:
    O'Reilly Media (November 27, 2012)
    Language:
    English
    ISBN-13:
    9781449323950
    ISBN-10:
    1449323952
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $39.99
    As low as:
    $34.39
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    13
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    18.08oz
    Imprint:
    O'Reilly Media
  • Overview

    You can choose several data access frameworks when building Java enterprise applications that work with relational databases. But what about big data? This hands-on introduction shows you how Spring Data makes it relatively easy to build applications across a wide range of new data access technologies such as NoSQL and Hadoop.

    Through several sample projects, you’ll learn how Spring Data provides a consistent programming model that retains NoSQL-specific features and capabilities, and helps you develop Hadoop applications across a wide range of use-cases such as data analysis, event stream processing, and workflow. You’ll also discover the features Spring Data adds to Spring’s existing JPA and JDBC support for writing RDBMS-based data access layers.

    • Learn about Spring’s template helper classes to simplify the use ofdatabase-specific functionality
    • Explore Spring Data’s repository abstraction and advanced query functionality
    • Use Spring Data with Redis (key/value store), HBase(column-family), MongoDB (document database), and Neo4j (graph database)
    • Discover the GemFire distributed data grid solution
    • Export Spring Data JPA-managed entities to the Web as RESTful web services
    • Simplify the development of HBase applications, using a lightweight object-mapping framework
    • Build example big-data pipelines with Spring Batch and Spring Integration