GWT like Code Generation for file based access

Hi,

I understand Vaadin is built over GWT. Does this mean, Vaading code can be compiled and can result in HTML and Java Script, which can be directly invoked through file:// access.

I understand file:// access can only help to certain applications and not for applications depending on server to get data from DB etc.

My need for simple applications such as Code Coverage rendering needs etc.

Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com

Vaadin consits of the server side and the client side. The client side is built using GWT and compiled into Javascript. The server side on the other hand is run as java. To run a Vaadin application you need both the server and the client side.

For more information on the Vaadin architecture, see http://vaadin.com/book/-/page/architecture.html