RE: [Andromda-user] Spring&Animal-Quiz problem

2005-01-23 Thread Chad Brandon
CTED]> Sent by: [EMAIL PROTECTED] 01/22/2005 05:13 PM                 To:        "'Jan Heise'" <[EMAIL PROTECTED]>,         cc:                 Subject:        RE: [Andromda-user] Spring&Animal-Quiz problem Hi Jan, Each enti

RE: [Andromda-user] Spring&Animal-Quiz problem

2005-01-23 Thread gary . pinkham
:13 PM                 To:        "'Jan Heise'" <[EMAIL PROTECTED]>,         cc:                 Subject:        RE: [Andromda-user] Spring&Animal-Quiz problem Hi Jan, Each entity has a DAO implemented which handles all finders (like the factory does in the hibernate cartri

RE: [Andromda-user] Spring&Animal-Quiz problem

2005-01-22 Thread Chad Brandon
: [Andromda-user] Spring&Animal-Quiz problem Sorry to bother with these questions, as they are obviously more Spring-related: How do I create an Animal? There are all those factories created in the baseclasses, but I can't see the equivalent to: dItem = AnimalFactory.create(

Re: [Andromda-user] Spring&Animal-Quiz problem

2005-01-22 Thread Jan Heise
Sorry to bother with these questions, as they are obviously more Spring-related: How do I create an Animal? There are all those factories created in the baseclasses, but I can't see the equivalent to: dItem = AnimalFactory.create("elephant", true); from the Hibernate/EJB cartridg

Re: [Andromda-user] Spring&Animal-Quiz problem

2005-01-22 Thread Jan Heise
thx I guess I missed these docs somehow. Jan Am 22.01.2005 um 23:13 schrieb Chad Brandon: Hi Jan, Each entity has a DAO implemented which handles all finders (like the factory does in the hibernate cartridge). You can perform any data access operations within this DAO. Have you taken a look at th

RE: [Andromda-user] Spring&Animal-Quiz problem

2005-01-22 Thread Chad Brandon
Hi Jan, Each entity has a DAO implemented which handles all finders (like the factory does in the hibernate cartridge). You can perform any data access operations within this DAO. Have you taken a look at this recently added how-to?: http://team.andromda.org/docs/andromda-spring-cartridge/index.h