First you must import the beans to be used by the Web application:
- LoginFormBean.java
- TopNavBean.java
- Caller.java
After importing the beans, you will import the JSP files which invoke
the beans. You may wish to open the class Caller.java to learn how to invoke
a stand-alone reference in a module from a JSP or Java class.