On Apr 7, 2006, at 5:30 PM, Gregg Wonderly wrote:
>
> I think we're talking past each other. Please providing me a
> definition of the
> difference between invoking the operation:
>
> int storeInventory( Item items[] );
>
> in RMI verses a REST implementation.
Hmmm..what do you mean by 'definition'?
In a REST system, you can only have methods that make sense for any
object (IOW, that do not cover any domain specific semantics).
You might have something like
Message message = new Message()
message.body.type = WellKnownTypes.Inventory
message.body.addItems(...,...,...,...); // lets
not argue about the late binding magic we need here, it is just a
conceptual example
Message retval = myInventoryStore.process(message)
Or am I missing your point?
Jan
>
> Gregg Wonderly
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/service-orientated-architecture/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/