
Appendix B. Sample code 581
}
for (int i = 0; i < vSize; i++) { %>
<input type=radio name=iType value="<%=vStat.elementAt(i)%>"
<%if (i==0){%> checked <%}%>><%=vStat.elementAt(i) %>
<%}
%>
<br><br><input type=submit value='Select'></form>
</body>
</html>
B.3 Building permit application folder use case
In this section, we include all the source code referenced in the building permit
application folder use case implementation.
A list of source code provided here includes:
“RBDB2Model.java” on page 581
“ICMConnectionPool.java” on page 586
RBDB2Model.java
Example B-22 contains the source code for RBDB2Model.java that is used when
implementing the building ...