Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 915 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 915 Bytes

Travel-Thru-Air

Problem statement:

Implement a web application for “Travel Thru Air” using servlets to support the following two use cases:

  1. A list of current special deals must appear on the home page. Each special deal must display the departure city, the arrival city, and the cost. These special deals are set up by the marketing department and change during the day, so it can’t be static. Special deals are only good for a limited amount of time.
  2. A user may search for flights, given a departure city, time and an arrival city. The results must display the departure city, the arrival city, the total cost.

Screenshots:

ttahome.png tta2.png tta3.png