JBoss AOP Beta2 has a bunch of new features.  The key features being JDK 1.5 
Annotation support, an Annotation Compiler for JDK 1.4, Dynamic Control Flows.  The 
release is also the start of separately packaging all our pre-packaged aspects in a 
separate bundle.  You can download both distributions 
[here|http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84165].  
Please visit our [WIKI] and [Project Page] for more information.

!Specific new features and bug fixes

* JSR-175/JDK 1.5 Annotation support
* Annotation compiler for JDK 1.4.  You can do JDK 1.5 annotation bytecode with JDK 1.4
* <annotation-introduction> to introduce JDK 1.5 annotations (works with JDK 1.4 
annotation compiler too)
* pluggable pointcut
* dynamic cflow
* 30% Performance improvement on public method and constructor interception
* 30% improvement on Aspect/advice invocations
* add support for !static !public to grammar
* distinguish between within (classexpr) and withincode(method | constructor) as it is 
more readable.
* move within and withcode outside of call expression
* has and hasfield. These should state, if joinpoint and joinpoint has method xxx.  
* add a clone to Invocation so that you can continue on with chain in a separate thread
* type expressions for introductions
* Get working with JBoss 3.2
* fixed thread safety bug in ClassInstanceAdvisor creation
* encapsulate all fields so that we can override easier.  Wrappers need to work better 
in this regard too by delegating back to the original invocation object
* add more metadata to Caller side so that you can traverse back to calling method.
* Let jboss.aop.path accept directories.
* No public access on Invocation subclasses anymore
* Invocation is now refactored into an interface org.jboss.aop.joinpoint.Invocation 
and a base class InvocationBase 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835559#3835559

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835559


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to