jaimefjorge / scala-java-lift-vaadin-project

Sample project that mixes lift (scala) database model DataMapper with Vaadin (java) presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lift/Vaadin using scala/java

What Is It?

This is a mixed Lift/Vaadin project with intention of using lift's DataMapper, that allows easy/cheap object persistency in a given project, and Vaadin to have nice UIs. This is also java/scala mixed to use lift (in scala) and Vaadin (in java).

Requirements

You should have SBT installed.

Deployment

Also you should make sure that web.xml is (after compilation) in the right folder (default is /target/scala***/webapps/WEB-INF/

Feedback

Give me some :)

About

Sample project that mixes lift (scala) database model DataMapper with Vaadin (java) presentation