资 源 简 介
Design and implement an enterprise web based application called “Car Renting” dealing with a car renting service. A car can be described by: unique ID, producer, model and year of manufacture. The application should allow the users to check for cars available for renting. The application should allow administrators to put up new cars for renting or to take out old ones.
Consider the following:
I. For car management, the administrator should be able to create (add), delete or modify cars.
II. For renting, the user should be able to search for a specific car (producer, model, year, etc.) or see all cars for renting. A car is rented only if the car is available.
III. To do any operation, a user must be registered. At registration the user must provide a name, address, telephone number and email.
Task:
Design and implement the “Car Renting” application using Java specific technologies (JSP and EJB 3.0 are compulsory).
Deliverables:
D1. A document (about 6 pages,