About the TravelNet Web Services Application

This application simulates the application of an imaginery travel agent called TravelNet. TravelNet doesn't have its own database of trips, but resells trips from a Tour Operator (Compass). TravelNet communicates with its partner Compass using Web Services.

Techniques Demonstrated

home.jsp Displays a list of trips the customer can choose from. The travel agent builds this list by invoking the getList( ) method of the Trip Web Service provided by Compass.
tripdetail.jsp Displays detailed information about the trip selected in home.jsp. The travel agent obtains the trip details by invoking the getInfo( ) method of the Trip Web Service provided by Compass.
reservationaction.jsp Notifies the Tour Operator (Compass) that the trip has been booked by invoking the reserve( ) method of the Reservation Web Service provided by Compass.


Start the application