Re: EOGenerator vs. JavaGenerator vs. VelocityGenerator ?

From: Pierce T. Wetter III (pierc..winforces.com)
Date: Mon Dec 03 2007 - 10:39:26 EST

  • Next message: James Cicenia: "Re: EOGenerator vs. JavaGenerator vs. VelocityGenerator ?"

    On Dec 1, 2007, at 1:52 PM, James Cicenia wrote:

    > Pierce -
    >
    > Thank you for your opinion. I have decided that I will now use
    > VelocityGenerator. You mad some compelling points.
    >
    > Now... after using it just now.. how the heck to I get it to put my
    > superclasses in a specific package? I just the package part of the
    > template and that works as my Java source shows the package
    > correctly put it is placing the files in the wrong Eclipse package.
    >
    > Thank you very much,

       I didn't do anything special. I have the package name as part of
    the class name in the eomodels file. The templates have:

    #if ($entity.packageName)
    package $entity.packageName;

    #end

    At the top.

    Pierce



    This archive was generated by hypermail 2.0.0 : Mon Dec 03 2007 - 10:41:18 EST