For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>
> ---------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-ma
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
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
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
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
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