Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
examples [2009/09/09 22:25] aspectscript |
examples [2010/05/12 01:28] (current) aspectscript |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Examples ====== | ====== Examples ====== | ||
| - | The examples | + | This page presents all the examples |
| + | In these examples, we implement a number of extra functionalities to [[http:// | ||
| - | * [[http:// | + | * [[examples/example1|A Simple Example]]. This simple example |
| - | * [[http:// | + | * [[examples/example2|Pointcuts: Matching Sequences]]. An example about how to match simple sequences using higher-order |
| - | * [[http:// | + | * [[examples/example3|Giving Life to Javascript Values]]. An example about how to introducing basic support for reactive values. |
| - | * [[http:// | + | * [[examples/example4|Access Control with Scoping Strategies]]. An example about how to introducing basic support for access control. |
| - | * [[http:// | + | * [[examples/example5|Identifying New Kinds of Events]]. An example about how to identify custom events |
| - | + | ||
| - | Apart of that, you can use tests that are available in AspectScript like examples or tutorial. | + | |