Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Use of AOP for system customisation( Advice on AOP use scenario (customisation layer) )
Use of AOP for system customisation [message #1728874] Fri, 08 April 2016 07:37
Ramon Casha is currently offline Ramon CashaFriend
Messages: 1
Registered: April 2016
Junior Member
I have a fairly complex java-based system (multiple jars) which is installed at different customer sites, each requiring minor customisations. I was thinking of using AOP in order to implement these changes without affecting the main code. The main product jar files would always stay the same, but each customer would have a different set of aspects, which get applied at runtime to perform the necessary changes. The changes might include adding a field to a Swing form, performing an extra bit of validation on pressing a button, etc.

Is AJDT suitable for this scenario?
Is there an example of how to apply these runtime aspects to already-compiled classes / JAR files?
Previous Topic:Error Counter Aspect
Next Topic:IAJC (ant task) doesn't seem to respect 'sourceRootCopyFilter' parm
Goto Forum:
  


Current Time: Fri Apr 26 23:21:20 GMT 2024

Powered by FUDForum. Page generated in 0.02285 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top