You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/05/25 19:50:23 UTC

[jira] Created: (TAP5-1168) @Track annotation that can be used to automatically track a component or service method invocation using the OperationTracker

@Track annotation that can be used to automatically track a component or service method invocation using the OperationTracker
-----------------------------------------------------------------------------------------------------------------------------

                 Key: TAP5-1168
                 URL: https://issues.apache.org/jira/browse/TAP5-1168
             Project: Tapestry 5
          Issue Type: New Feature
          Components: tapestry-core, tapestry-ioc
    Affects Versions: 5.2.0
            Reporter: Howard M. Lewis Ship
            Priority: Minor


Much like @Log, it would be nice to automatically integrate the OperationTracker into method calls.

i.e.

@Track("update login form")
Object onActionFromLogin() { ... }

I think @Track with a blank vlaue would identify the fully qualified method name.  Otherwise, the value attribute would be used with String.format() and an array of the method parameters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.