Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] load time weaving and security

Hi,

I know that i can use load time weaving to secure an eclipse product(eclipse

application), for example put security checks (such as authentification) in my

advice and use poincut to specify where to apply this checks.

The weaving takes place when loading classes (from plugins) but if we uninstall

Equinox SDK feature (or stop weaving service ) we can't get the weaving and the

application will not be secured.


how can i always get the weaving ?

There are something to add in order to be sure that the application is
usually secured?


any idea ?


thanks in advance .


Back to the top