Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Server-side GWT events; alternative to Vaadin

I'm wondering is there a similar framework like Vaadin built on top of GWT which wraps the original GWT components but with server-side only event handling? (I know that Vaadin is built on top of GWT. I'm looking for an alternative solution.)

Vaadin is nice because of it's precompiled nature. I found compile times with GWT horrific the last time i've worked with it. Also it's a bit easier to maintain security if event handling code runs on the server. It would be nice if the standard GWT could be used in a similar way.

like image 739
NagyI Avatar asked Jul 13 '11 18:07

NagyI


1 Answers

I don't think there is another like vaadin. and vaadin is already server-side..

see this http://vaadin.com/learn for more info

like image 111
alculete Avatar answered Sep 30 '22 19:09

alculete