• Menu
  • Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

JavaBeat

Java Tutorial Blog

  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)

MongoDB

PrimeFaces + Spring Roo + Spring Data + MongoDB Integration Example

May 22, 2014 //  by Amr Mohammed//  Leave a Comment

This tutorial will introduce the integration of Primefaces, Spring Data & MongoDB frameworks. This tutorial assumes the you are familiar with the Spring Roo for creating the spring applications. Also, I assume that you are familiar with the Mongo DB. If you’re not, it’s good for you to go back into the below tutorials for getting …

Category: Spring FrameworkTag: MongoDB, PrimeFaces, Spring Data Mongo, Spring ROO

Spring Data + MongoDB + REST Shell Integration

May 19, 2014 //  by Amr Mohammed//  Leave a Comment

This tutorial guides you through an example for understanding the integration between Spring Data, Spring REST and MongoDB. As you are going to use the rest-shell for achieving different operations against database. Entities will be persisted into MongoDB in the form of which an outer entity will save a reference to the inner one. Unlike the most …

Category: Spring FrameworkTag: MongoDB, Spring Boot, Spring Data, Spring REST

PrimeFaces + Spring Data + MongoDB Integration

May 12, 2014 //  by Amr Mohammed//  Leave a Comment

This tutorial guides you through the integration of various frameworks like PrimeFaces, Spring Data and MongoDB. In our previous tutorials, we have explained more about the each topics PrimeFaces, Spring Data & MongoDB. Here a simple example for using the Registration form where the details will be finally stored in the MongoDB database. Connect With Us : Google+ …

Category: Spring FrameworkTag: MongoDB, PrimeFaces, Spring Data, Spring Integration

Spring Roo + Spring Data + MongoDB Repositories Integration

May 8, 2014 //  by Amr Mohammed//  Leave a Comment

Since Spring Data includes support for MongoDB repositories, we can use MongoDB as a persistence option when using Roo. We just won’t have the option of using the active record style for the persistence layer, we can only use the repositories. Other than this difference, the process is very much the same as for a Spring ROO …

Category: Spring FrameworkTag: Eclipse, MongoDB, Spring Data, Spring ROO

Spring Data MongoDB Tutorial

April 26, 2014 //  by Amr Mohammed//  Leave a Comment

Spring Data for MongoDB is part of the umbrella Spring Data project which aims to provide a familiar and consistent Spring-based programming model for new data stores while retaining store-specific features and capabilities. The Spring Data MongoDB project provides integration with the MongoDB document database. Key functional areas of Spring Data MongoDB are a POJO centric model …

Category: Spring FrameworkTag: MongoDB, NOSQL, Spring Data

PrimeFaces + EclipseLink / JPA + MongoDB Integration

April 22, 2014 //  by Amr Mohammed//  Leave a Comment

This tutorial explains the PrimeFaces + JPA + MongoDD integration. We are going to create a Pie Chart application using the PrimeFaces component library with the additional software JPA and MongoDB for the persistence mechanism. Before writing any snippet of code, you should have a proper installation and configuration for both the database (MongoDB) and the …

Category: JSFTag: EclipseLink, JPA, JSF 2.0, MongoDB, NOSQL, PrimeFaces

Using Morphia- Java library for MongoDB

June 3, 2012 //  by Mohamed Sanaulla//  Leave a Comment

In our post on developing sample Todo Application using JavaFX and MongoDB, we showed how we can use MongoDB, JavaFX to create a sample application. In that post we used the API provided by MongoDB to carry out the DB operations. In this post lets look at how we can use Morphia to carry out …

Category: MongoDBTag: MongoDB, Morphia

Developing a Simple Todo Application using JavaFX, Java and MongoDB- Part-3

May 13, 2012 //  by Mohamed Sanaulla//  Leave a Comment

In the previous post we created the UI for adding a new Todo where in we used a Tab, TabPane and added the required controls- TextField and a Button to the Tab. also read: Java FX Tutorials Developing a Simple Todo Application using JavaFX, Java and MongoDB Using JavaFX Chart API to add charts to …

Category: Java FXTag: JavaFX, MongoDB

  • Go to page 1
  • Go to page 2
  • Go to Next Page »

Primary Sidebar

Follow Us

  • Facebook
  • Pinterest

FEATURED TUTORIALS

New Features in Spring Boot 1.4

Difference Between @RequestParam and @PathVariable in Spring MVC

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

Introductiion to Jakarta Struts

What’s new in Struts 2.0? – Struts 2.0 Framework

JavaBeat

Copyright © by JavaBeat · All rights reserved
Privacy Policy | Contact