I have several Entitys that are related with many-to-one as well as many-to-many. I need to use entitys that have relations as @Page-components (actually I use client-side state for the complete app).
What I don't want to do is to serialize the complete "entity-tree" to the client. So the quiestion is: * How and what is serialized to the client in Seam/JSF/Facelets using client-side state? * Is it possible to use transient on the instance variables that I don't want to serialize to the client? * Is there a better design-pattern to use for situations like this? Thanks, /Magnus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928318#3928318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928318 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
