[jboss-dev-forums] [Design of JBoss Serialization] - Does JBossSerialization support HttpServlet Request & Repons

BOBSINM do-not-reply at jboss.com
Wed Mar 7 12:51:09 EST 2007


I have worked late last year on a project to "offload" web browser and system capabilities detection to a separate EJB.  On the same local machine as my JSP running (Tomcat, Jasper) it worked fine since running within the same JVM.  I am passing both the HttpServletRequest and HttpServletReponse objects and updating the Reponse object to be passed back.  When in the same JVM remote calls are treated as local and objects passed by reference rather than value so it works.

When tested calling from JSP on a separate machine (thus different JVM) I got an error that the HttpServlet objects were not serialization and sort of put to bed at that point.

Is this now supported with new JBossSerialization or anyone have alternative suggestions?

Thanks,

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025883#4025883

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025883



More information about the jboss-dev-forums mailing list