Getting Started with Enterprise JavaBeans™

G

Entity Beans

Tutorial Home Section Home Previous Next

Get

Get

Initial Deployment Settings for the Rock Survey, Take 2

     It's time to create the initial descriptor information for Survey2App. While we are accumulating quite a few files, remember that the JSPs, the constants classes, and the RockSurveyRemote home and component classes are copies from Example: The Rock Survey, Take 1; RockSurvey2Bean is an expansion of RockSurveyBean. In this portion, we will create the EAR, add the SurveyNamesBean entity bean, add the revised RockSurvey2Bean session bean, and add the Web component's WAR file.


     Create new application
     Create new Enterprise JavaBean component — SurveyNamesBean
     Create new Enterprise JavaBean component — RockSurvey2Bean
     Create new Web component

     The code we have so far only handles writing data to the SurveyNames table. The bean to handle the survey data table will be added after the CMP discussion, so we will wait until Final Deployment of the Rock Survey, Take 2 for the actual, final deployment of Survey2App.



Tutorial Home Section Home Previous Next