Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
rhp committed Mar 16, 2016
1 parent e30b596 commit c5b47dd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>aof4oop_cs_a2b</name>
<name>aof4oop_cs_db_step1</name>
<comment></comment>
<projects>
</projects>
Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# aof4oop_cs_db_step1
This project intends to evaluate the work effort when the schema of our case study evolves from version A to B using the native DB4o mechanisms

Testing steps
1 - Using the project aof4oop_cs_step1
1.1 - Run CreateDB for creating a new database
1.2 - Run ShowDB for checking the existing object in the DB
1.3 - Run MigrateDBStep1 for copying data to temporary classes
1.4 - Copy the database file to project aof4oop_cs_step2

2 - Using the projects aof4oop_cs_step2
2.1 - Run ShowDB for checking the existing object in the DB
2.2 - Run MigrateDBStep2 for copying data from temporary classes to the definitive ones
2.3 - Run again the ShowDB app for checking the existing object in the DB
Binary file modified database_a.dbf
Binary file not shown.
13 changes: 0 additions & 13 deletions readme.txt

This file was deleted.

0 comments on commit c5b47dd

Please sign in to comment.