DSAW

DSAW, a Dynamic and Static Aspect Weaver

Prior to download any file from this page, be sure you have read and accepted the License Agreement.

Current version of the DSAW research prototype is 0.9. The zip file has the following elements:

  • DSAW.doc: A brief tutorial and installation guide.
  • /aspects: This folder contains libraries which are necessary to weave aspects dynamically. Moreover those aspects which are going to be weaved dynamically must be inside this folder.
  • /JPI: Directory with the executable file which will instrument the original application in order to get the "post-processed" application with static aspects and auxiliary code to weave aspects during runtime of the application. Moreover auxiliary libraries are inside this folder.
  • /keys: This folder contains a Strong Name Key (.snk) file. This file is necessary to sign assemblies.
  • /server: Inside this folder is the Application Server which allows the communication between applications and aspects weaved dynamically.
  • /xml: This folder contains XML files with examples showing how to define pointcuts and advices to weave aspects.
  • /examples: This folder contains examples of aspects and applications.

License

Copyright 2007-2008 (C) University of Oviedo. All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

I Accept These Terms and Conditions. Proceed to download last version of DSAW.