Sure.
Have the controlling
servlet instantiate the bean through the normal way of getting the home interface of the bean and then getting an instance of the bean through the create() method. Then the servlet puts the bean into the
request or
session objects and forwards it to the JSP.