Thanks for the thought Enrico.
I have a couple of configuration properties that are used all over the application and I dont really want to inject them into every bean that might refer to them...
Type: Posts; User: jonjack; Keyword(s):
Thanks for the thought Enrico.
I have a couple of configuration properties that are used all over the application and I dont really want to inject them into every bean that might refer to them...
I have a number of property files in an application and Im planning to use a MessageSource to retrieve them in my application.
Can anyone see any problems with using a MessageSource to manage all...
Hi
Im working on a multi-war application and we have some configuration in property files eg. paths to resources such as other property files, JSP fragments etc.
Our current solution for...
Marty worked well - Thanks for your help.
Jon
Ok, thanks will give it a go.
cheers Marty.
Just working on a new application where every controller is set with:
<property name="cacheSeconds" value="1" />
My understanding from the docs is that this sets a caching directive in the...
Hi Marty
My TagHandler is in a common library though and is not configured as a Bean so Im n ot sure RequestContextAwareTag will work will it since the TagHanlder will have no visibility of an...
Hi,
I have an EAR which contains 3 war's and a Common library.
In my Common library I have a TagHandler which is to be reused between the 3 wars. Part of what the TagHandler needs to do is...
You can use the depends-on attribute to force order but its not a very 'clean' solution for your situation I think. Also, this is declarative solution - I assume your injected beans are annotated.
Hi
Can anyone point me in the direction of information on how Spring manages the caching of resource bundles using ReloadableResourceBundleMessageSource? Ive googled and search the spring docs...
Hello,
Currently Im working on an application that is using version 1.2.8 of core spring (ye, I know its quite old but not allowed to upgrade just yet).
I have a multi-component web project ie....
I have the following scenario in Hibernate:
Tables:
-------
TAG (one-to-many) TAGGED_ARTICLE (many-to-one) ARTICLE
When I delete a TaggedArticle (Im using HQL) I want to cascade the Tag...
Hi
I want to ask about whether security support has been provided as part of Spring.NET but there does not seem to be a Spring.NET forum.
Does anyone know why there isnt a Spring.NET forum or...