Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,336

    HI Christian I see this in the .ini file ...

    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.
  2. Replies
    3
    Views
    2,336

    OutOfMemory PermGen in STS 2.2.0 release

    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...
  3. Replies
    1
    Views
    1,281

    What is LoadTimeWeaver

    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?
    ...
  4. Replies
    3
    Views
    3,770

    autowiring scope

    Yep, by default, its singleton
    @scope(value="prototype") can change scope
  5. Replies
    3
    Views
    1,622

    autowiring works

    Thanks folks for the help.
    I trried using app context it worked like a charm


    BeanFactory appCtx =
    new ClassPathXmlApplicationContext("spring-ctx.xml");
  6. Replies
    3
    Views
    1,622

    Spring 2.5 autowiring problem

    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...
  7. Replies
    3
    Views
    3,770

    autowired scope?

    what is the scope of the beans injected using autowired annotation?
    IS it prototype by default?
Results 1 to 7 of 7