| Author |
Competitive aspect oriented frameworks?
|
Sean Walker
Ranch Hand
Joined: Feb 04, 2004
Posts: 64
|
|
|
Are there any other Java Aspect Oriented frameworks with siginificant momentum?
|
Sean Walker<br />PMP, SCEA, SCWCD, SCJP
|
 |
Karthik Guru
Ranch Hand
Joined: Mar 06, 2001
Posts: 1209
|
|
AspectJ, AspectWerkz andJBoss AOP Along with Spring are the major players. and here is an article on AOP framework comparison
|
 |
Sean Walker
Ranch Hand
Joined: Feb 04, 2004
Posts: 64
|
|
|
The comparison article introduced a number of terms/concepts taht I am unfamiliar with and didn't spend any time explaining them. For example crosscutting and Join points which were defined in terms of crosscuts. Perhaps you could point me to a good (and short) article about aspect oriented programming itself?
|
 |
Karthik Guru
Ranch Hand
Joined: Mar 06, 2001
Posts: 1209
|
|
May be you can try this one for AOP Intro You can just ignore the AspectWerkz part of it. and now that we are on the topic of Spring, this could help you get on to speed with Spring AOP.
|
 |
Sean Walker
Ranch Hand
Joined: Feb 04, 2004
Posts: 64
|
|
|
Thnak you - these were very informative.
|
 |
Preetham Chandrasekhar
Ranch Hand
Joined: Nov 05, 2003
Posts: 98
|
|
|
is'nt aspectJ a built-in plugin in eclipse?
|
"In theory, there is no difference between theory and practice. But, in practice, there is."<br /> - Jan L.A. van de Snepscheut
|
 |
Karthik Guru
Ranch Hand
Joined: Mar 06, 2001
Posts: 1209
|
|
Originally posted by Preetham Chandrasekhar: is'nt aspectJ a built-in plugin in eclipse?
Yes thats correct AJDT.
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11945
|
|
Originally posted by Preetham Chandrasekhar: is'nt aspectJ a built-in plugin in eclipse?
Well, actually AspectJ -- the language and compiler -- can be used outside of Eclipse as well. However, most people probably use the AspectJ Development Tools (AJDT) toolkit because it provides IDE features for writing AspectJ code.
|
Author of Test Driven (Manning Publications, 2007) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Navi Lock
Ranch Hand
Joined: Jul 29, 2003
Posts: 39
|
|
Hi Guys, Is there any free-small "web-project" which is using AOP, which i can download and understand... Thanks In advance, -Navi. [ November 16, 2005: Message edited by: Navi Navi ]
|
 |
Navi Lock
Ranch Hand
Joined: Jul 29, 2003
Posts: 39
|
|
Help Help SOS... -Navi
|
 |
 |
|
|
subject: Competitive aspect oriented frameworks?
|
|
|