Skip to main content

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

Hi Ivana,

You can indeed use J2ME and AspectJ.  You ill need to use the -preprocess
switch with the ajc command and then use something like Sun Wireless Toolkit
to generate the .prc file for usage on the target device.  But I'm fairly
sure that AspectJ 1.1 doesn't yet have the preprocess option

There were a few mails in the past relating to this, however I find it
difficult to search the aspectj user archives as there is no search engine
(which brings me to another point!  Why isn't there one?! ;-) )

after some clicking I found this...

http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg00675.html

Hope this helps
Cheers
Neil

----- Original Message ----- 
From: "Ivana Dusparic" <ivanad@xxxxxxxxxxx>
To: <aspectj-users@xxxxxxxxxxx>
Sent: Monday, September 08, 2003 2:20 PM
Subject: [aspectj-users] aspectj and J2ME


> Hello,
>
> I have just recently started looking at aspect-oriented stuff and am
> interested in using it in java applications for mobile devices. Does
AspectJ
> as it is now work with J2ME code (specificaly MIDP 2.0) and if not, why
and
> do you know if anyone's working on developing a version that does?
>
> any info/pointers is much appreciated!
>
> Ivana
>
> _________________________________________________________________
> Try MSN Messenger 6.0 with integrated webcam functionality!
> http://www.msnmessenger-download.com/tracking/reach_webcam
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top