
Chapter 8. Building a case study application 217
itso.rb.intranet.bean Data beans, helper beans regarding the intranet
application.
itso.rb.intranet.model Java beans wrapping repositories and data model
access.
itso.rb.intranet.servlet Controller classes. All servlet files are to be brief.
To create these packages, do the following steps:
1. Open the Web perspective. In upper left panel, Project Navigator tab, under
IntranetApp, right-click JavaSource, and select New
→ Package from the
context menu.
2. At the Java Package creation wizard, enter itso.rb.intranet.bean in the
Name field. Click Finish.
3. Repeat the process for the remaining two packages. ...