Changes between Version 8 and Version 9 of S2S_PERSISTENCE_COMMONS_R0
- Timestamp:
- 11/26/08 14:21:16 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_PERSISTENCE_COMMONS_R0
v8 v9 12 12 == Task requirements == 13 13 * Write basic server persistence module to the extend needed by the other tasks in Revision 0. 14 * the persistence API should communicate with the Data Base(to select and update information)14 * the persistence API should communicate with the Database(to select and update information) 15 15 * it should give the interface for easier manipulation with users and groups. 16 16 * Write good JUnit test that test all of the logic written.