How Do I: Put an Application Under Source Control?

In a typical team development scenario multiple developers work on an application at the same time, using one code base that is put under configuration control. If you are developing an application in WebLogic Workshop, you can similarly put the application under configuration control. The contents of several folders in your application should either not be checked in or the local copies should be writable at all times for each developer. Whether or not a file should be put under configuration control depends on this basic rule:

If you generate the file in the application, don't put it under configuration control during development.

Specifically, the following files and folders should be given special consideration:

Related Topics

How Do I: Reuse Existing Java Code?

How Do I: Add an Existing Enterprise JavaBean to an Application?

How Do I: Create and Use a Java Control Within a Control Project?

How Do I: Use a Remote WebLogic Server During Development?