HI Christian
I see this in the .ini file
--launcher.XXMaxPermSize
256M
Is it different from what you have suggested? Where exactly should I add it in my .ini file.
Type: Posts; User: get_it_done; Keyword(s):
HI Christian
I see this in the .ini file
--launcher.XXMaxPermSize
256M
Is it different from what you have suggested? Where exactly should I add it in my .ini file.
I have been trying to resolve the OutOfMemory PermGen issue that I have run into in STS 2.2.0 release
My application has been built on JDK1.6 , OPEN JPA, Spring 3.0 with Oracle backend.
The...
Hello Folks,
I started using Spring 2.5 recently. What is LoadTimeWeaver?. In What context is it used?.
What is the difference between Simple, Instrumental, Reflective load time weavers?
...
Yep, by default, its singleton
@scope(value="prototype") can change scope
Thanks folks for the help.
I trried using app context it worked like a charm
BeanFactory appCtx =
new ClassPathXmlApplicationContext("spring-ctx.xml");
Hello folks,
I tried to use below blog to learn spring 2.5.
blogs.averconsulting.com/2008/03/13/spring-25-annotations.aspx
However, If I write a client class to test the...
what is the scope of the beans injected using autowired annotation?
IS it prototype by default?