there is a wiki page where issues from mailing list endup
http://wiki.apache.org/tapestry/Tapestry5HowTos

If you have time you can contirbute to it,
if not I'll probably put an hibernate example in few days there

there is also a tutorial Howard is writing (not finished, but nice and
verbose)
http://tapestry.apache.org/tapestry5/tutorial1/

Davor Hrg


On 9/10/07, Angelo Chen <[EMAIL PROTECTED]> wrote:
>
>
> Hi Davor,
>
> I spent whole day just to find out how tapestry-hibernate module works,
> it's
> a effort well spent, now I find it easy to use, if there were a sample
> program, that will be great help to newbies. anyway, works now, I
> encounter
> some warnings, but program still proceeds, any idea why warning like this:
>
> [WARN] AnnotationBinder Package not found or wo package-info.java:
> org.bfe.sample.t5.entities
>
>
> Davor Hrg wrote:
> >
> > 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]
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/T5%3A-Hibernate-tf4409684.html#a12596167
> 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