Re: [appfuse-user] Puzzles on DAO & Service layer?

2007-07-08 Thread jiangshachina
in sub-managers. I still be curious on the problem. When/Where do I use BaseManager's dao variable? Generally, I think BaseManager's dao couldn't be used by BaseManager's sub-classes. a cup of Java, cheers! Sha Jiang mraible wrote: > > http://issues.appfuse.org/brows

Re: [appfuse-user] Puzzles on DAO & Service layer?

2007-07-02 Thread jiangshachina
Hello, I just be curious with the matter, anybody can give me some explanation? Thanks! a cup of Java, cheers! Sha Jiang jiangshachina wrote: > > I'm new to AppFuse, and want to use AppFuse 1.9.4 > (Webwork+Spring+Hibernate). > > UserDao interface extends Dao interface,

[appfuse-user] Puzzles on DAO & Service layer?

2007-07-01 Thread jiangshachina
I'm new to AppFuse, and want to use AppFuse 1.9.4 (Webwork+Spring+Hibernate). UserDao interface extends Dao interface, and BaseDaoHibernate implements Dao. In my mind, since BaseDaoHibernate implements CRUD operations (yes, the javadoc said the same), then the class would be reused by other Dao c