[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Extend SWT with AspectJ

I have not but could you give feedback to the community regarding the implementation?

Sascha Bur wrote:
Hello,

We need to integrate a Widget Access Control into SWT.

The so called WAC must for example be able to suppress a
Widget.setEnabled(true) method invocation if the current user does not have
the permission to enable the widget.

Our idea was to inject an interseptor behind the critical mehtods using
AspectJ.

Does anybody have experience or read about someone extending SWT with
AspectJ?

Kind regards, sascha bur