File: readme.html

package info (click to toggle)
netbeans-ide 6.0.1%2Bdfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 741,536 kB
  • ctags: 613,961
  • sloc: java: 3,969,489; xml: 336,553; jsp: 11,861; ruby: 10,091; cpp: 4,127; sh: 3,417; ansic: 1,734; sql: 1,306; haskell: 1,019; makefile: 487; perl: 403; objc: 288; php: 120
file content (71 lines) | stat: -rw-r--r-- 3,181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!-- 
  Copyright (c) 2007, Sun Microsystems, Inc. All rights reserved.

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:

  * Redistributions of source code must retain the above copyright notice,
    this list of conditions and the following disclaimer.

  * Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.

  * Neither the name of Sun Microsystems, Inc. nor the names of its contributors
    may be used to endorse or promote products derived from this software without
    specific prior written permission.

  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  THE POSSIBILITY OF SUCH DAMAGE.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>Vehicle Incident Report Application Read Me</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
      
<h2>Vehicle Incident Report Application Read Me</h2>

<p>The Vehicle Incident Report is aJSF web application developed using NetBeans 6.0 IDE.</p>

<h3>Scenario</h3>

<p>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.</p>

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

<h3>Setup</h3>

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

<ol>
   <li>Start the NetBeans 6.0 IDE.</li>
   <li>Choose File &gt; New Project &gt; Samples &gt; Web &gt; Visual JSF.</li>
   <li>Connect to the Services &gt; Databases &gt; VIR database.</li>
   <li>Build and run the VehicleIncidentReportApplication project.</li>
   <li>Select Help to learn more about how to use the application.</li>
</ol>
      
</body>
</html>