3 Replies Latest reply on Aug 16, 2007 4:51 PM by franciscoacb

    EntityHome via seam-gen project and design patterns

    asookazian

      I noticed that the EntityHome class was extended by my CustomerHome class in my seam-gen project to support CRUD operations. In the hotel booking project, EntityHome class was not used (and it wasn't referenced in any of the other example SEAM project source codes).

      As far as design patterns and best practices are concerned, how would a SEAM developer determine which is the best way of solving this entity related problem?

      Why/when would you not use the EntityHome class?