Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    791

    Relative PropertyPlaceholderConfigurer

    I'm trying to use a PropertyPlaceholderConfigurer to load a properties file within a WebApp.

    Currently the properties file is in a subdirectory of the XML application context file declaring the...
  2. Replies
    4
    Views
    862

    Andrei, I can't simply mark both as prototype...

    Andrei,

    I can't simply mark both as prototype because the listener has no direct dependency on the teller, so the teller will not be created.

    jstehler,

    I don't want to do this because (a) I...
  3. Replies
    4
    Views
    862

    'Weak' Dependencies

    I currently have a observer type pattern which I need to represent in my spring XML configuration. Originally I did this like this:



    <bean id="listener" scope="singleton"/>
    <bean id="teller"...
Results 1 to 3 of 3