Wrong confirmation ID
  • Email
  • Favorite
  • Download
  • Embed
  • Private Content

Loading…

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

Aspects in Web Application Architectures

by Andrea Provaglio on Jul 06, 2010

  • 1,053 views

AOP is a way to deal with cross-cutting concerns in an application. Complex Web applications are a domain in which we find many cross-cutting concerns, spanning from presentation to content, from busin...

AOP is a way to deal with cross-cutting concerns in an application. Complex Web applications are a domain in which we find many cross-cutting concerns, spanning from presentation to content, from business logic to user agent and many more.
Being able to isolate all the different concerns in separate units of code and then being able to waeve them together in an aspect-oriented fashion would greatly simplify the application's architecture and improve its flexibility.

However, it's not always possible to use an AOP framework for the development of your Web application.

In this presentation we'll see how keeping a few AOP concepts in mind can lead to a better design. We'll also explore a few patterns that may help you to implement an aspect-oriented architecture even if you don't use an AOP framework.

Accessibility

Categories

Tags

web aspect oriented aop architecture software application i like it

More...

Upload Details

Uploaded via SlideShare as Adobe PDF

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

2 Embeds 3

http://sos-dev 2
http://www.brijj.com 1

Statistics

Favorites
1
Downloads
0
Comments
0
Embed Views
3
Views on SlideShare
1,050
Total Views
1,053
Post Comment
Edit your comment Cancel

Aspects in Web Application Architectures — Presentation Transcript