8000 Home · viritin/viritin Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Niki Hansche edited this page Nov 9, 2016 · 8 revisions

The Missing Manual for Viritin

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.

Online demo

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:

Usage examples

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
0