1 / 9

A Fluid AOP Editor

A Fluid AOP Editor. Terry Hon Gregor Kiczales. Want to implement a display updating aspect Use the following pointcut. Editing here. Keeps all these code blocks in synch – a crosscutting slice. Aspect file. Edit time weaving instead of compile time weaving.

airell
Download Presentation

A Fluid AOP Editor

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Fluid AOP Editor Terry Hon Gregor Kiczales 2005 CASCON

  2. 2005 CASCON

  3. Want to implement a display updating aspect • Use the following pointcut 2005 CASCON

  4. 2005 CASCON

  5. Editing here Keeps all these code blocks in synch – a crosscutting slice. 2005 CASCON

  6. Aspect file 2005 CASCON

  7. Edit time weaving instead of compile time weaving AspectJ-like pointcut and advice Static join points: code fragments 2005 CASCON

  8. AspectJ vs. Fluid AOP Editor • Different join point model • dynamic vs. static • Different adoption profile • plain-old Java tools can be used on all but .fa files • edit time weaving • woven files are in normal Java code • aspect file is only a meta file • possible intermediate step in AOP adoption? • or AOP solution qua itself? 2005 CASCON

  9. Status • Implemented a simple prototype as an Eclipse plugin • 2 kinds of pointcuts: call and execution • 2 kinds of advice: before and after 2005 CASCON

More Related