Warp Reader is a rapid serial visual presentation reader RSVP for fast reading (spritz like).
This repository has the Warp-Reader-Vaadin implementation.
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.
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.
What things you need to install the software and how to install them
- Java 8 JDK
- A JAVA IDE
- Clone this repository
- In warp-reader pom.xml run
mvn clean install -Pwarp-reader-vaadin-spring-boot
OR runmvn clean install -Pwarp-reader-vaadin-jetty
- Start WarpReaderApplication class from your IDE. Spring-Boot Tomcat will be started.
- Open browser at localhost:8080 and use WarpReader
Put the generated war files in your application server (Tomcat, Jetty) or run the spring-boot vaadin version with internal tomcat.
- Spring-Boot - Spring-Boot
- Vaadin - The vaadin-8 web framework used
- Maven - Dependency Management
- Angelo Romito - Initial work - Trundicho
This project is licensed under Apache License Version 2.0 - see the LICENSE file for details