Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Where/how can I get source code?
Where/how can I get source code? [message #31899] Tue, 16 March 2004 11:32 Go to next message
Eclipse UserFriend
Originally posted by: niksa_os.n.n

I'm new to AOP and I don't understand all for now.
From my experience with Java I understand better if I can see source code.

Where/how can I see source code generated with AspectJ?
With some Java decompiler?
Re: Where/how can I get source code? [message #32005 is a reply to message #31899] Thu, 18 March 2004 23:08 Go to previous message
Martin Kersten is currently offline Martin KerstenFriend
Messages: 306
Registered: July 2009
Senior Member
> I'm new to AOP and I don't understand all for now.
> From my experience with Java I understand better if I can see source code.
>
> Where/how can I see source code generated with AspectJ?
> With some Java decompiler?

Well do you mean byte code (you mentioned decompilers)
or java source code?

A couple of snippets can be seen by this pdf file:
http://dolphin.c.u-tokyo.ac.jp/~kazu0/aspectj/doc/tutorial/a spectj-tutorial.pdf

It demonstrates the basic features provided by AspectJ and shows some
limitations. But getting byte code of weaven applications, can be done
by every decompiler. The aspectJ compiler produces the Java compliant
byte code. So nearly every VM and every decompiler should be able
to handle that byte code.


Cheers,

Martin (Kersten)
Re: Where/how can I get source code? [message #576362 is a reply to message #31899] Thu, 18 March 2004 23:08 Go to previous message
Martin Kersten is currently offline Martin KerstenFriend
Messages: 306
Registered: July 2009
Senior Member
> I'm new to AOP and I don't understand all for now.
> From my experience with Java I understand better if I can see source code.
>
> Where/how can I see source code generated with AspectJ?
> With some Java decompiler?

Well do you mean byte code (you mentioned decompilers)
or java source code?

A couple of snippets can be seen by this pdf file:
http://dolphin.c.u-tokyo.ac.jp/~kazu0/aspectj/doc/tutorial/a spectj-tutorial.pdf

It demonstrates the basic features provided by AspectJ and shows some
limitations. But getting byte code of weaven applications, can be done
by every decompiler. The aspectJ compiler produces the Java compliant
byte code. So nearly every VM and every decompiler should be able
to handle that byte code.


Cheers,

Martin (Kersten)
Previous Topic:Where/how can I get source code?
Next Topic:AOP based refactoring
Goto Forum:
  


Current Time: Sat Apr 27 02:01:23 GMT 2024

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

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

Back to the top