These are the source and class files, along with the directories, used in the Survey Results application. They reside in the SurveyResults directory in the code download.
-
images — images directory.
-
index.jsp — the initial Survey Results page; welcomes the user and allows a choice of available surveys.
-
prod — production directory; contains source and compiled classes, SurveyResultsApp EAR and JARs.
-
RockResults.jsp — the Rock Survey Results page; displays all statistics and information.
-
RockResultsBean.java — stateful session bean; accesses the datastore and provides the RockResultsData object to the client.
-
RockResultsData.java — survey statistics and information class passed to the Web component pages from RockResultsBean.
-
RockResultsRemote.java — the remote component interface for RockResultsBean.
-
RockResultsRemoteHome.java — the remote home interface for RockResultsBean.
-
RockSurveyConstants.class — useful constants for the Rock Survey. Unchanged from Example: the Rock Survey, Take 1.