0 Replies Latest reply on Sep 12, 2008 4:52 PM by ipazmino

    Using @Name annotation on EB and SB

    ipazmino

      Hi,


      I'm beginning with seam, and have a little confusion. Since it's possible to add the @Name annotation to a entity and a session bean, and, doing so will make it available at the view file.


      If I want to work with the entities layer as a doing nothing else but db stuff, and leave the business to the session beans, should I only annotate the SB or do I have to annotate the EB also?


      Thanks in advance