Java EE. Logistic system showcase.
- Download and install jdk 1.8, Git, Apache Tomcat.
- Clone project: git clone https://github.com/Labusyuk/TransportationShedule.git
- cd to project folder and mvnw clean install
- Maybe you must install some library in Tomcat lib folder, its: commons-collections, jsoup. In my case there is C:\Program Files\Apache Software Foundation\Tomcat 9.0\lib.
- Run with Tomcat
Еhe program stores transport data, routes, stops, schedules in collections. Parsing takes a long time. Therefore, it is executed only at the first access to resources and stored for one hour. The first call lasts about 1-4 minutes. There's really a lot of information out there, at each stop, on your schedule: weekdays and weekends. Routes in one transport in different directions are regarded as different ((Залізничний вокзал - Вишенька / Вишенька - Залізничний вокзал ).
Selecting a specific route time does not work at this time.