MartinSenne / ImportExportAddon

Flexible import and export functionaly for Vaadin ContainerDataSource, Table and Grid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import / Export for Vaadin 7

Setup Maven multi-module project

The project is setup as a multi-module Maven project:

  • import-export-root
    • import-export-demo (depends on import-export-addon)
    • import-export-addon

Compile and run

  • Invoke Maven target clean install on import-export-addon.
  • Invoke Maven target clean install on import-export-demo.
  • Invoke Maven target jetty:run on import-export-demo to startup the Jetty server.

Application will be available under localhost:8080.

About

Flexible import and export functionaly for Vaadin ContainerDataSource, Table and Grid.

License:Apache License 2.0


Languages

Language:Java 94.4%Language:CSS 5.6%