The Artima Developer Community
Sponsored Link

Java Buzz Forum
AspectWerkz 0.10 RC2 released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
AspectWerkz 0.10 RC2 released Posted: May 3, 2004 8:15 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: AspectWerkz 0.10 RC2 released
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Jonas keeps plugging away, and the release candidates keep shipping for AspectWerkz. Even though it is mainly a bug fix release, the team has added some nice features: Aspects does not have to extend the Aspect base class anymore, but can be any Java class and extend anything they like The JoinPoint class has these two methods: getSignature() - which is used to retrieve the static signature for the join point. getRtti() - which is used to retrieve the RTTI (Runtime Type Information) about the join point. Both these methods returns a base interface that could be used, but is usually best to cast to a more fine-grained and specific type. Retrieval of information about the system, adding and reading of parameters and metadata etc. is done through the CrossCuttingInfo class. An aspect or mixin that is interested in accessing this info should have a constructor that takes a CrossCuttingInfo instance as its only parameter. Pluggable aspect container - The possibility to provide your own aspect container implementation is back. Useful if you need to control how your aspects are instantiated for example if you want that to be handled by an IoC container (Spring, PicoContainer etc.)) Read the announcement: AspectWerkz 0.10 RC2 released

Read: AspectWerkz 0.10 RC2 released

Topic: Mobile TiVo Redux Previous Topic   Next Topic Topic: The Margaret Thatcher Illusion

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use