Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your developerWorks profile is displayed to the public, but you may edit the information at any time. Your first name, last name (unless you choose to hide them), and display name will accompany the content that you post.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

Addressing crosscutting concerns for JSR 168 portlets using AspectJ

Stefan Zoerner (szoerner@de.ibm.com), Advisory IT Architect, IBM Germany
Stefan Zoerner
Stefan Zoerner is an Advisory IT Architect at IBM e-business Innovation Center in Hamburg, Germany. Since 1996, he has been occupied intensively with Java technologies. In 2006, Stefan published a German Portlet book for Java developers. You can reach him at szoerner@de.ibm.com.

Summary:  Use aspect-oriented programming (AOP) with your JSR 168 portlets to deal with requirements that span multiple portlets, such as logging and sharing of data.

Date:  12 Apr 2006
Level:  Intermediate

Activity:  552 views
Comments:  

This article describes how to apply aspect-oriented programming (AOP) to portlet development to address requirements that span multiple portlets (crosscutting concerns) such as logging or sharing data. Portlet developers can download, install, and run the JSR 168 examples to learn how to code and employ aspects. You see how to use AspectJ in an IDE such as Rational Application Developer to create aspects, and then you test the aspects with the WebSphere Portal Test Environment.

Summary

Aspect-oriented software development (AOSD, another name for AOP) enables developers to create common code once, and then to apply that code across an application dynamically, when and where needed. You create a construct called an aspect and then you define behavior as advice which specifies how and when to apply the aspect. The AspectJ runtime weaves the aspect code into the application, following the advice you specify.

This article shows portlet developers how to take advantage of AOP in portlets they implement to the Java Portlet Specification (JSR 168). It describes and provides examples in a download which implement crosscutting portlet functionality. The combination of JSR 168, AOP, and AspectJ technologies provides powerful and flexibility capabilities to portlet developers.


Downloads

DescriptionNameSizeDownload method
Article in PDF format0604_zoerner-AspectJ-JSR168portlets.pdf500 KBFTP|HTTP
Code samplesportletaspects.zip32 KBFTP|HTTP

Information about download methods          Get Adobe® Reader®


Biography

Stefan Zoerner

Stefan Zoerner is an Advisory IT Architect at IBM e-business Innovation Center in Hamburg, Germany. Since 1996, he has been occupied intensively with Java technologies. In 2006, Stefan published a German Portlet book for Java developers. You can reach him at szoerner@de.ibm.com.

Comments



Help: Update or add to My dW interests

What's this?

This little timesaver lets you update your My developerWorks profile with just one click! The general subject of this content (AIX and UNIX, Information Management, Lotus, Rational, Tivoli, WebSphere, Java, Linux, Open source, SOA and Web services, Web development, or XML) will be added to the interests section of your profile, if it's not there already. You only need to be logged in to My developerWorks.

And what's the point of adding your interests to your profile? That's how you find other users with the same interests as yours, and see what they're reading and contributing to the community. Your interests also help us recommend relevant developerWorks content to you.

View your My developerWorks profile

Return from help

Help: Remove from My dW interests

What's this?

Removing this interest does not alter your profile, but rather removes this piece of content from a list of all content for which you've indicated interest. In a future enhancement to My developerWorks, you'll be able to see a record of that content.

View your My developerWorks profile

Return from help

static.content.url=http://www.ibm.com/developerworks/js/artrating/
SITE_ID=1
Zone=WebSphere
ArticleID=107783
SummaryTitle=Addressing crosscutting concerns for JSR 168 portlets using AspectJ
publish-date=04122006
author1-email=szoerner@de.ibm.com
author1-email-cc=