Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Extend SWT with AspectJ
Extend SWT with AspectJ [message #462516] Thu, 13 October 2005 11:30 Go to next message
Sascha Bur is currently offline Sascha BurFriend
Messages: 1
Registered: July 2009
Junior Member
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 11:42 Go to previous message
Stefan Langer is currently offline Stefan LangerFriend
Messages: 236
Registered: July 2009
Senior Member
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: Fri Apr 26 23:06:45 GMT 2024

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

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

Back to the top