1 Reply Latest reply on Apr 23, 2009 7:04 PM by gonorrhea

    naming conventions with Seam app and entities

    gonorrhea

      so I have the following db schema to deal with in my Seam app:


      List
      ListValue
      ListParamMetaData
      ListValueHierarchy
      ListValueParam


      we all know that List is a reserved Java keyword (java.util.List interface in Java SE).


      so when I revengr my entities what should I re-name (prefix) them with?  Any help appreciated.


      I know that I can prefix each occurrence of the List (com.foo.bar.List and java.util.List) but it just seems confusing to even use List to begin with.


      Perhaps 'Container'??