246 Implementing Web Applications with CM Information Integrator for Content and ODWEK
In the remaining part of this section, we implement every Java class that is
involved by starting with the model layer, followed by the controller layer, and
then the view layer.
Model layer
The model layer for this use case is composed of two major classes:
“RBDB2Model” on page 246
“RBICMModel” on page 252
In addition, we implement two other classes:
“RBBuildingPermitBean” on page 246
“ICMConnectionPool” on page 250
RBBuildingPermitBean
RBBuildingPermitBean
is a Java helper data bean. Use the following steps to
create it:
1. Create a Java Class within the package
itso.rb.intranet.bean called
RBBuildingPermitBean.
2. Add the following attribute definitions ...