Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1014 Bytes

File metadata and controls

28 lines (20 loc) · 1014 Bytes

Haulmont Test Task

This repository contains a source code of the Web application written using Java, Vaadin, JDBC and HSQLDB database. This Web application is a system of input and display information about the students of the Institute. The appearance of the application user interface is shown below.

screenshots

Separately screenshots: main groups students add group add student

Prerequisites

Build and Run

  1. Run in the command line:

    mvn package
    mvn jetty:run
    

    Note: to successful execution of the unit tests at step "mvn package" it is necessary that Jetty server was stopped before this step.

  2. Open http://localhost:8080 in a web browser.