not much at the moment,
but it's simple to use,
factories are created
http://tapestry.apache.org/tapestry5/tapestry-hibernate/conf.html

you just call
@Inject private Session _session;

or in the method
Especialy if you have DAO's that have Session in constructor
than you can configure them efortlessly via AppModule.bind

I havent got much time to write you more ...
but try it out a bit, it works like a charm


Davor Hrg

On 9/9/07, Angelo Chen <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I searched the list to find a simple tutorial for Tapestry-hibernate, but
> couldn't find any, some quite simple, but source code not complete. any
> simple code there? anyway, I believe Hibernate can be used directly
> without
> Tapestry-hibernate module, my question now is, what are the advantages
> using
> Tapestry-hibernate over using the Hibernate directly? Thanks for sharing,
> A.C.
> --
> View this message in context:
> http://www.nabble.com/T5%3A-Hibernate-tf4409684.html#a12579774
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to