1 / 9

Aspect-Oriented Software Development (AOSD) Additional Material

Aspect-Oriented Software Development (AOSD) Additional Material. Start Writing in AspectJ. Open Eclipse. Close the “Welcome” screen. Open Base System Project - 1. choose “Import” from the “File” menu. Open Base System Project - 2. choose “Existing Projects into Workspace”.

erican
Download Presentation

Aspect-Oriented Software Development (AOSD) Additional Material

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. Aspect-Oriented Software Development (AOSD)Additional Material Start Writing in AspectJ

  2. Open Eclipse Close the “Welcome” screen Aspect-Oriented Software Development (236608)

  3. Open Base System Project - 1 choose “Import” from the “File” menu Aspect-Oriented Software Development (236608)

  4. Open Base System Project - 2 choose “Existing Projects into Workspace” Press the “Next” button Aspect-Oriented Software Development (236608)

  5. Open Base System Project - 3 enter the full path to the “rationalExample” folder the project is automatically selected Press the “Finish” button Aspect-Oriented Software Development (236608)

  6. Convert Project from Java to AspectJ Right-click the project name choose “AspectJ Tools -> Convert to AspectJ Project” from the menu Aspect-Oriented Software Development (236608)

  7. Write a new Aspect - 1 Right-click the “src” folder choose “New -> Aspect” from the menu Aspect-Oriented Software Development (236608)

  8. Write a new Aspect - 2 enter the desired package name (for example, “aspects”) enter the aspect class name Press the “Finish” button Aspect-Oriented Software Development (236608)

  9. Write a new Aspect - 3 write the aspect here Aspect-Oriented Software Development (236608)

More Related