play-vaadin-integration
play-vaadin-integration copied to clipboard
A mechanism is implemented to serve VAADIN resouces, however in Play 2.3 these resources are not copied to sbt's class folder, and therefore are not found. If I copy them...
I guess that in Vaadin this is triggered by its servlet, which is not present in Play!. Maybe an alternate method should be used? (see https://github.com/ShaggyYeti/sbt-sass)
When attempting to use Vaadin 7.5 I found out that since version 7.4 the interface `com.vaadin.server.DeploymentConfiguration` declares some methods not present in `org.vaadin.playintegration.PlayDeploymentConfiguration`. I made it work by adding to...
Tested @ vaadin 7.3.7, scaladin 3.1.0, play 2.3.7 :)
Tested @ vaadin 7.3.7, scaladin 3.1.0, play 2.3.7 :)
Hello, I tried this plugin with Vaadin 7.2. It doesn't work. I figured out VaadinPlayRequest.getParameter() doesn't read parameters from post body. Another issue with VaadinPlayRequest is it doesn't give input...
- getParameter from formData - inputStream from json Tested @ vaadin 7.3.7 scaladin 3.1.0
Hi, I'm trying to run this with Play 2.2.3 and Vaadin/Scaladin/etc as follows "com.vaadin" % "vaadin-server" % "7.3.0", "com.vaadin" % "vaadin-client-compiled" % "7.3.0", "com.vaadin" % "vaadin-themes" % "7.3.0", "org.vaadin.addons" %...
I'm following your steps in order to integrate `vaadin` with `play framework 2`, using java. However, I have the following error: ``` sh [error] (*:update) sbt.ResolveException: unresolved dependency: org.vaadin.addons#scaladin;3.0.0: not...