0 Replies Latest reply on Jan 14, 2010 1:44 PM by tinythebig

    the "eg" in <framework:entityHome....entity-class="eg.Person"

    tinythebig
      I've downloaded the seam-reference documentation and I would really like to know what the "eg" stands for in chapter 13. --> "eg.Person"

      (seam-reference.pdf page 227:)

      <framework:entity-home name="personHome"
      entity-class="eg.Person"
      entity-manager="#{personDatabase}">

      (seam-reference.pdf page 233:)
      <component name="newPerson"
      class="eg.Person">
      <property name="nationality">#{country}</property>
      </component>

      Thanks in advance to whoever out there giving the answer!

      / Janne Tind