Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] remote objects




Sirrurg,

On the server side it is a simple case of advising the execution of the
remote method implementations. On the client side it might be easier to
advice calls to implementers of the remote interface then you would also
know where the calls were being made rather than trying to weave stubs.

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)
Email: Matthew Webster/UK/IBM @ IBMGB, matthew_webster@xxxxxxxxxx
http://w3.hursley.ibm.com/~websterm/

"Sirrurg" <sirrurg@xxxxxxx>@eclipse.org on 01/04/2005 09:44:08

Please respond to aspectj-users@xxxxxxxxxxx

Sent by:    aspectj-users-bounces@xxxxxxxxxxx


To:    <aspectj-users@xxxxxxxxxxx>
cc:
Subject:    Re: [aspectj-users] remote objects


The instrumentation would be for tracing purposes to figure out the usage
of the remote objects. Actually i think it would be sufficient to
instrument
just
the stubs, as they will be used anyway. But i am not sure if there are some
other aspects i missed to look at, thats why i am asking.
Probably someone already has expirience with it?!?

----- Original Message -----
From: "Valerio Schiavoni" <ervalerio@xxxxxxxxxx>
To: <aspectj-users@xxxxxxxxxxx>
Sent: Friday, April 01, 2005 12:56 AM
Subject: Re: [aspectj-users] remote objects


> Sirrurg@xxxxxxx ha scritto:
>
>>hi everyone,
>>
>>i have a question. Is it possible to use aspectj also on rmi objects?
>>and whats about the need of the library then?
>>
> hi,
> i'm not an expert about RMI, but the question is: why should'nt it work ?
> Do you need to instrument stub or skeleton .class files? And if so, to do

> what ?
> How would you like to use AspectJ in your use case?
>
> bye,
> Valerio
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users




Back to the top