Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 593 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 593 Bytes

Vaadin, Mongo & Scala example

This is an example project that contains a simple registration application that uses Vaadin as the UI framework and MongoDB as the permanent storage. The project is implemented as an SBT project using Scala and Scaladin to make Vaadin usage easier.

For MongoDB the Casbah and Salat libraries are used.

This example was inspired by the Scala, Play 2 and Mongo example @ yobriefca.se. The tutorial for this project can be found on GitHub.