mitch.waters.iii
Feb 7th, 2011, 10:16 PM
Hello,
First off, let me say that I appreciate what you are doing to allow us to leverage Spring in our Gemfire applications. With that being said, what type of support do you plan on adding going forward from here? I have already looked at your JIRA site, and see no mention of future capabilities.
In particular, I'm interested in seeing support for injecting beans for classes that are currently being configured by listing a static method (with no arguments) in the properties file (for example: security-client-accessor, security-client-auth-init, security-client-authenticator) and better support for wiring up a ClientCache for use with multiuser-authentication.
While I can configure the ClientCache by using the available Factory classes, the static-initialized classes are something that I have not been able to figure out how to set outside of the properties files. This makes injecting beans into these classes difficult without leveraging something like AspectJ.
I plan on starting to convert our server-side code to use the spring namespace elements tomorrow. I'll be sure to let you know of any pitfalls that I run into.
Thanks and keep up the good work.
~ Mitch
First off, let me say that I appreciate what you are doing to allow us to leverage Spring in our Gemfire applications. With that being said, what type of support do you plan on adding going forward from here? I have already looked at your JIRA site, and see no mention of future capabilities.
In particular, I'm interested in seeing support for injecting beans for classes that are currently being configured by listing a static method (with no arguments) in the properties file (for example: security-client-accessor, security-client-auth-init, security-client-authenticator) and better support for wiring up a ClientCache for use with multiuser-authentication.
While I can configure the ClientCache by using the available Factory classes, the static-initialized classes are something that I have not been able to figure out how to set outside of the properties files. This makes injecting beans into these classes difficult without leveraging something like AspectJ.
I plan on starting to convert our server-side code to use the spring namespace elements tomorrow. I'll be sure to let you know of any pitfalls that I run into.
Thanks and keep up the good work.
~ Mitch