Skip to content

Trundicho/warp-reader-vaadin

Repository files navigation

Warp Reader Vaadin UI

Warp Reader is a rapid serial visual presentation reader RSVP for fast reading (spritz like).

This repository has the Warp-Reader-Vaadin implementation.

Demo

See Warp Reader in action here: http://warpreader.trundicho.de

Drag and drop Url's or copy and paste the text to read in the text area. IMAGE ALT TEXT HERE

Developer documentation warp-reader-ui-vaadin

The warp-reader-ui-vaadin component is based on vaadin and spring-boot.
Because the timer widget is a gwt ported component it is necessary to build the module with vaadin-maven-plugin already configured in the pom.xml.

Getting Started

What things you need to install the software and how to install them

Prerequisites

  • Java 8 JDK
  • A JAVA IDE

Installing and running warp-reader-ui-vaadin

  1. Clone this repository
  2. In warp-reader pom.xml run mvn clean install -Pwarp-reader-vaadin-spring-boot OR run mvn clean install -Pwarp-reader-vaadin-jetty
  3. Start WarpReaderApplication class from your IDE. Spring-Boot Tomcat will be started.
  4. Open browser at localhost:8080 and use WarpReader

Deployment

Put the generated war files in your application server (Tomcat, Jetty) or run the spring-boot vaadin version with internal tomcat.

Built With

Authors

License

This project is licensed under Apache License Version 2.0 - see the LICENSE file for details