You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Profiling aspects

Struts2 profiling aspects involves the following :-

  • ActionContextCleanUp
  • FreemarkerPageFilter
  • DispatcherFilter
    • creation of DefaultActionProxy
      • creation of DefaultActionInvocation
        • creation of Action
    • execution of DefaultActionProxy
      • invocation of DefaultActionInvocation
        • invocation of Interceptors
        • invocation of Action
        • invocation of PreResultListener
        • invocation of Result

Activating / Deactivating Profiling

// todo: how to turn on / off profiling feature

Write profiling code

// todo: how to write code that make uses of Struts2 profiling feature.

Profiling Log files

// todo: where does the profiling goes to

  • No labels