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 (Updated) (JIRA)" <ji...@apache.org> on 2012/01/26 17:00:39 UTC

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

     [ https://issues.apache.org/jira/browse/TAP5-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1168:
---------------------------------------

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

i.e.

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

The value attribute is used as is, unless it contains the '%' character, in which case it is assumed to be be a string format (passed an array of the method parameters).

  was:
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.

    Affects Version/s: 5.4
                       5.3
              Summary: Add @Operation annotation that can be used to automatically track a component or service method invocation using the OperationTracker  (was: @Track annotation that can be used to automatically track a component or service method invocation using the OperationTracker)
    
> Add @Operation 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.3, 5.4, 5.2
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> Much like @Log, it would be nice to automatically integrate the OperationTracker into method calls.
> i.e.
> @Operation("update login form")
> Object onActionFromLogin() { ... }
> The value attribute is used as is, unless it contains the '%' character, in which case it is assumed to be be a string format (passed an array of the method parameters).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira