Vaadin is such a nice Java web RIA application framework for building desktop-like apps, built on top of GWT AJAX Library. Vaadin uses Java to programmatically create UI components and there's very minimal CSS / HTML involved, much less JavaScript. In this article series I will share my experiences on developing a Vaadin web application and deploying it to Google App Engine hosting.
First you need to prepare your development environment.
Prepare the Vaadin + Google Development Environment
First you need to prepare your development environment.
- Install Eclipse IDE 3.6SR1 (Helios) - Java EE edition
- Install Vaadin Eclipse Plugin
- Install Google Plugin for Eclipse
- Download the latest Google App Engine SDK . This step is optional because Google Plugin for Eclipse can also download GAE SDK and GWT SDK for you.
No comments:
Post a Comment