Skip to content

A short project for teaching the new batch of students, AspectJ as part of the training university

Notifications You must be signed in to change notification settings

isopropylcyanide/Lesson-AspectJ-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lesson-AspectJ-Demo


What is it?

A short project for teaching the new batch of students, AspectJ as part of the training under Accolite University, where I work!

What does it contain

Each branch within the project represents the next set of assignments. Students are welcome to checkout to the next branch in case they're having trouble with the task


What are the list of branches

Branch Description
master Contains the initial scaffolding. Students have to implement a random list integer generator themselves of size N ranging from min to max.
add-random Default implementation of random list generator. Next task is to add a @Before advice to log the advice.
aspect-before @Before advice has been implemented. Next task is to time their generator function.
aspect-around @Around advice has been implemented. Users can checkout to see their progress.

About

A short project for teaching the new batch of students, AspectJ as part of the training university

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages