3 Replies Latest reply on Aug 24, 2009 6:58 PM by israel.bgf

    App architecture: home objects vs actions

    jmoreira

      i have some doubts regarding if i should use home objects (EntityHome) or actions (stateful/stateless) in my application.


      Seam wiki example uses home objects for user registering and seam registration example uses stateless component for the same thing, so is the choice an architectural decision? Any pointers?