New dynamic AOP framework

| | bookmark | email
A new dynamic AOP framework was made public: JoyAop. I have quickly passed through the tutorial (while downloading it and so I might be wrong on what follows), and here are my impressions:
  • being based on interceptors it only offers around advice
  • offers the possibility of defining interceptor precedence
  • pointcuts are defined using regular expressions or based on interface
  • supports mixins
  • aspect definition come in the form of an XML definition (a la AspectWerkz or JBossAOP)
.