VulComposer - Vaadin Add-on Directory
An XML layout composer and auto-wire library for VaadinVulComposer is an auto-wiring composer that lets you layout Vaadin containers and components in VUL (XML) format.
Simply extend VulComposer and supply a getVulName() function, and the composer will create and layout your components according to the supplied VUL file. The composer will also auto-wire created components to those declared in your class, and will auto-wire event methods based on a simple naming convention.
Author HomepageDocumentation
Issue Tracker
Source Code