-
Notifications
You must be signed in to change notification settings - Fork 75
Home
Welcome to the Viritin wiki! Viritin wiki is used as a documentation for the library. Anyone with Github account can contribute directly, so this is probably the easiest way to contribute to the project.
See the sidebar (and update if you create pages) for sub-pages. Currently this is just the start for a proper documentation, and most features are not listed on this page, but hopefully we can changes this soon.
To start using Viritin, you'll need to add its dependency to project, nothing else. Viritin does not use GWT extensions, so even re-compiling (or creating) a widgetset is not necessary. You can get the fresh Maven/Ivy/Gradle coordinates from the Vaadin Directory.
There is no Sampler like online demo for this add-on, but there are though many demo apps that contain helpful usage examples. Some of them listed here:
- Add-ons own test sources, both integration tests and unit tests contains some usage examples.
- Vaadin Java EE application example
- Spring Data + Vaadin UI example
- Another Java EE app example - contains JPA usage examples for ManyToMany (MultiSelectTable) and ElementCollection (InlineEditableCollection).
- Invoicing example Java EE app - contains JPA usage examples ElementCollection (InlineEditableCollection), LazyComboBox, DownloadButton.
Run the following mvn command to start a small application
(http://localhost:9998) with all usage examples under org.vaadin.viritin.it
.
mvn -e exec:java -Dexec.mainClass="org.vaadin.viritin.it.UiRunner" -Dexec.classpathScope=test