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 21:04] 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. | + | This is a preliminary list of frequently asked questions. |
* **How can I transform my code so it can generate join points?** | * **How can I transform my code so it can generate join points?** | ||
Line 8: | Line 8: | ||
* **Where can I find the source code of AspectScript? | * **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 can I find support for AspectScript? | ||
+ | * If you have any doubt, please do not hesitate to ask in our [[http:// | ||
* **In which browsers an AspectScript application can run on?** | * **In which browsers an AspectScript application can run on?** | ||
- | * Currently, AspectScript | + | * Currently, AspectScript supports |
- | * **Do I need an special version of Mozilla Firefox | + | * **Do I need an special version of supported browsers |
- | * NO, AspectScript does not need an special version of Firefox | + | * NO, AspectScript does not need a special version of supported browsers |
* **Is an AspectScript application a valid JavaScript application? | * **Is an AspectScript application a valid JavaScript application? | ||
Line 22: | Line 25: | ||
* **How bad is the performance of AspectScript applications given that it is based on code transformation? | * **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. | + | * We believe the performance overhead in interactive applications is negligible. |
+ |