Vehicle Incident Report Application Read Me

The Vehicle Incident Report is aJSF web application developed using NetBeans 6.0 IDE.

Scenario

Walking through the parking lot, an employee notices a vehicle with its lights on or a flat tire. She notes the state, license plate, make, model, and color. She then logs into the Vehicle Incident Report Application using a web browser and searches for the vehicle using any one of the following state, make, model, color or license plate values she noted. She then selects the matching vehicle, describes the incident such as "Flat tire" and reports it. The Vehicle Incident Report Application sends a notification to the registered owner(s) of the vehicle.

The Vehicle Incident Report Application also lets the owners register their vehicles and manage their contact information etc.

Setup

There is no special setup you need to perform with this version of the application. Its datasource is included in the IDE.

  1. Start the NetBeans 6.0 IDE.
  2. Choose File > New Project > Samples > Web > Visual JSF.
  3. Connect to the Services > Databases > VIR database.
  4. Build and run the VehicleIncidentReportApplication project.
  5. Select Help to learn more about how to use the application.