Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-dev] Does AspectJ 5 Support Standard Aspect Library ?

Hi Wes,

At this point, the best way to participate in the incubator library project is to post a message to this mailing list (aspectj-dev), with a design or source code to contribute to the project. We can then allow developers to contribute to the project's cvs repository.

Those interested can also see the project source code at http://cvs.codehaus.org/viewrep/ajlib-incubator 

We will publish the URL for the project in the next few days.

Thanks,
Ron

-----Original Message-----
From: aspectj-dev-bounces@xxxxxxxxxxx [mailto:aspectj-dev-bounces@xxxxxxxxxxx] On Behalf Of Wes Isberg
Sent: Friday, June 03, 2005 12:18 PM
To: AspectJ developer discussions
Subject: RE: [aspectj-dev] Does AspectJ 5 Support Standard Aspect Library ?

> I heared that AspectJ 5 will include an aspect
> library, I download the latest development builds but 
> I don't find the real library.

AspectJ 1.5.0M2 includes {aspectj-1.5}/lib/aspectjlib.jar.  Future 
releases will include the source in {aspectj-1.5}/doc/aspectjlib.
AJDT releases will include aspectjlib.jar and sources soon, I hope.
To get source now, see org.aspectj/modules/org.aspectj.lib in CVS;
for information on accessing source from CVS, see

  http://www.eclipse.org/aspectj/doc/released/faq.html#q:buildingsource

> I have developed the security aspect library before,
> and I wish to join the standard lirary development
> teams, but I don't know the real situation. 

For information on contributing directly to the AspectJ project, see

  http://www.eclipse.org/aspectj/doc/released/faq.html

Because library aspects are often domain-specific, they are good
candidates to come from folks other than the AspectJ committers.
If you don't want any help and just want to propose an aspect, you
can put it up on the mailing list for discussion or submit it directly
in a bug.  Some discussion is probably helpful since aspect libraries 
are relatively new and best practices have yet to be determined.
Because of that, and because aspect libraries often work best together,
a number of AspectJ experts have shown interest in getting together to
work out solutions in code - hence the joint CVS repository of the codehaus
project Jonas set up that Ron mentioned.  So you might prefer to work out
code in the context of that project.

Ron/Jonas, is there a URL where people can go to join the codehaus project? 

Wes

> ------------Original Message------------
> From: "Ron Bodkin" <rbodkin@xxxxxxxxxxxxxx>
> To: "'AspectJ developer discussions'" <aspectj-dev@xxxxxxxxxxx>
> Date: Sat, May-28-2005 11:38 PM
> Subject: RE: [aspectj-dev] Does AspectJ 5 Support Standard Aspect Library ?
>
> Hi Levin,
> 
> I believe the aspect library is still largely in the planning stages. A 
> group of interested contributors to the AspectJ library met at a 
> workshop after AOSD 2005, and Jonas has set up an incubator project that is 
> hosted by Codehaus. This project houses library code for early review, 
> use, and user feedback before it is incorporated as a contribution to 
> the AspectJ Eclipse project. We have just started to contribute to the 
> project, but haven't yet announced it. However, you can read the notes 
> that Adrian posted at 
> http://www.aspectprogrammer.org/blogs/adrian/2005/03/aspect_library.html
> 
> It would be great to see a design or some of the code you would like to 
> contribute to the project. You have already posted to the right forum 
> for discussions about the AspectJ library (aspect-dev@xxxxxxxxxxx).
> 
> I will post a follow up email in the next few days when I have 
> transcribed our thoughts from the AOSD meeting to date about the project's 
> organization.
> 
> -----Original Message-----
> From: aspectj-dev-bounces@xxxxxxxxxxx 
> [mailto:aspectj-dev-bounces@xxxxxxxxxxx] On Behalf Of ???
> Sent: Friday, May 27, 2005 12:58 AM
> To: aspectj-dev@xxxxxxxxxxx
> Subject: [aspectj-dev] Does AspectJ 5 Support Standard Aspect Library ?
> 
> Hi, Everyone:
> 
> I heared that AspectJ 5 will include an aspect
> library, I download the latest development builds but 
> I don't find the real library.
> 
> I have developed the security aspect library before,
> and I wish to join the standard lirary development
> teams, but I don't know the real situation. Does
> anyone wish to help me and send me the development
> docs and guidelines? 
> 
> Thanks!
> 
> Levin
> 
> 
> 
> 		
> ___________________________________________________________ 
> 雅虎免费G邮箱-中国第一绝无垃圾邮件骚扰超大邮箱
> http://cn.mail.yahoo.com/?id=77071
> 
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
> 
> 
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
> 

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




Back to the top