You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by bu...@apache.org on 2003/02/08 21:16:18 UTC

DO NOT REPLY [Bug 16907] New: - Introduce Aspect oriented programming

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: commons-httpclient-dev@jakarta.apache.org
        ReportedBy: jsdever@apache.org


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.