hi all,

is it possible to use tapestry-ioc to inject services into domain 
objects? i'm thinking of something like @Configurable in spring. 

when using (build-time) AOP i need a reference to the registry,
but how do i get it? preferably i'd assign the generated proxy 
to the fields. 

i'd appreciate any suggestions!

g,
kris

example code:
public class Order {
   @Inject Repository repository; 
   @Inject Notification notification; 
}

Reply via email to