GithubHelp home page GithubHelp logo

h4ck4life / play-2.0-java-mongodb-jackson-exemple Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mironor/play-2.0-java-mongodb-jackson-exemple

0.0 1.0 0.0 104 KB

A small todo application from the official Play framework manual, but with mongodb support

play-2.0-java-mongodb-jackson-exemple's Introduction

First steps with Playframework 2.0 (Java) and MongoDb (Jackson)

In the official wiki there is a tutorial about how to create a todo application using Play 2.0 framework with Java, you can find it here http://www.playframework.org/documentation/2.0.2/JavaTodoList

But it uses an Sql database (H2).

We will try to make it use MongoDb instead.

We will use Jackson library for MongoDb support (https://github.com/vznet/play-mongo-jackson-mapper).

Steps

  • Complete the tutorial mentioned before if you didn't already do that (don't forget to add @Entity annotation to your model as it is not mentionned in the tutorial).

  • Replace project/Build.scala file by the one from this repo.

  • Do "play dependencies" in your console (in the project's root folder)

  • Replace next files in your application by files from this repo.

app/controllers/Application.java
app/models/Task.java
conf/application.conf
conf/routes
  • Don't forget to start mongodb daemon! It should use the default host (localhost) and the default port.

  • Run the application, if everything works, congratulations, you've done it!

  • Have fun!

play-2.0-java-mongodb-jackson-exemple's People

Watchers

Alif avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.