AspectJS 1.0.0 review

Download
by rbytes.net on

License: LGPL (GNU Lesser General Public License)
File size: 3K
Developer: Zero
0 stars award from rbytes.net

AspectJS is a Javascript AOP framework.

Using:

Import

You MUST include the following aspect.js Javascript file :

< script src="aspectjs.js" >< /script >

Weaving

In order to weave the aspects, you SHOULD use this method :

Weaver.addAdvice ( aspect_name, aspect_method, joinpoint_type, pointcut_name, pointcut_method);

Todo

improve compatibility with more browser
complete documentation

AspectJS 1.0.0 search tags