Greetings,
I've been using the EntityHome from the Seam Framework, but have stumbled upon the
issue of having to deal with two unrelated entities simultaneously in the same CRUD
actions. Almost like if we could use EntityHome<E1,E2>
Initial thoughts were to wrap the two Entity Beans under one Pojo (not an Entity), and
pass that to EntityHome, would that be an approach to follow? is there another way of
reusing CRUD functionality from the EntityHome and apply it to multiple entities?
I'm comfortable extending the Framework, any pointers in that direction could be
helpful as well.
Thanks
Sergio Ontiveros
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026683#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...