Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Tips and Tricks

Jeremy,

AspectJ is useful in many domains such as GUI, enterprise, real-time
systems -- virtually everywhere you face crosscutting concerns.

Indeed, there are a few tip and tricks that help you with learning 
curve. You may want to look at one or more of the books on the
subject such as "Mastering AspectJ" or my own "AspectJ in Action".
These books contains several applications and quite a few tips 
and tricks.

-Ramnivas

--- "Jeremy E. Denton" <jdenton@xxxxxxxxxxxxx> wrote:
> 
> Hey,
> 
> I've just recently stumbled across Aspect Oriented Programming and
> it's
> piqued my curiousity but I am finding the learning curve is a bit
> steep
> learning it on my own from just the content provided on the net. It
> certainly adds a significant level of complexity to Java. Does anyone
> have
> any suggestions on how best to approach it? What metaphors, tricks or
> ways
> of thinking that aptly describe it?
> 
> I noticed that some of the documentation that comes with AspectJ,
> uses a
> figure example. lines, points etc. I've gotten the impression that
> Aspect
> orient programming can help in the development of graphics
> applications. I'd
> be curious to understand how this might specificly apply.
> 
> Jeremy E. Denton
> software developer
> galdos systems inc
> Opinions, conclusions, recommendations, and other information
> presented in
> this message are not given or necessarily endorsed by my employer or
> firm.
> 


=====
Ramnivas Laddad
Author, AspectJ in Action
http://www.manning.com/laddad
http://www.amazon.com/exec/obidos/ASIN/1930110936

__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/


Back to the top