Skip to content

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

Notifications You must be signed in to change notification settings

SaifJerbi/XmlContainerForVaadin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

XmlContainerForVaadin

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.

Quickstart

  1. Create a new Vaadin 7 project.

  2. Download the latest version of XMLContainer to WEB-INF/lib from Vaadin Directory (or use the Maven dependency).

  3. Add a Table to your UI component

  4. Set the Table data source to your XMLContainer instance

  5. Run your App

License

The project is licensed under the Apache License, Version 2.0.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages