Himaanshu09 / opencookbook

Automatically exported from code.google.com/p/opencookbook
0 stars 0 forks source link

Implement a basic roundtrip test case #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Implement a very basic object model for the recipe.
2. Set up the Spring infrastructure.
3. Implement the simplest possible DAO to save/load recipe by id.
4. Implement a test case that saves the recipe into the DB and loads it.

Original issue reported on code.google.com by aleksei....@gmail.com on 19 Mar 2007 at 9:33

GoogleCodeExporter commented 9 years ago
Done.
See org.ocobo.dao.impl.test.RecipeEntityManagerTest for details.

Original comment by aleksei....@gmail.com on 19 Mar 2007 at 11:25