to get started, you could use tapestry quickstart first, and then try to build a small app using tapestry-ioc and tapestry-hibernate only
Davor Hrg On 5/28/07, Joshua Jackson <[EMAIL PROTECTED]> wrote:
Davor and Howard, Thanks for the reply. I have went over through the tapestry-ioc docs, but I have a hard time on getting hibernate Session created from tapestry-hibernate module to be injected to my tapestry Page and Components. That's why I need a kickstart tutorial to get my hands-on to get the foundation of tapestry-ioc. Howard: I'll be waiting for the tutorial ;) Thanks in advance On 5/26/07, Davor Hrg <[EMAIL PROTECTED]> wrote: > it shouldn't be too hard to do it just from docs... > > start with these two sections in tapestry ioc: > http://tapestry.apache.org/tapestry5/tapestry-ioc/module.html > http://tapestry.apache.org/tapestry5/tapestry-ioc/run.html > > go throuh the rest of the doc after that.... > > Hrg > > On 5/26/07, Joshua Jackson <[EMAIL PROTECTED]> wrote: > > > > Dear all, > > > > Has anyone tried using T5 IoC for injecting services in their apps > > without using T5 Core? Or does T5 IoC is intended only for T5 internal > > dependency injection? From what I've read from the docs and source > > code T5 IoC looks kinda like Google Guice, but the problem is I've > > couldn't find a way for injecting objects in my apps. Is there any > > kickstart tutorial for using T5 IoC or simple application from ground > > up? > > > > Thanks in advance, > > joshua > > > > -- > > YM!: thejavafreak > > Blog: http://www.nagasakti.or.id/roller/joshua/ > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- YM!: thejavafreak Blog: http://www.nagasakti.or.id/roller/joshua/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
