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 [...]
Tag Archives: MongoDB
Developing a Simple Todo Application using JavaFX, Java and MongoDB- Part-3
May 13, 2012
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. Going forward, in this post we will create the UI for listing the Open Todos i.e the Todos which have not been marked [...]
Developing a Simple Todo Application using JavaFX, Java and MongoDB- Part-2
May 12, 2012
In my previous post: I setup the objective of our sample application and named it as TodoFX (I know lot of you would have missed the naming part, lack of creativity in naming drives me create portmanteau of technology and usage of app) Created the back end for our sample application, in the process we [...]
Developing a Simple Todo Application using JavaFX, Java and MongoDB- Part-1
May 9, 2012
Over a series of 2 posts or so, I would try and show how to develop a simple Todo Desktop application using JavaFX as the Frontend, and the well known NoSQL database MongoDB as the Backend and using Java as the glue between both of them. The main aim of developing this application is to [...]






June 3, 2012
0 Comments