[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] AspectJ & J2ME
|
- From: Johan Haleby <haleby@xxxxxxxxx>
- Date: Thu, 16 Jul 2009 08:33:12 +0200
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=AvTFVmhomA/Ck9WWUYGwKxr87lImnvB52oHq+9KnCqI=; b=FSrBb1j2QasVAamzQNv9wOCrVhEN7krebjboo9zlkB/GW+WGbtuOl/vJHm48fMa3i0 1kjeiYL7pSH1kslnsLTl+B8YVj2RHphvES2qnxzI4IpcSVxJO+BKxxbHzbeP34yRa7t7 R5aA/wh5Xn8hioh5QpbxvI0Wg5yBPga7HrGnU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=sZO7nw1LZPl6ohViSCLGgVnPfCpqnSgexNfebKygJUuknU3tRkiTzwLOvqlMTJ2mgk h8VzPKT6yFR5bLSo9lceSUbQAbwwIXK53x0t8QdTyqg0zVvnrpCxWnIsgEYz+pZVXLCc woTSlqLam27DiSrFVUMBt7ROHVyEzl3EkGgrE=
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
>