How hard/expensive would it be to determine if an object is or contains any entity
classes? For simple POJO's I'd imagine it'd be pretty simple, but once you get
into nesting or collections or stuff I imagine it'd be much more complex? Or is there
a method in Seam which makes that all a piece of cake? That's why I split them into
two options.
That's true, the only way around that would be to use the conversation scope
(requiring it to be long-running) and find a way to determine when a page transition
occurs (monitoring JSF lifecycle events?).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099049#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...