I\'m developing EAR application using EJB, JPA and Vaadin for web interface. The application server - GlassFish 3.1.1.
I have a simple portlet with a few components : 3 Button objects, 1 Slider, 1 MenuBar and a picture assigned to a Label (generated by servlet). Now when I switch between pictures for a Label (I have m
UPDATE: SOLVED. I had to use a utility bundle to auto-load Vaadin apps in OSGI. See http://dev.vaadin.com/wiki/Arvue/OSGi
Simple and short question, but I\'m not so sure about a good answer. ;) Is it somehow possible to add a Listener to the root items of a menu bar?
Does someone know of a comparison between ZK and Vaadin? I\'m especially interested which of the two is better suited for a dyn开发者_高级运维amic web app (i.e. where the layout and POJOs are defined
I am intending to add custom component (such as dialog, panel, toolbar,...) into Vaadin Google Map add-on from server side. After reading MapWidget.class source code in gwt-maps, I understand that I h
Hi I am using Spring 3 + Spring MVC (half of the site) + Vaadin + AspectJ + JPA2 + Spring Security My problem is that Spring creates all my Repositories and I would like to share those with Vaadin us
I have a vaadin application that redirect after login to a view with header / left menu and a main panel.
the title says almost everything. When I execute the expandItem() function programmatically I do not want the fired event causing a nodeExpand() call.
I am using vaadin in a portlet environme开发者_Python百科nt where we have specific validation look & feel and behavior.