[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: remote object data and behavior

2005-01-18 Thread xiangya
Sorry for my bum-english. I can not state clearly what I mean.
In fact, I hope current Remote Object used by this pattern: 
pass to client's vm by reference and pass the  same remote object's state 
information to client by value.
so this senario looks like this:
Server  Client
RemoteA RemoteA(remoteRef)
{   {
clientable state---clientable state(value)
non-clientable state   
}}
in other words, client hold remote object's reference and its some state 
information simultaneity.

at present almost all distributed program just use RPC, but in our works there 
are almost simultaneity present, we need not only method invocation but also 
state data.
what I wonder, why it's impossible? 
A hard or complix implementation?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3862609#3862609

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3862609


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - remote object data and behavior

2005-01-15 Thread xiangya
Hi, 
I can't find somthing about remote object after read jboss-remoting docs
 and check examples.
Can anyone give me some hint?
if not or have not, As stated in this message subject entry, can you think of 
this question.
In here, remote object refer to some rmi remote object 
but with client-copy simple instance which hold instance data.
 so in client call on remote object, there are two sort of behavior: 
1, do remote call to remote object in client which tranfer to remote object on 
server side.
2, do remote call to remote object in client which just handle the same object 
local.

I call it for Remote Object Call.

could talk about this deeply?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3862255#3862255

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3862255


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development