You are correct that AppFuse Light doesn't extend HibernateDaoSupport
in its DAO class.

http://source.appfuse.org/browse/~raw,r=117/appfuse-light/trunk/src/main/java/org/appfuse/dao/hibernate/UserDaoHibernate.java

This is because the "new" way of doing things with annotations in
Spring 2.5 doesn't require extending this class and its generally not
recommended by the Hibernate folks.

As far as a project that just generates a JAR, I believe the
"appfuse-core" archetype is what you're looking for.

Matt

On Wed, Sep 10, 2008 at 12:04 AM, Rick <[EMAIL PROTECTED]> wrote:
> I'm looking over the appfuse light projects and I'm wondering if there is a
> combination of "yourWebFramework"/Spring/Hibernate - where Hibernate uses
> the Spring HibernateDaoSupport ? It looks like all the appfuse light
> implementations use Hibernate without the Spring integration?
>
> Regular appfuse gives me what I need but I'd like it with the Stripes
> implementation - which happens to exist in appfuse light.
>
> Maybe I'm missing the combo but I didn't see it.
>
> Also, is there an archtype or download for just a standalone spring
> hibernateDaoSupport / Hibernate maven proejct that builds into a jar?
> (Ultimately I'm going to end up with a war and my hibernate persistence
> layer will be bundled into a jar. It would be cool if an appfuse setup
> existed for that standalone spring/hibernate combo?)
>
> Thanks for any help
>
> --
> Rick
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to