Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
faq [2009/10/19 18:30] aspectscript |
faq [2010/03/16 11:00] (current) aspectscript |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Frequently Asked Questions ====== | ====== Frequently Asked Questions ====== | ||
| - | | + | This is a preliminary list of frequently asked questions. |
| + | |||
| + | * **How can I transform my code so it can generate join points?** | ||
| * Please see the first part of the AspectScript [[tutorial]]. | * Please see the first part of the AspectScript [[tutorial]]. | ||
| - | * Where can I find the source code of AspectScript? | + | |
| * The SVN repository of AspectScript is at [[http:// | * The SVN repository of AspectScript is at [[http:// | ||
| - | | + | * **Where |
| - | * Currently, AspectScript only supports Mozilla Firefox (tested on versions 3.0.* and 3.5.*). | + | * If you have any doubt, please do not hesitate to ask in our [[http:// |
| - | * Do I need an special version of Mozilla Firefox to run AspectScript | + | * **In which browsers |
| - | * NO, AspectScript | + | * Currently, AspectScript |
| - | * Is an AspectScript | + | * **Do I need an special version of supported browsers to run AspectScript |
| - | * YES, AspectScript does not add/need new syntactic constructs in order to work. | + | * NO, AspectScript does not need a special version of supported browsers nor a modified Javascript engine |
| - | * How can I debug AspectScript | + | * **Is an AspectScript |
| - | * We do not have a debugger for AspectScript | + | * YES, AspectScript |
| - | * How bad is the performance of AspectScript applications | + | |
| - | * We believe | + | * We do not have an specific debugger for AspectScript at the moment, however AspectScript code can be debugged with any standard JavaScript debugger. |
| + | * **How bad is the performance of AspectScript applications given that it is based on code transformation? | ||
| + | * We believe the performance overhead in interactive applications is negligible. | ||
| + | |||