anonymous wrote : I understand that to be truly efficient with Seam you need to run some sort of ORM tool
ORM definitely helps you be efficient, but Seam can help you be more efficient even without it. The only real requirement is that data in your Java code is represented as JavaBeans. For example, you could use iBATIS with Seam - it would not be as nice, IMO, but nor would it feel wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024330#4024330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024330 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
