Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Pro Hibernate and MongoDB (repost)

Posted By: interes
Pro Hibernate and MongoDB (repost)

Pro Hibernate and MongoDB (The Expert's Voice) by Anghel Leonard
English | ISBN: 1430257946 | 2013 | 384 pages | PDF + EPUB | 9,5 + 10 MB

Hibernate and MongoDB are a powerful combination of open source persistence and NoSQL technologies for today's Java-based enterprise and cloud application developers. Hibernate is the leading open source Java-based persistence, object relational management engine, recently repositioned as an object grid management engine.

MongoDB is a growing, popular open source NoSQL framework, especially popular among cloud application and big data developers. With these two, enterprise and cloud developers have a "complete out of the box" solution.

Pro Hibernate and MongoDB shows you how to use and integrate Hibernate and MongoDB. More specifically, this book guides you through the bootstrap; building transactions; handling queries and query entities; and mappings. Then, this book explores the principles and techniques for taking these application principles to the cloud, using the OpenShift Platform as a Service (PaaS) and more.

In this book, you get two case studies:

• An enterprise application using Hibernate and MongoDB. then,
• A cloud application (OpenShip) migrated from the enterprise application case study
After reading or using this book, you come away with the experience from two case studies that give you possible frameworks or templates that you can apply to your own specific application or cloud application building context.
What you’ll learn
• How to use and integrate Hibernate and MongoDB to be your "complete out of the box" solution for database driven enterprise and cloud applications
• How to bootstrap; run in supported environments; do transactions; handle queries and query entities; and mappings
• How to build an enterprise application case study using Hibernate and MongoDB
• What are the principles and techniques for taking applications to the Cloud, using the OpenShift Platform as a Service (PaaS) and more
• How to build a cloud-based app or application (OpenShip)
Who this book is for
This book is for experienced Java, enterprise Java programmers who may have some experience with Hibernate and/or MongoDB.
Table of Contents

PART 1 Hibernate OGM (Object/Grid Mapper) and MongoDB Fundamentals for Enterprise and Cloud Applications

1. Getting Started With Hibernate OGM
2. Hibernate OGM and MongoDB
3. Bootstrapping Hibernate OGM
4. Hibernate OGM at Work
5. Hibernate OGM and JPA 2.0 Annotations
6. Hibernate OGM Querying MongoDB

PART 2 Developing a Hibernate OGM/MongoDB Complete Example

7. MongoDB e-Commerce Database Model
8. MongoDB e-Commerce Database Querying

PART 3 Running MongoDB and Hibernate OGM in Cloud (PaaS)

9. Migrate MongoDB Database to Cloud
10. Migrate RafaEShop to OpenShift