Re: IOC Classes in a package

2011-07-01 Thread dick_hu
For additional commands, e-mail: users-h...@tapestry.apache.org >> > > --------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-ma

Re: IOC Classes in a package

2011-07-01 Thread Taha Tapestry
Here is an example of ClassNameLocator to create entity daos for entities in a given package http://tawus.wordpress.com/2011/04/28/tapestry-magic-9-integrating-with-hibernate-and-multiple-database-support/ Regards Taha On Jul 1, 2011, at 6:55 PM, "Thiago H. de Paula Figueiredo" wrote: > On

Re: IOC Classes in a package

2011-07-01 Thread Thiago H. de Paula Figueiredo
On Fri, 01 Jul 2011 10:08:06 -0300, dick_hu wrote: Yeah,you know me. you mean there is no way to add service/beans by a package name? Not out-of-the-box. because I have little knowledge about T5 can you give me any example about "ClassNameLocatorImpl" Take a look at how it's used in the

Re: IOC Classes in a package

2011-07-01 Thread dick_hu
1045711.n5.nabble.com/IOC-Classes-in-a-package-tp4541141p4542088.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mai

Re: IOC Classes in a package

2011-07-01 Thread Thiago H. de Paula Figueiredo
On Fri, 01 Jul 2011 03:35:54 -0300, dick_hu wrote: Did T5 IOC has the features that can IOC Classes in a package like spring org.mybatis.spring.mapper.MapperScannerConfigurer,it can ioc by the config like this What do you mean by "to IoC classes"? Add them as services/beans aut

IOC Classes in a package

2011-07-01 Thread dick_hu
Did T5 IOC has the features that can IOC Classes in a package like spring org.mybatis.spring.mapper.MapperScannerConfigurer,it can ioc by the config like this I want to uses these services on T5's advise,but these is IOC by the spring,so advise is no use to them. So I