On Tue, Jun 24, 2008 at 2:59 AM, Sha Jiang <[EMAIL PROTECTED]> wrote: > > Hi, > iBATIS is ORM framework, too. > I would do so much work if I implement the interface with pure JDBC.
Yes, you will do much work. Good luck if you try! Matt > > a cup of Java, cheers! > Sha Jiang > > > mraible wrote: >> >> On Mon, Jun 23, 2008 at 7:28 PM, Sha Jiang <[EMAIL PROTECTED]> wrote: >>> >>> Hi all, >>> I'm using AppFuse 2.0.1 >>> >>> Generally, the GenericDao is designed for Hibernate implementation, say >>> GenericDaoHibernate. >>> But I want to ask: Can I implement it by JDBC directly? I may create >>> class >>> GenerticDaoJDBC. >> >> Yes, you should be able to do this. It might be a bit of work, but I'm >> sure it's possible. Here's GenericDaoiBATIS: >> >> http://tinyurl.com/6g6yc3 >> >> Matt >> >>> >>> The question may be nonsense, but my curiosity takes me to send the post >>> :-) >>> >>> Thanks for any reply. >>> >>> a cup of Java, cheers! >>> Sha Jiang >>> -- >>> View this message in context: >>> http://www.nabble.com/Is-GenericDao-interface-general--tp18081891s2369p18081891.html >>> Sent from the AppFuse - User mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- > View this message in context: > http://www.nabble.com/Is-GenericDao-interface-general--tp18081891s2369p18086832.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
