Results 1 to 3 of 3

Thread: intercept a loaded applicationContext

  1. #1
    Join Date
    Jan 2005
    Location
    Rome, Italy
    Posts
    17

    Default intercept a loaded applicationContext

    Hi everybody,
    I was thinking if there's an AOP possibility to intercept a loaded applicationContext.
    What does this mean. I'm try to build a simple spring application that gives some services and I would use spring-richclient to show a javatree with this services without influence the main application . I would like start the main application standalone and then start rich-client and intercept status,log etc.
    Is this possible?

  2. #2
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    What about an ApplicationContext aware object that exposes the service and can see the other managed objects? I don't think this is really a problem for AOP (unless I've missed the point).
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

  3. #3
    Join Date
    Jan 2005
    Location
    Rome, Italy
    Posts
    17

    Default

    Really direct and concise thanks for advice me.

Similar Threads

  1. Replies: 2
    Last Post: Apr 22nd, 2009, 10:02 PM
  2. problems loading applicationcontext
    By andrea_z in forum Web
    Replies: 6
    Last Post: Feb 8th, 2006, 08:25 AM
  3. Replies: 11
    Last Post: Jul 19th, 2005, 10:24 PM
  4. Replies: 4
    Last Post: Jun 8th, 2005, 06:22 AM
  5. Obtaining ApplicationContext for web and batch apps
    By Thomas Vaught in forum Container
    Replies: 10
    Last Post: May 23rd, 2005, 07:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •