Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » JavaFX with AspectJ(How to run the AspectJ weaver before JavaFX kicks in?)
JavaFX with AspectJ [message #504033] Wed, 16 December 2009 21:09 Go to next message
Daniel  is currently offline Daniel Friend
Messages: 2
Registered: December 2009
Junior Member
Hello,
I'm working on a project which is on one hand very GUI oriented, and on the other hand needs very strong and maintainable code.

One of the features I need to implement is monitoring user activity during run-time. After some discussion, it was decided integrating AspectJ into the code would be the best solution, instead of placing Observer design-patterns all over the place.

Only one trouble remains: the project uses JavaFX for GUI Sad

Since AspectJ uses a Weaver, we thought it might be possible to first run the AspectJ weaver on our code, and then run the JavaFX normally. (No need to have aspects inside of the JavaFX)
However, we have no idea how to do just that!

Does anyone have any idea how to do this? We're a group of developers, and we work via SVN on eclipse - so we pretty much need this solution to integrate into eclipse, so we can run and debug the program normally.

I think that if we can solve this, we can manage creating an executable later on, but if you have any tips on that front it would be welcome.


Thanks in advance!!

[Updated on: Wed, 16 December 2009 16:09]

Report message to a moderator

Re: JavaFX with AspectJ [message #516652 is a reply to message #504033] Wed, 24 February 2010 16:41 Go to previous messageGo to next message
Andrew Eisenberg is currently offline Andrew EisenbergFriend
Messages: 382
Registered: July 2009
Senior Member
Hi,

Apologies for the late response, but you can try putting the JavaFX code on the in path of your aspect's project. The JavaFX code and the aspect code should be in separate projects. Hope this helps.
Re: JavaFX with AspectJ [message #600841 is a reply to message #504033] Wed, 24 February 2010 16:41 Go to previous message
Andrew Eisenberg is currently offline Andrew EisenbergFriend
Messages: 382
Registered: July 2009
Senior Member
Hi,

Apologies for the late response, but you can try putting the JavaFX code on the in path of your aspect's project. The JavaFX code and the aspect code should be in separate projects. Hope this helps.
Previous Topic:How to remove aspectj path?
Next Topic:getting AspectJ Abstaract Syntax tree
Goto Forum:
  


Current Time: Thu Apr 25 07:52:24 GMT 2024

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

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

Back to the top