I tried to use client and
JSP to call a remote interface
EJB located on the same machine. The remote EJB then call the local
interface EJB giving out advice as that in HFEJB advice example.
I found it takes about a second for the client to return the advice,
while the browser version invoking the JSP returns the advice almost
immediately.
I wonder if anybody else has experience on this and what's the
possible reason for the speed difference.
Thanks.