You perhaps think of serialization of required beans before refresh then replace members of newly create singleton object by serialized one.
Hope that might help!
Type: Posts; User: pulin; Keyword(s):
You perhaps think of serialization of required beans before refresh then replace members of newly create singleton object by serialized one.
Hope that might help!
I have not practically used JEE6, but I have seen many concepts of JEE6 taken from Spring, so its better to use Spring Framework which has implemented DI, AOP etc. long before JEE6.
for web application, provide path from WEB-INF folder, i.e /WEB-INF/config/myfileConfig.xml, where file would be in config folder of WEB-INF.
Hope it will help.
Hi,
if you are accessing props other than controllers then you have to specify "PlaceholderConfigurer" in application config.
I hope this might solve your problem.
Regards,
Pulin