appserver-io/appserver

Integrate AOP for webapps

wagnert opened this issue · 1 comments

There has to be a way of using aspect oriented programming within any webapp without the use of a third party library.

UAC:

  • Classes within webapps MUST be able to define basic pointcuts
  • Basic AOP MUST work within a clean appserver installation

Implemented as per this commit.