https://github.com/arnauld/scalaadin
Scala+Vaadin
https://github.com/arnauld/scalaadin
Last synced: 29 days ago
JSON representation
Scala+Vaadin
- Host: GitHub
- URL: https://github.com/arnauld/scalaadin
- Owner: Arnauld
- Created: 2011-07-25T22:35:52.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-11-27T12:04:11.000Z (over 14 years ago)
- Last Synced: 2025-01-10T18:55:37.006Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 6.67 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
DEV Usage
=========
sbt> vaadin-generate-widgetset
...
sbt> vaadin-compile-widgetset
...
sbt> jetty-run
SBT Notes
=========
set logLevel := sbt.Level.Debug
Vaadin Notes
============
see notes in [SBT vaadin plugin](https://github.com/Arnauld/sbt-vaadin-plugin) and add the declared `widgetset` in `web.xml`
```xml
ScalaadinApplication
com.vaadin.terminal.gwt.server.ApplicationServlet
Vaadin application class to start
application
scalaadin.ScalaadinApplication
widgetset
scalaadin.gwt.CombinedWidgetset
```
see also
* [Robert Lally - Vaadin book code in scala](http://www.robertlally.com/blog/category/vaadin)
Shiro Notes and integration with Vaadin
=======================================
[Authentication: Vaadin + Shiro](https://github.com/Arnauld/scalaadin/wiki/Authentication:-Vaadin+Shiro)
Libraries
=========
* [SBT 0.10.0](https://github.com/harrah/xsbt)
* [SBT web plugin](https://github.com/siasia/xsbt-web-plugin)
* [SBT vaadin plugin](https://github.com/Arnauld/sbt-vaadin-plugin)
* [Vaadin](http://vaadin.com/home)
* [Shiro](http://shiro.apache.org/)
Later
* [Cassandra](http://cassandra.apache.org/)