GitHunt
LA

Labusyuk/TransportationShedule

Route planner based on public transport in Vinnytsia(Ukraine). Implemention on Java EE

Transportation Shedule

Java EE. Logistic system showcase.

Instructions to run the project:
  1. Download and install jdk 1.8, Git, Apache Tomcat.
  2. Clone project: git clone https://github.com/Labusyuk/TransportationShedule.git
  3. cd to project folder and mvnw clean install
  4. 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.
  5. Run with Tomcat
Note:

Е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 ((Залізничний вокзал - Вишенька / Вишенька - Залізничний вокзал ).

The look of the web page of the service

Look of the web page

Image of structute working webapp

Image project structute

Warning:

Selecting a specific route time does not work at this time.

Languages

CSS78.3%JavaScript13.9%Java7.8%

Contributors

Created October 3, 2019
Updated February 25, 2020
Labusyuk/TransportationShedule | GitHunt