Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

Warp Reader

Warp Reader is a rapid serial visual presentation reader RSVP for fast reading (spritz like). This repository has the Warp-Reader-Core and multiple ui implementations.

Alt Text

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.

Developer documentation warp-reader-ui-gwt

The warp-reader-ui-gwt component is based on gwt. Many parts of the application is executed on the client.

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

Installing and running warp-reader-ui-gwt

  1. Clone this repository
  2. In warp-reader pom.xml run mvn clean install -Pwarp-reader-gwt
  3. Start gwt application class from your IDE with maven plugins gwt:devmode
  4. Open browser at http://127.0.0.1:8888/ 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

  • Spring-Boot - Spring-Boot
  • Vaadin - The vaadin-8 web framework used
  • GWT - The GWT 2.8 framework used
  • Maven - Dependency Management

Authors

License

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

You can’t perform that action at this time.