Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Car Configuration Web Application in Java

This web application was built in steps and spanned 6 assignments, each building on top of the previous assignment. The complete web app built in Assignment 6 allows users to choose a car model, configure the model and get its final price based on the options chosen (e.g. color, transmission etc.). I used Java Servlets and Apache Tomcat for serving the web pages of the web app. The configuration available for a car model is read from text files under the WEB-INF directory.

Following are the screenshots of the simple Web UI of the app.

  1. Car Model Choice Page (Link to Servlet Code)

  1. Car Option Choice Page (Link to Servlet Code)

  1. Total Cost Page (Link to Servlet Code)