Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ & J2ME

Thanks I will have a look on it, it seems really interesting.

The patch I mentioned is this one:  Patch


2009/7/16 Johan Haleby <haleby@xxxxxxxxx>
There's another interesting project for introducing aspects in J2ME
called AspectME. Maybe you can use that or look at it for some
inspiration on how you can solve you're own issues.

/Johan

On 7/15/09, Víctor Llorens Vilella <victor.llorens@xxxxxxxxx> wrote:
> Hello,
>
> I'm trying to package a J2ME Midlet with aspects functionality.  Part of the
> AspectJ uses Reflection internally (i.e. thisJoinPoint). So the trick i my
> project is to avoid using this methods.
>
> My question is... as far as I Know the Aspectjrt.jar runtime library has
> these reflection methods, so whether the Eclipse preverifier or the mobile
> preverifier will fail, am I right?
>
> I have seen an open bug that is abandoned since 2005, which has some kind of
> patch for deleting these methods from the runtime library. But I realize
> AspectJ has evolved a lot since then...
>
> Thanks in advance,
> --
> Victor Llorens Vilella
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



--
Victor Llorens Vilella


Back to the top