How will Play! framework + Vaadin work? I'm looking over the shoulder of a
colleague that's developing a Vaadin app, and it seems the Vaadin Eclipse
plugin generates its own web app structure (web.xml, etc.) with only the
one dispatcher servlet. Also, the whole point of Vaadin is programming the
presentation layer "GUI builder" style (e.g. like Swing), so there's no
HTML templating, etc.
Is there any role for something like Play! in a Vaadin app?
On Wednesday, 21 March 2012 11:29:39 UTC+2, Guillaume Belrose wrote:
> 'Hi all,
> I've not used this particular add-on but I have build a Web UI in Scala
> with Vaadin and found the combination to be very productive. I've used it
> to build a Web UI to complement a RESTful Web Service and it worked well
> for me.
> Vaadin is well worth a look for building low-traffic, intranet-type
> applications.
> Cheers,
> Guillaume
> On Monday, March 5, 2012 2:37:39 PM UTC, Richard Kolb wrote:
>> Hi guys
>> Saw this blog about Scala and Vaadin
>> https://vaadin.com/blog/-/blogs/scaladin-1-0-released
>> regards
>> Richard.