Preparing to go live
You can use this build procedure both during development and when you prepare to release your application. However, before you go live, you should clean up the code and set the application parameters for production use.
Cleaning up your code
Some things that you should check for in your code are:
Database connections
Deployment platforms
Print statements
Additionally, JDeveloper contains a code audit tool. To see what JDeveloper thinks about your code, select a project and choose Build | Audit. In the Audit dialog box, you can click on Edit to select which rules you want to check in your project.
Database connections
In each subsystem where you create Business Components, you define a database connection. Hopefully, you have remembered to deploy Connection Name Only in all your subsystem deployment profiles as shown in the following screenshot:
It's a good idea to check all of these before you release your application to pre-production or production environments.
Also, make sure...