So what I call operation in this case is PUT <setOff/> or PUT <setOn/>.
You apparently have one operation PUT <any/>. And you solve the problem of what to PUT at runtime.
Radovan
On 7/3/06, Mark Baker <[EMAIL PROTECTED]> wrote:
On 7/3/06, Radovan Janecek <[EMAIL PROTECTED] > wrote:
> What to PUT is what Steve and many others including myself call 'operation'. No problem calling it 'desired state representation'. Just tell me what to PUT.
It's important we clear up what is and isn't an operation, otherwise
we're going to just be spinning our wheels here ...
Let's go back to a known quantity, IDL. Here's a sample document;
interface ThingThatCanBeTurnedOnAndOff {
void setOn();
void setOff();
void getState();
}
I call setOn, setOff, and getState, "operations", and IDL does as
well. Do you (and Steve) agree they are operations?
Moreover, do we agree that this interface can be used to interact with
many different kinds of objects; lightbulbs, TVs, etc..?
Mark.
--
Radovan Janecek
http://radovanjanecek.net/blog __._,_.___![]()
YAHOO! GROUPS LINKS
- Visit your group "service-orientated-architecture" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
- Re: [service-orientated-architec... Gregg Wonderly
- Re: [service-orientated-architecture] RESTful lightbulb Gregg Wonderly
- Re: [service-orientated-architecture] RESTful lightbu... Jan Algermissen
- Re: [service-orientated-architecture] RESTful lightbulb Mark Baker
- Re: [service-orientated-architecture] RESTful lightbu... Dan Creswell
- Re: [service-orientated-architecture] RESTful lig... Mark Baker
- Re: [service-orientated-architecture] RESTful... Dan Creswell
- Re: [service-orientated-architecture] RESTful lightbu... Eric Newcomer
- Re: [service-orientated-architecture] RESTful lightbulb Gregg Wonderly
- Re: [service-orientated-architecture] RESTful lightbulb Radovan Janecek
- Re: [service-orientated-architecture] RESTful lightbu... Stefan Tilkov
- Re: [service-orientated-architecture] RESTful lig... Radovan Janecek
- Re: [service-orientated-architecture] RESTful... Stefan Tilkov
- Re: [service-orientated-architecture] RES... Radovan Janecek
- Re: [service-orientated-architecture] RES... Steve Jones
- Re: [service-orientated-architecture] RESTful lightbulb Eric Newcomer
- RE: [service-orientated-architecture] RESTful lightbulb Harm Smit
Reply via email to
