These are the source files and directories used in the Rock Survey, Take 1. They reside in the Survey1 directory in the code download.
-
images — images directory.
-
index.jsp — the initial survey page; gathers gender, name, marital and postal data.
-
prod — production directory; contains source and compiled classes, Survey1App EAR and JARs.
-
RockSurvey.jsp — the Rock Survey page; gathers rock data.
-
RockSurveyBean.java — stateful session bean; tracks and manages survey data. This version has a dummy persistence method.
-
RockSurveyConstants.java — useful constants for the Rock Survey.
-
RockSurveyData.java — survey data class passed to the Web component pages from RockSurveyBean.
-
RockSurveyExit.jsp — the survey exit page; invokes RockSurveyBean's persistence method when the Done button is pressed.
-
RockSurveyRemote.java — the remote component interface for RockSurveyBean.
-
RockSurveyRemoteHome.java — the remote home interface for RockSurveyBean.
-
SurveyConstants.java — useful constants for survey personal data.
-
SurveyWelcome.jsp — the survey welcome page, allows the user to verify personal data.