communicating ejb-struts,
September 7, 2007 at 11:03 AM
hi kalyan, this is the process how it is done
the process of struts ejb communicate is request go from jsp to action servlet ,servlet hand over the request to revelent action class, action class sends the request to the ejb,and ejb perform the busieness operation and send the response back to the action class.if the busieness validation is successfull in ejb then it goes to the succesful jsp page
View All Comments
| View Tutorial