There is a Java remote object called Train Manager linked to a database that has information about trains: timetables, station and number of passengers for a ride
given.
We are looking from a reserver.jsp page linked to a Servlet, make reservations (we place in the case of a travel agency) is to indicate the train from the station, the arrival station and the number of passengers. It will not treat the case of a change of train, so it remains in the same train. We will communicate with the remote server to see if the reservation can be made. If we can then realize the remote server will update the data to the base level, otherwise it will display an error message stating that there were only
X seats while Y were requested.
It is desired to have a second page gestion.jsp to visualize for each train, the number of passengers and unfilled seats.
Downloads:
0 This Week