Skip to content

jamroks/scalaadin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and add the declared widgetset in web.xml

    <servlet>
        <servlet-name>ScalaadinApplication</servlet-name>
        <servlet-class>com.vaadin.terminal.gwt.server.ApplicationServlet</servlet-class>
        <init-param>
            <description>Vaadin application class to start</description>
            <param-name>application</param-name>
            <param-value>scalaadin.ScalaadinApplication</param-value>
        </init-param>
        <init-param>
            <param-name>widgetset</param-name>
            <param-value>scalaadin.gwt.CombinedWidgetset</param-value>
        </init-param>
    </servlet>

see also

Shiro Notes and integration with Vaadin

Authentication: Vaadin + Shiro

Libraries

Later

About

Scala+Vaadin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published