Re: [xmlrpcflash-development] Iterative loops
Brought to you by:
dopelogik
From: Isaac L. <is...@st...> - 2003-02-25 23:18:47
|
Dig, good thinking. On Tuesday, February 25, 2003, at 05:27 PM, Chad Spicer wrote: > Ed, Isaac :: We need to then make some iterative loop through the > <param> object for its child nodes of each <param> . right- > Does this really make it now a less than usable system [other than > ZOPE] or can we employ an if statement? No. The previous email was according to the xmlrpc spec, not the Zope app server, (though Zope is fully compliant here). > Do we need to make some sort of serverType function that will use a > varietal function set for the type of server. No, not in order to be spec-compliant. Any servers which are spec compliant will not need any direct flags, and any servers which do need to have custom wrappers sent should be considered an add-on or feature for later, should this occur.. > I know this is far future but I really think this should be widely > useable. Nuff about that for now. Agreed. My mindset is to stay xmlrpc spec-compliant the whole way through, and any of my comments re. xmlrpc I am checking against the spec, and not any particular server, language, or enviornment. Though- Noteworthy- the Python Libs for xmlrpc are so complete, and so simple to use, they have impressed me as a standard for developer ease-of-use, and have greatly ifluieced the way I think about the dev. interface for xmlrpc. Ok- Nuff said. Rocket- .ike |