Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-dev] Aspectj 1.2.1 with java 1.5

Hi Gines,

Why are you using AspectJ 1.2.1 instead of a more recent version, like
1.5.3, that includes much improved support for Java 1.5? 

Aspects are a great tool to use *with* annotations - several articles have
been written about this (e.g., by Gregor Kiczales, Ramnivas Laddad, and
Adrian Colyer) and I'm going to be presenting on using aspects to work with
annotations at TheServerSide Java Symposium this Spring...  To help build
intuition here, think about the best way to use annotations - to mark domain
concepts and exceptions to a rule. Aspects make it easy to process
domain-specific abstractions and to use defaults that are sensible for
*your* application...

-----Original Message-----
From: aspectj-dev-bounces@xxxxxxxxxxx
[mailto:aspectj-dev-bounces@xxxxxxxxxxx] On Behalf Of Ginés Collado
Sent: Thursday, February 01, 2007 7:13 AM
To: aspectj-dev@xxxxxxxxxxx
Subject: [aspectj-dev] Aspectj 1.2.1 with java 1.5

Hello.

I want ask you if someone knows any incompatibility with aspectj 1.2.1 
running
in a 1.5 java environment.

Do you have any experiences running this version of aspectj in a 1.5 java 
environment.

In the other hand, java 1.5 includes "annotations" functionalities. This new

functionality can do unnecessary the use of aspectj?.

Thanks in advance.

Bye.

_________________________________________________________________
Dale rienda suelta a tu tiempo libre. Mil ideas para exprimir tu ocio con 
MSN Entretenimiento. http://entretenimiento.msn.es/

_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-dev



Back to the top