Search:

Type: Posts; User: senthilkumar ss; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    708

    Advising non spring-managed Beans

    Hi,
    In our app we have Form Beans which are not maintained by Spring application context. They are infact instantiated using new operator in JSF backing bean for every request. Now i have a need...
  2. of course it does. what do you want to do. be...

    of course it does. what do you want to do. be specific
  3. i doubt that would work either. And i am not sure...

    i doubt that would work either. And i am not sure you can use place holders in the PropertyPlaceholderConfigurer itself.
  4. Mary, why cant you list down all property...

    Mary,
    why cant you list down all property files in PropertyPlaceholderConfigurer .

    like below,
    <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
    ...
  5. guys , what i meant by unit test scanario was ,...

    guys , what i meant by unit test scanario was , just to point out a case. it isnt the only place where DI can be applied to
  6. read the spring referenece. or any good book. the...

    read the spring referenece. or any good book. the main advanatge is loose coupling.
  7. Ok, lets suppose we have an Account class. ...

    Ok,
    lets suppose we have an Account class.

    class Account{
    private InterestService calculateInterestSerive;// dependecy here

    // getter, setter goes here. which will be set in xml

    public...
  8. Hi sameer, As we know almost every object...

    Hi sameer,
    As we know almost every object needs to collborate with one or more other objects to accomplish it's work.This is known as collobaring objects in spring world. Before Spring/without...
  9. Replies
    42
    Views
    34,075

    Hi Marten Deinum , can you answer my question...

    Hi Marten Deinum ,
    can you answer my question if you please
  10. Replies
    42
    Views
    34,075

    Certification question

    Hi daryl
    I have just seen in one of a reply that gradfathered way of getting exam voucher is closed as of 1st jan 2008. Is that so?. becaz i do not see any of that info in the certifation page....
  11. why BeanFactoryLocator :confused:

    guys can you help me to understand this
  12. Replies
    3
    Views
    630

    no it has to be in the classpath.

    no it has to be in the classpath.
  13. Replies
    3
    Views
    630

    your context.xml file should be in classpath.

    your context.xml file should be in classpath.
  14. i read the doc , still i'm not clear. i wanna...

    i read the doc , still i'm not clear. i wanna here it from who used it in their work.
  15. where do we use BeanFactoryLocator container

    Hi,
    I have a doubt in the use of BeanFactoryLocator container. I know we use either BeanFactory or ApplicationContext conatiners to lookup the beans.

    in our application instead we've used...
Results 1 to 15 of 15