DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16907>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16907

Introduce Aspect oriented programming

           Summary: Introduce Aspect oriented programming
           Product: Commons
           Version: 2.0 Alpha 2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HttpClient
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


HttpClient uses logging extensively to provide exeuction trace.  Each method has
(or is supposed to have) an log at its entry point.  This is a classic "cross
cutting concern" that is well solved by aspect oriented programming tecniques.

AspectJ is well supporte in Maven and is used in a number of other Jakarta
projects, notably Cactus.

Consider introducing aspects to HttpClient.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to