I\'m trying to migrate my existing application to GAE using this tutorial: http://vaadin.com/wiki/-/wiki/Main/Google%20AppEngine%20HOWTO
I am building an application using the VAADIN framework. I am trying to add a panel in a view containing a VerticalSplitPanel which contains two components (a button and a label for the moment).
The main form of my Vaadin application (running on Ubuntu server and Tomcat) takes enormous amount of time to load (more than 1 minute).
I\'m looking for effective approach to writing Java web app in Vaadin. (several pages, a lot of tables, buttons..)
Hi i m added the File menu item creating the views, my code look like final Class viewClass : new Class[] { Dashboard.class,
I am trying to display a PDF in a popup window using Vaadin 6.6.2 and the code as shown in this blog:
I have ins开发者_开发问答talled Tomcat server on my Fedora 15, I can run it, and it\'s avaible at the localhost:8080. Then I tryed adding it into eclipse, File->New->Servers->Server But the list is em
I m using menu items which are given in vaadin menu demo example ,on click of each menu item i m showing notification message, but my requrement is i have 开发者_如何转开发to open new class on click o
How to t开发者_如何学编程ell web.xml that it should not handle .htc files and so leave them to the web server?
I want to hide leafs from vaadin tree according to text in some editbox (on text change). ie if text in editbox is \"ab\" i want to show only leafs with text starting with \"ab\".