Monday, May 4, 2015

AspectJS 2.0 Released: Overview


A new version of AspectJS has been released with a set of clients to extend the usefulness of the product.
AspectJS is a library that yields aspect-oriented solutions in JavaScript by means of method-call interception using proxy functions.

Aspect-oriented programming separates general code from those elements (aspects) that interact with other objects or layers by crossing the boundaries between them. The improvements to version 2.0 of AspectJS start with updates to the implementation of the core AJS object. The clients that are now included with the library are an AJS validator, logger and on demand loader.

AJS_Validator supports Design by Contract techniques, with full support for enforcing pre- and post-conditions. AJS_Validator lets you test and debug your applications both locally and remotely.
The developer, Richard Vaughan of UK-based Dodeca Technologies, says that the client’s non-invasive nature:

Learn More

No comments:

Post a Comment