|
From: Mohsena on 4 Apr 2008 01:52 Hello All ,I want to see how Aspect oriented programming affects design and refractory ideas?
From: Lloyd Bonafide on 4 Apr 2008 07:48 Mohsena <cplus_developer(a)yahoo.com> wrote in news:b24b58b9-31aa-49af-b07b- f42009b34eaf(a)m3g2000hsc.googlegroups.com: > Hello All ,I want to see how Aspect oriented programming affects > design and refractory ideas? > http://www.google.com/search?hl=en&q=aspect+oriented+programming
From: Phlip on 4 Apr 2008 10:24 >> Hello All ,I want to see how Aspect oriented programming affects >> design and refractory ideas? > http://www.google.com/search?hl=en&q=aspect+oriented+programming Somehow I doubt that will help. A good way to learn AOP - a way that might finally work for me - is to see a refactor, with a before and after, that makes a design "more" AOP. Like "Replace Conditional with Polymorphism" does for OO. -- Phlip
From: lbonafide on 4 Apr 2008 11:26 On Apr 4, 9:24 am, Phlip <phlip2...(a)gmail.com> wrote: > >> Hello All ,I want to see how Aspect oriented programming affects > >> design and refractory ideas? > >http://www.google.com/search?hl=en&q=aspect+oriented+programming > > Somehow I doubt that will help. Without a more specific question there's not much more to recommend.
From: Marc Vangrieken on 7 Apr 2008 06:59 On 4 apr, 07:52, Mohsena <cplus_develo...(a)yahoo.com> wrote: > Hello All ,I want to see how Aspect oriented programming affects > design and refractory ideas? That's a good questions I think. But, let me formulate another, related, question: does AOP appear in OOA models or design documents? One of the things I read about OAP is that it can allow you to keep code that expresses an OOA model more clear (by only expressing functional behavior and having aspect that deal with the crosscutting (semi) technical things...). Does this mean that OAP is a pure OOP, implementation, thing, or does it belong too OOA/D? Will you see Aspect keywords or stereotypes or cut-points in "Design Class Diagrams" or sequence diagram of a OAP project? Please note that I don't have experience in AOP (but I want to start learning a few things about it (see OOADug newsgroup)) Kind regards, Marc Vangrieekn http://vangrieken.wordpress.com
|
Pages: 1 Prev: How can I design\implement this Next: How is Behavior Specified |