I am thinking about reading Aspect-Oriented Analysis and Design: The Theme Approach, yet I am hesitant. Is it possible to use what's taught in the book with AspectJ (for Java) or Post# in C#? Maybe with Aquarium in Ruby?
What would be the perfect language to suit the design process that's made with the book? I am 开发者_开发问答more interested in the symmetrical approach to aspects.
Thanks
Just about every language can take advantage of aop. Even actionscript. Java and c# have some very nice frameworks. Postsharp works with c# and vb.net. you should definatly read that book. Thete is no perfect language but i suggest you try both java and c# using aspectj and spring for java and postsharp and spring.net for c# since it seems you are on a educational adventure.
I have not read the book but application of aspect oriented design can be done in almost any language. Start with what you know
精彩评论