Skip to Content
0
Former Member
Dec 07, 2006 at 10:58 AM

How to invoke JSP's?

47 Views

Hi,

I have created one web module project in which I have created one jsp.

All logic respective to that jsp I have developed in ejb.

Now I want to invoke this jsp so that it will execute logic in ejb.

How to invoke that jsp and how to establish connection between jsp and ejb?