Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Builder Pattern using AspectJ

If you are interested in how some common design patterns can be
written (and improved) using AOP techniques, then you may find this
page interesting:
http://hannemann.pbworks.com/Design+Patterns

On Thu, Jul 30, 2009 at 3:19 AM, Chani<cc8405@xxxxxxxxx> wrote:
> Hi,
> I need to implement the builder pattern using AspectJ, I have to write the
> pattern in an abstract way and then apply it to a concrete case study.
> What's the benefit of using AspectJ? What should I improve?
> I mean, if I want to use a pattern my code would have a certain structure
> from the beginning, why is it useful to use AspectJ?
> I read some examples (the AspectJ Cookbook mostly) and the only significant
> change they use AspectJ for is to modify the abstract class to an interface.
> What for? And is that everything I can do? How can I make it more abstract?
>
>
> Thanks for your answers!
>
>
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
>
>


Back to the top