Dodeca provides a set of JavaScript libraries, of which the flagship is AspectJS. This is available from a dedicated site at www.aspectjs.com. The company also supplies a set of small JavaScript libraries that can be used in conjunction with each other, independently or in conjunction with AspectJS.
These are available here and on aspectjs.com, along with full tutorial and API documentation, and you can download the code that comprises these resources from here as a single zip-file, the contents of which are detailed on this page.
These libraries are provided free of charge and 'as is', and do not fall within the scope of the AspectJS Terms of Sale. Given this, and at your own risk, you may do whatever you wish with the code you acquire through this page.
Note that the Design by Contract functionality detailed in the relevant tutorial and API documentation does not apply unless you acquire a copy of AspectJS. You can purchase this very inexpensively from the product section on aspectjs.com.
| Code | Filename | Type | Lines | Size |
|
EventMarshaller
FindIn LoadCSS
LoadJS_STH
LoadJS_XHR
XHRFactory Tracer |
js
js js
js
js
js js |
125
62 31
28
43
142 47 |
3.0 k
2.0 k 1.0 k
0.9 k
1.4 k
4.8 k 1.6 k |
|
| Tutorial Examples |
EventMarshaller/Example_?? FindIn/Example_?? LibraryLoaders/Example_?? XHRFactory/Example_?? |
htm htm htm htm |
- - - - |
- - - - |
| Docs |
Read Me |
txt |
- |
- |
Line and byte counts include the extent of all comments.
Tracer.js is a small utility that is used by the DbC test-suites.
LoadingMgr_XHR and LoadingMgr_STH are copies of code presented on the
Applications - On-Demand Loading page on www.aspectjs.com.