Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martijnvos/trackandtraceserver
Server application of the TrackAndTrace 'Killer App' made for GSO3 at Fontys
https://github.com/martijnvos/trackandtraceserver
java-8 javafx rmi-server sonarqube
Last synced: about 1 month ago
JSON representation
Server application of the TrackAndTrace 'Killer App' made for GSO3 at Fontys
- Host: GitHub
- URL: https://github.com/martijnvos/trackandtraceserver
- Owner: Martijnvos
- Created: 2018-03-24T18:23:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T18:55:32.000Z (almost 7 years ago)
- Last Synced: 2024-02-24T21:22:48.903Z (11 months ago)
- Topics: java-8, javafx, rmi-server, sonarqube
- Language: Java
- Homepage:
- Size: 923 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TrackAndTrace server application
## Functionality
This application serves as a server for the [TrackAndTrace application](https://github.com/Martijnvos/TrackAndTrace)
client application.
It connects to the database (information for setting that up provided below) and also doublees as a RMI provider.## Database
There isn't a live server at the moment as the application has been made with the Fontys servers in mind.
I did provide the database create scripts in the form of 'createDatabase.sql' and 'createProcedures.sql'.
This application can be run with any MSSQL database set up with those files.## Running the application
The application can be run by simply downloading the source code and running it on your machine with your favorite editor.
Keep in mind that the database has to be set up as well using the scripts provided.
After running the application you should see a console window highlighting the connection with the database and
the bound RMI classes to the registry.
:warning: Warning: make sure this and the client application is not run with a VPN or other IP changing service.
If this is the case it's not guaranteed that the client application can find the registry.