Information Technology Reference
In-Depth Information
LISTING 5-7
Sample Implementation Directory
implementation
bin
build
filtered-sql
config
properties
xml
database
migration
lib
mysql
src
tests
tools
mysql
Just as with your source code, choose a directory structure that
works well for you, one that clearly defines the entities while making it
adaptable to changes.
Directory Structure and Script Maintenance
In the beginning, you may find that the directory structure is less
important, but beware of making frequent directory structure
changes, as you'll spend additional time updating your scripts to
account for these changes.
Now that you've automated your database integration activities
and are checking them into the version control repository to share with
others on the team, let's make the process continuous so that it is run
with every change to the software.
Continuous Database Integration
This is where the “rubber meets the road.” The reason to automate,
share, and build the database integration processes is so you can make
these processes continuous. Using CDBI, your database and your
source code are synchronized many times a day. Once you commit
 
Search WWH ::




Custom Search