Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Extend SWT with AspectJ
Extend SWT with AspectJ [message #462516] Thu, 13 October 2005 07:30 Go to next message
Eclipse UserFriend
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
Re: Extend SWT with AspectJ [message #462518 is a reply to message #462516] Thu, 13 October 2005 07:42 Go to previous message
Eclipse UserFriend
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
>
>
Previous Topic:open a SWT form from another SWT form
Next Topic:Text Alignment in Text Field at run-time
Goto Forum:
  


Current Time: Mon Jul 07 22:12:34 EDT 2025

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

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

Back to the top