Hi Ben, Thanks for your reply, if I make Answer as non-serializable I need some of way of sending Answer contents in Serialized object. I don't have any control over client whatsoever, they are using TeamBridge(no Idea what it is) but it's main requirement is they need serialized object what would be best way to transport Answer Object. Moreover Answer object is very low level filed I have whole object structured as follows
Object A will have list of Object B, Object B will have Object C and list of ObjectD, Object D have list of Object E, Object E have list of ObjectF and Object F have list of Object G (ANSWER Object). Each object have nearly 10 fields intit(String, int, ArrayList, boolean types), I need to cache ObjectA whch is heavy weighted. When client calls server through delegate they need Object A to pain the screen(this is the requirement), so how can I transport Object A(this is my ultimate task) which is cached to client. I really need your expertise help on this, I really appreciate your response. Thanks alot, Anu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922898#3922898 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922898 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
