Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] AspectJ2ME


Hi,

<disclaimer>I'm not a J2ME expert</disclaimer>

On the AspectJ enhancement list we have bug 92933 ( https://bugs.eclipse.org/bugs/show_bug.cgi?id=92933 ) - where someone has submitted a J2ME CLDC compatible aspectjrt.jar.
How similar is that to what you have been doing (or what you needed?).  We would love to ship proper J2ME support - but the core dev team are not going to get round to sorting it out until post 1.5.0 (in a couple of months).  Initially, I don't think it would take the form of a sub-project of AspectJ, it is more likely that we will just ship multiple variants of aspectjrt.jar for use in different environments.  I wonder if we can do something simple in the short term to publicize that various users are getting it to work on J2ME and how new J2ME users can get hold of that code.

cheers,
Andy.
---
Andy Clement
AspectJ Development
clemas@xxxxxxxxxx




Jerry Kiely <jerry@xxxxxxxxxxxxxxx>
Sent by: ajdt-dev-bounces@xxxxxxxxxxx

16/06/2005 08:47

Please respond to
jerry@xxxxxxxxxxxxxxx; Please respond to
AspectJ Development Tools developer  discussions <ajdt-dev@xxxxxxxxxxx>

To
ajdt-dev@xxxxxxxxxxx
cc
Subject
[ajdt-dev] AspectJ2ME





Hi,

recently I completed a project investigating the use of AOP
(specifically AspectJ) in writing Adaptive / Context-Aware J2ME
applications.

Unfortunately the AspectJ runtime would not play nice with J2ME (owing
to dependencies on J2SE code not present in J2ME) so I had to re-write
parts of the AspectJ runtime in order to get it to work. I managed to
get it to a level where it supported cflows.

I have not checked to see if you plan to implement a sub-project that
would support J2ME, but I would be happy to share any of the work I
did with the AspectJ project, or even to launch or contribute to a sub
project for this purpose.

With a little bit of work I was able to create a tiny runtime that
allowed me to write Context-Aware applications. I think this would be
of great value to the J2ME community, and would be of value in
demonstrating the usefulness of AOP (specifically AspectJ) for the
development of Adaptive, Context-Aware applications.

J.K.
_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev


Back to the top