Spring in Workbrain - Part 2 - Data Layer

Last time we left off having Workbrain able to search and find our beans, but we had not yet defined any beans. Today, we'll use the ModelGenerator that comes with your Workbrain jar library to create template data access objects, which of course are simply Java objects that represent your database tables.  Then we'll add the bean definition in the data-config.xml that will get loaded by Workbrain.