Search:

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

Search: Search took 0.22 seconds.

  1. Replies
    2
    Views
    1,625

    Thanks that was just what I was looking for

    Thanks that was just what I was looking for
  2. Replies
    2
    Views
    1,625

    Deploying webapp with multiple instances

    I have a webapp that defines jmx name using annotations, example

    @ManagedResource(objectName="bean:name=threadPool",description="A pool of threads")

    I start the webapp and jconsole and I can...
  3. Replies
    3
    Views
    960

    From the 6.8.1 docs: >The Spring container...

    From the 6.8.1 docs:

    >The Spring container instantiates and configures beans defined in your application context. It is also possible to ask a bean factory to configure a pre-existing object given...
  4. Replies
    3
    Views
    960

    My Story Thus Far

    First up thanks for not responding and making me give up and try some other approaches :)

    Turns out spring has lots of integration points but allowing some external code to do dependency injection...
  5. Replies
    3
    Views
    960

    Adding @Injection [SOLVED]

    NOTE: I am using spring 1.2.7

    To make the spring xml file easier I would like to use this syntax:

    @Injection
    public void setAbc(Abc abc)
    {
    this.abc = abc;
    }
Results 1 to 5 of 5