Skip to content

ndraiman/AspectJ-Reflection-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AspectJ-Reflection-GUI

A Proof-of-Concept project for Object Oriented Design course

##Dynamically load classes and recompile them with aspects using a GUI.

The program dynamically loads .class/.jar files onto Java's class path while bypassing the classloader security protocols preventing this behavior, using the SystemLoader.

The loaded classes are then displayed in a scrollable list using JTree, while each class containing child nodes that describe its Constructors, Fields & Methods.

Dependencies:

The program requires the AspectJ Compiler (AJC) installed on the user's system and in the PATH environment variable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages