Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] LTW aspects in an OSGi bundle.

Thanks Simone,

I recently came to know of this project AOSGi. I am working on getting this working.

Thanks for your help.
Shashi


-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx on behalf of Simone Gianni
Sent: Sat 8/8/2009 6:58 PM
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] LTW aspects in an OSGi bundle.
 
Hi Shashikant,
are you aware of Equinox Aspects? 
http://www.eclipse.org/equinox/incubator/aspects/

It should enable you to weave classes in a bundle with aspects from 
another one.

Simone

Shashikant Kale wrote:
>
> Hi,
>
>  
>
> I have been working on enabling our web based product in equinox OSGi 
> environment.
>
>  
>
> For the product we have a framework which has few aspects defined. 
> These aspects are weaved into the application classes. This is all 
> working fine until I moved to the OSGi environment.
>
>  
>
> Now the framework is converted as a OSGi bundle and application as 
> another. I am looking for weaving the aspects at load time into the 
> application classes.
>
>  
>
> I am aware about AOSGi and AJEER projects however not aware how I can 
> use them or is there any other way of achieving this.
>
>  
>
> Would appreciate any pointers in this regard.
>
>  
>
> Thanks,
>
> Shashi
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>   


-- 
Simone Gianni            CEO Semeru s.r.l.           Apache Committer
http://www.simonegianni.it/

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

<<winmail.dat>>


Back to the top