Creating a Vaadin-sbt Project

I would like to create a Vaadin project using sbt 0.11.0. I looked at sbt-vaadin-plugin and vaadin-skeleton but both of them seem to be out of date. So, does anyone have any tips on setting up such a project?

+5
source share
2 answers

Here are two projects that use sbt 0.11 and Vaadin:

https://dev.vaadin.com/svn/incubator/scala-wrappers/

https://github.com/henrikerola/scala-addressbook

The first link is a project called scala -wrappers, which is trying to simplify the use of Vaadin with Scala. The second link is a simple project that uses scala -wrappers.

+5
source

All Articles