Search:

Type: Posts; User: ramya.1703; Keyword(s):

Search: Search took 0.03 seconds.

  1. Ok, now I get that, but lets say we do:-

    Ok, now I get that, but lets say we do:-
    <bean id = "foo1" class = "Foo" singleton = "true"/>
    <bean id = "foo2" class = "Foo" singleton = "true"/>
    can we not still create 2 instances in the same...
  2. Diff between Spring singleton and Singleton design pattern

    I read in the spring docs that spring implementation of singleton is per spring container and the singleton design pattern is per class loader. My questions:-
    1. What if there are multiple class...
  3. Replies
    0
    Views
    1,205

    Combining decorator pattern and spring

    Hi.. am just learning spring. I had a code written for decorator pattern example, and wanted to avoid 'new()' part of it and the if-else associated with it (even though its in the main method). So...
  4. Hi.. For the same program, I now created value...

    Hi.. For the same program, I now created value added services along with ticket reservation, like car rental and hotel. how can i configure those. Here is the code for those:-
    public abstract class...
  5. Thank you so much JP! This works perfectly..

    Thank you so much JP! This works perfectly..
  6. How to combine decorator pattern and Spring IOC features

    Hi.. am just learning spring. I had a code written for decorator pattern example, and wanted to avoid 'new()' part of it and the if-else associated with it (even though its in the main method). So...
Results 1 to 6 of 6