Hello All
I am designing a framework using struts which involvs support for EJB too. I got
one prob of sending value objects to app servr and taking it back. I am creating value
objects from FORM beans and then sending it to AppServer. Then after EJB call and
whatever is the business logic, The App Server returns another value object which is a
RESULT OBJECT.
Should this RESULT OBJECT is to be set in request?
Where is the place for it?
If I want to retrieve value in JSP page in Html FORM then What is I create
RESULT OBJECT as a part of FORM beans.???? Can anybody suggest something on this.
Thanks in advance
Shashank