Results 1 to 2 of 2

Thread: Defining endpoints declaratively

  1. #1
    Join Date
    Dec 2005
    Posts
    3

    Default Defining endpoints declaratively

    Hi, I have a web application that has minimal dependency on Spring and would like to keep it that way. The only endpoint that Insight sees in this application is the handleRequest method of a subclass of org.springframework.web.HttpRequestHandler. Is there some way I can declaratively tell Insight about other methods in my application? Or do I have to start adding the necessary annotations.

    thanks, Charles

  2. #2
    Join Date
    Dec 2005
    Posts
    3

    Default

    Hi, having RTFM at Using Spring Insight I gather the answer is no, though the architecture of Insight may permit the creation of a plug-in for declarative instrumentation. I'll have a go at it.

Posting Permissions

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