Alternatives for the Java preparation phase

When you are generating Java code, you have several ways you can proceed with the generation process. These methods differ mainly in the way your output is prepared for deployment. Depending on which build descriptor options you set, the following situations are possible:
  • If you set the genProject build descriptor option, your output is placed into the Java source folder of your current project, in your Eclipse workspace. This is the preferred method. For details, see Generating Java code into a project.
  • If you set the genDirectory build descriptor option, your output is placed into the directory you place in the value field for that build descriptor option. For details, see Processing Java code that is generated into a directory.