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...
Type: Posts; User: senthilkumar ss; Keyword(s):
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...
of course it does. what do you want to do. be specific
i doubt that would work either. And i am not sure you can use place holders in the PropertyPlaceholderConfigurer itself.
Mary,
why cant you list down all property files in PropertyPlaceholderConfigurer .
like below,
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
...
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
read the spring referenece. or any good book. the main advanatge is loose coupling.
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...
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...
Hi Marten Deinum ,
can you answer my question if you please
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....
guys can you help me to understand this
no it has to be in the classpath.
your context.xml file should be in classpath.
i read the doc , still i'm not clear. i wanna here it from who used it in their work.
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...