posted 20 years ago
Dear all,
Could anyone give me some help about the Web Application Framework?
In the framework, the calling sequence for a request goes through WebController, EJBController, different EJBActions and then EJBs. What if a request involves more than one EJBActions, should the EJBController assumes the responsibility to assemble the results from different EJBActions?
Thanks a lot.