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 <[email protected]> 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 [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
