that log4j.properties file just saved my life. thanks!!
Type: Posts; User: aashideacon; Keyword(s):
that log4j.properties file just saved my life. thanks!!
Engines in my system are a type of module or plugin. I create servlets by configuring a bus of engines. The ones that periodically need refreshing are typically ones that encapsulate some data,...
Oh well, the search continues! :)
aash
Thanks for the reply! Yes, refreshing all the beans would definitely not be an option.. In looking at TargetSource i found: ...
I wrote my own kind of springish framework, and there's one thing it does that I haven't found a way to do in spring. Basically I want to reload a single bean on demand.
My current frameworks...