Re: T5 IoC kickstart tutorial

2007-05-27 Thread Davor Hrg
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

Re: T5 IoC kickstart tutorial

2007-05-27 Thread Joshua Jackson
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 th

Re: T5 IoC kickstart tutorial

2007-05-26 Thread Howard Lewis Ship
The tutorial will eventually get into this; I've been slammed with day-job work and Tapestry code changes, and its been hard to keep up! Tapestry IoC is intended to be used separately from Tapestry. On 5/26/07, Davor Hrg <[EMAIL PROTECTED]> wrote: it shouldn't be too hard to do it just from do

Re: T5 IoC kickstart tutorial

2007-05-26 Thread Davor Hrg
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 Jackso

T5 IoC kickstart tutorial

2007-05-26 Thread Joshua Jackson
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