Ref.
|
Part
|
Subpart
|
Description
|
1
|
Interface
|
1.1
|
|
Menus
|
Will
be created using java script and containing
hyperlinks to different applications and
modules.
|
1.2
|
|
Forms
|
JSF
web page will be created with same Attributes as .per
form
The
template web page design will be given to the
customer for his
approval
|
2
|
Modules
|
2.1
|
|
EGL
|
Will
be converted to EGL Handler and then to java
source.
|
2.2
|
|
Arrays
|
Will
be similar to those in egl except the validation
after each row it will be after array input.
|
2.3
|
|
After
and before field
validations
|
Will
not be after every field it will be when
submitting the page on insert, update or
delete
|
2.4
|
|
Prompt with
waiting for user
answer
|
Will
be converted as a combo box containing answer
options( YES/NO or OTHER
answers)
|
2.5
|
|
Messages
|
Will
be displayed in the top of JSP page.
|
2.6
|
|
Validation
error messages
|
Will
be displayed as follows :
In
simple forms the validation error message will
be displayed besides
fields.
In
master details forms the validation error
message will be displayed on the top of the
array determining the column and the row in
which the error
occurred.
|
2.7
|
|
Functions
|
The
function insert,Nupdate, delete, retrieve,
print, clear ……. Will be converted as Command
Buttons on the JSP
pages.
|
2.8
|
|
Infield
function
|
Will
be converted to a combo box so that the user can
either enter the code if known or select it from
the combo box
|
2.9
|
|
Reports
|
Will
be converted to EGL exactly like in EGL
regarding logic and report design but with .html
and .txt output file for the report
data.
|