Download List

프로젝트 설명

This package can be used to implement aspect
oriented programming (AOP) by executing the code
of classes that enable orthogonal aspects at run-
time. The intention is to provide a means to
implement orthogonal aspects in separate classes
that may be an interesting add to the application,
like logging, caching, transaction control, etc.,
without affecting the main business logic. The
package provides base classes for implementing
defining point cuts where the code of an advice
class is called to implement actions of the
orthogonal aspects that an application may need to
enable.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-02-15 16:31
1.2

가로와 조언 수업을 개편했다. 프로그램의 모델은 이제 더 융통성이있습니다. pointcuts에 마스크를 추가했다. readme 파일에 추가되었습니다.
Tags: Code cleanup
The Aspect and Advice classes were restructured.
The program model is now more flexible. Masks were
added into pointcuts. The readme file was added.

2005-10-18 23:40
1.0

Tags: Initial freshmeat announcement

Project Resources