Author Topic: High Level Transform and Code Generator FS  (Read 2173 times)

Owl Saver

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
  • Never give up.
    • View Profile
High Level Transform and Code Generator FS
« on: July 11, 2007, 12:38:16 pm »
It would be nice if we could define a high level picture of how a project is layed out on disk. For example, one strucutre might be:

\project
  \bin
  \src
     \dao
     \service
     \vo
     \web

There are many other possibilities. But if we could define this for a project. Then, we could tag classes - as we define them or during a Transform or both - with the location they belong in. Then, when we generate, the appropriate file location would be used.