Search:

Type: Posts; User: jonjack; Keyword(s):

Search: Search took 0.03 seconds.

  1. Thanks for the thought Enrico. I have a couple...

    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...
  2. Use a MessageSource for Configuration Properties??

    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...
  3. MessageSource for Configuration properties - Best Practise?

    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...
  4. Marty worked well - Thanks for your help. Jon

    Marty worked well - Thanks for your help.

    Jon
  5. Ok, thanks will give it a go. cheers Marty.

    Ok, thanks will give it a go.



    cheers Marty.
  6. Replies
    0
    Views
    586

    Controller cacheSeconds??

    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...
  7. Hi Marty My TagHandler is in a common...

    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...
  8. Get ApplicationContext in JSP? ResourceContext?

    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...
  9. depends-on

    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.
  10. What is underlying caching mechanism for ReloadableResourceBundleMessageSource

    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...
  11. Managing .properties for a Common web component

    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....
  12. Hibernate - can you control cascade DELETE programmatically?

    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...
  13. Replies
    0
    Views
    2,472

    Spring.NET Security

    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...
Results 1 to 13 of 13