Simple Vaadin Container implementation that Bind data from XML file to BeanContainer. This addon use JaxB spec and the Dom Xml Parser Technic. Take a look to the Wiki for more details.
-
Create a new Vaadin 7 project.
-
Download the latest version of XMLContainer to WEB-INF/lib from Vaadin Directory (or use the Maven dependency).
-
Add a Table to your UI component
-
Set the Table data source to your XMLContainer instance
-
Run your App
The project is licensed under the Apache License, Version 2.0.