Hello,
I have implemented a Label user type which I use for internationalization. In the UserType I need to do a lookup in the database using the LabelDAO. I had this working using Spring 1.2 and using the DependencyInjectionInterceptor from the Spring sandbox where I would inject the DAO into the Label domain object and had static methods in there which the UserType could access. However, I'm in the process of upgrading to Spring 2.0.
How can I either accomplish this using Spring 2.0 (since I can no longer use the DIInterceptor) or is anyone else doing the same thing and would like to share how they do it?
Thanks for any help,
Rexxe


Reply With Quote
