Download presentation
Presentation is loading. Please wait.
1
Aspect-Oriented Software Development (AOSD) Additional Material Start Writing in AspectJ
2
Aspect-Oriented Software Development (236608) 2 Open Eclipse Close the “Welcome” screen
3
Aspect-Oriented Software Development (236608) 3 Open Base System Project - 1 choose “Import” from the “File” menu
4
Aspect-Oriented Software Development (236608) 4 Open Base System Project - 2 choose “Existing Projects into Workspace” Press the “Next” button
5
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
6
Aspect-Oriented Software Development (236608) 6 Convert Project from Java to AspectJ choose “AspectJ Tools - > Convert to AspectJ Project” from the menu Right-click the project name
7
Aspect-Oriented Software Development (236608) 7 Write a new Aspect - 1 Right-click the “src” folder choose “New -> Aspect” from the menu
8
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
9
Aspect-Oriented Software Development (236608) 9 Write a new Aspect - 3 write the aspect here
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.