--- In [email protected], "Nick Gall"
> As far as overriding (overloading) is concerned, I said before and
I'll say
> again: it's typically the URI that is used in dispatching an overloaded
> operation (e.g., PUT), not the message.

If I have three entities, namely

ServiceAccessInstance svc;
ServiceData data;
ServiceName name;

Which of these operations would you consider polymorphic, which
overloads, and what SOA technology would you use to support such?

svc( name, data );
svc.name( data );
name.svc( data );
name( svc, data );

This, I think is where different viewpoints here come from.  









 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/service-orientated-architecture/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/service-orientated-architecture/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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/
 



Reply via email to