https://github.com/manolo/experiment-vaadin-tokka
experiments-vaadin-tokka
https://github.com/manolo/experiment-vaadin-tokka
Last synced: 4 months ago
JSON representation
experiments-vaadin-tokka
- Host: GitHub
- URL: https://github.com/manolo/experiment-vaadin-tokka
- Owner: manolo
- Created: 2014-03-24T11:54:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T13:56:53.000Z (about 11 years ago)
- Last Synced: 2024-12-30T18:38:17.622Z (6 months ago)
- Language: Java
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
-------------------------------------------------------------------
Vaadin TouchKit app skeleton created by maven archetype
-------------------------------------------------------------------USING THE GENERATED PROJECT:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The project is pretty standard Maven web app project and should thus
be compatible with practically all IDE's. The application stub
contains usage examples of some basic components and also provides a
method to serve different UI for desktop browsers.Packaging/installing the project
--------------------------------Run maven command:
mvn install
Running the default install target generates war file. Also
widgetset compilation is automatically done at this point.Running the app in development server
-------------------------------------The project has by default jetty plugin configure as a web server. It
can be started with maven command:mvn jetty:run