Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Program generation happens also at run-time. So-called Code for domain object classes is generated for binding and persistence from declared base-classes. What's more, some parts of re-motion organize code in re-motion mixins are generated for binding and persistencemixins for better separation of concerns.

Don't confuse these program generators. They corresponding purposes don't overlap. With the exception of run-time code generation, all program generators are command line tools, but wxegen.exe is not usually invoked by the programmer. (It is invoked by Visual Studio during a build.) The use of each program generator is discussed in the PhoneBook tutorial, and also in this wiki.

...