Re: t5: turning an IOC app into a module

2009-03-23 Thread Angelo Chen
Thanks to Juan and Thiago, it works. I like T5's auto loading feature. Thiago H. de Paula Figueiredo wrote: > > Em Sat, 21 Mar 2009 10:56:57 -0300, Angelo Chen > escreveu: > >> Hi, > > Hi! > >> Following this article >> http://wiki.apache.org/tapestry/Tapestry5HowToIocOnly IOC only app

Re: t5: turning an IOC app into a module

2009-03-22 Thread Juan E. Maya
Hi Angelo, what u want to do is explained here: http://tapestry.apache.org/tapestry5/tapestry-ioc/autoload.html Basicly u can use a jar manifest to specify the class u would like to be the module or use the @Submodule annotation On 3/21/09, Angelo Chen wrote: > > Hi, > > Following this article >

Re: t5: turning an IOC app into a module

2009-03-21 Thread Thiago H. de Paula Figueiredo
Em Sat, 21 Mar 2009 10:56:57 -0300, Angelo Chen escreveu: Hi, Hi! Following this article http://wiki.apache.org/tapestry/Tapestry5HowToIocOnly IOC only app , I was able to make a java application, now I'd like to turn this into a T5 module so that I can simply specify drop this jar