School project for MI-SWE.
SPARQL querying over results of run competitions.
-
ADMIN TAB
-
Upload score sheets in defined html format.
-
Parse score sheets -> save to DB (JPA entities)
-
Generate RDF file (will be saved in DB)
-
-
QUERYING TAB
-
Write/select SPARQL query
-
Search...
-
JavaEE - EJB, JPA, CDI
Maven
JenaAPI
Vaadin (GUI, based on GWT)
Unfortunately, I was not able to put it on some public server hosting, but I will try...
Use JBOSS 7.1.1.
Datasource needed to connect to db - see WEB-INF/RacesStatistics-ds.xml
jdbc:mysql://localhost:3306/races_statistics
<driver>mysql-connector-java-5.1.22.jar</driver>
<security>
<user-name>root</user-name>
<password>123456</password>
</security>
Final RDF can be about 3 MB -> configure DB accordingly.