Jump to ratings and reviews
Rate this book

MongoDB for Java Developers

Rate this book
Design, build, and deliver efficient Java applications using the most advanced NoSQL database

About This BookReuse the skills you have acquired through Hibernate or Spring to promote your applications to use NoSQL storageExplore the list of libraries that are already available to assist you in developing Java EE applications with MongoDBA step-by-step tutorial to create leaner and faster applications using MongoDBWho This Book Is ForThis book is for Java developers and architects that want to learn how to develop Java applications using the most popular NoSQL solution and the use cases of it.

What You Will LearnInstall MongoDB and its client toolsSet up a basic project that uses a MongoDB driver and perform CRUD operations with itExplore simple strategies for mapping Mongo documents with Java classesUse bulk operations to speed up the creation of massive documentDesign and develop a Java Enterprise application that uses MongoDB as storageDevelop and deploy an application that uses Hibernate OGM as a persistence layer for your entitiesUse Spring Data and Spring Boot to leverage micro-services using MongoDB as storageIn DetailThe NoSQL movement is growing in relevance, attracting more and more developers. The MongoDB database is a well-recognized rising star in the NoSQL world. It is a document database, which allows data persistence and enables you to query data in a nested state without any schema constraint and complex joins between documents.

This book provides all the knowledge you need to make MongoDB fit in your application schema, at the best of its capabilities. It starts from a basic introduction to the driver that can be used to perform some low-level interaction with the storage. Then it moves to use different patterns to abstract the persistence layer into your applications, starting from the flexible Google JSON library to the Hibernate OGM Framework and finally landing on the Spring data framework.

By the end of this book, you will know everything you need to use MongoDB in your Java applications.

Style and approachA simple, tutorial-like approach is used to explain the concepts contained in the book in the simplest possible way. The chapters of this book are arranged so that complexity increases progressively as you gain more experience from the earlier chapters.

194 pages, Kindle Edition

First published September 3, 2015

2 people are currently reading
8 people want to read

About the author

Francesco Marchioni

29 books2 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
1 (16%)
4 stars
1 (16%)
3 stars
4 (66%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Luís Soares.
38 reviews20 followers
September 25, 2015
Very good for beginners. It covers other topics around MongoDB in a web environment. Nice introduction of NoSQL. Could have more information on good practices.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.