|
Hello,
I'm calling a stateless session bean from my servlet and want to pass the request parameter to the bean, do I have to wrap the httprequest object in a special class which implements Serializable in order to do so ? Also I would like this method to recieve a response object, in the same manner, but to allow it to manipulate the object. Specifically I'd like the bean to be able to call addCookie on the response object and the change will be reflected in the servlet and on to the client. How do I achive such a thing ? The return value of this method is of type string and I'd like the response object to be passed as an "out" parameter( much like in CORBA ) to the method on the bean.
|
