Java Reference
In-Depth Information
Creating a test client
We have created an entity bean that contains the business logic. We have created a
session bean that is a wrapper for the entity bean. Next, we shall create a test client
JSP in which we shall invoke the test() method of the session bean. For the web
application component, we need to create a web module folder, a WEB-INF folder in
the web module folder and a web.xml in the WEB-INF folder. To create a JSP in the
webModule folder, right-click on the webModule folder and select New | Other .
In the New window, select Web | JSP and click on Next .
 
Search WWH ::




Custom Search