Ramnivas Laddad
Author, AspectJ in Action (http://manning.com/laddad2)
Twitter: ramnivas
Originally posted by Pradeep Bhat:
Is there is any plan to apply for r Sun Microsystems JSR?
Originally posted by HS Thomas:
By this do you mean it's an API or framework as JUnit, Struts ?
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Ramnivas Laddad
Author, AspectJ in Action (http://manning.com/laddad2)
Twitter: ramnivas
AspectJ specifies a language syntax which is basically Java plus some new keywords and notations. This non-Java code is translated into pure Java code during the build process.
Yes, the AspectJ compiler.Is there any complier involved in the build process?
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Is AspectJ technology of the future?
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by Pradeep Bhat:
Is AspectJ technology of the future?
Originally posted by Valentin Crettaz:
In 2001, MIT released its annual "10 Emerging Technologies That Will Change the World". Among them, aspects were cited as a good support for untangling code in complex software systems: http://www.globalfuture.com/mit-trends2001.htm. This just means aspects will help developer create better software in the future. However, AspectJ is one implementation of AOP. There are many others available out there. AspectJ is currently the most mature AOP implementation and also the one that has the greatest community support.
Also, AspectJ won the "Most Innovative Java Product or Technology" JavaWorld Editors' Choice Award!.
[ September 17, 2003: Message edited by: Valentin Crettaz ]
So does it mean that the learning curve is small?
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Although the AspectJ syntax may feel somewhat complex in the beginning,
once you understand the basic form, it�s quite natural for a seasoned Java programmer:
An aspect looks like a class, a pointcut looks like a method declaration,
and an advice looks like a method implementation. Rest assured that the
AspectJ syntax is actually a lot easier than it appears.
Ramnivas Laddad
Author, AspectJ in Action (http://manning.com/laddad2)
Twitter: ramnivas
Here. Have a potato. I grew it in my armpit. And from my other armpit, this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|