Taxi service
Taxi service – three level solution to manage taxi – client – manager cycle.
Used technologies:
Dispatcher – Java SE GUI based swing application, DBMS: MySQL;Taxi driver – Java ME application;
Service – Web application with RPC(JSON) communication engine. Server: Tomcat, DBMS: MySQL.
Functions:
- Register new order (Dispatcher part);
- Inform nearest to order address drivers about new order (Driver part);
- Collect process statuses (Ready, Go, Done, Wait, …) from drivers;
- Manage drivers queue on parking places.