Directory

← Back

Scaladin

Develop Vaadin applications easily with Scala!

Author

Contributors

Rating

Scaladin makes easier to use Vaadin Framework with Scala programming language. For more information, go to the project's GitHub page: https://github.com/henrikerola/scaladin.

Sample code

package com.example

import vaadin.scala._

class ScaladinExampleUI extends UI {
    content = new Button {
        caption = "Click me!"
        icon = ThemeResource("../runo/icons/16/globe.png")
        clickListeners += Notification.show("Hello World!")
    }
}

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Support for Vaadin 7.3

Released
2014-11-28
Maturity
STABLE
License
Apache License 2.0

Compatibility

Framework
Vaadin 7.1+
Vaadin 6.8+ in 2.1.0
Vaadin 6.0+ in 1.0.0
Browser
N/A
Online