Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 859 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 859 Bytes

Desktop app connecting to Oracle Spatial database

This repository contains code of our project for Advanced Database Systems that we made in winter 2017. It is a JavaFX desktop application. Part of it is written in javascript in order to use the Leaflet library for visualizing maps. This part is located in a WebView JavaFX component.

Unfortunately this app needs to access a proprietary Oracle spatial database, it won't work properly without it.

Prequisities

  • Java 8
  • JavaFX
  • Maven

Compile and run

mvn clean install
java -jar target/fit-pdb17-epsilon-1.0-SNAPSHOT.jar

Authors