Creating applications : Creating applications : Building projects
  
Building projects
After you complete your application development, you need to build your project to generate the runtime files that will be deployed on the server.
You can use one of the following modes to build your project:
Interactive mode
You can build the project in the development environment. The interactive mode is helpful for verifying the immediate runtime result during the debugging stage.
Non-interactive mode
You can invoke building APIs in your build script. The non-interactive mode is helpful for generating the automated builds during project delivery stage.
See Massive build UDTT project.
Go up to
Creating applications