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]
