XML-RPC, SOAP について
■ このスレッドは過去ログ倉庫に格納されています
006353
NGNGSOAPの仕様に以下のような記述があるように、将来的にもSOAPが目指している
のは分散オブジェクト技術ではないと思ってますがどうでしょう?
Two major design goals for SOAP are simplicity and extensibility.
SOAP attempts to meet these goals by omitting features often found in
messaging systems and distributed object systems such as:
・distributed garbage collection;
・boxcarring or batching of messages;
・objects-by-reference (which requires distributed garbage collection);
・activation (which requires objects-by-reference).
送受信するメッセージをXML Schemaで決めておいて、実装ではDOMで処理する
かもしれないし(メッセージング的?)、Object Mappingするかもしれないし
(分散オブジェクト的?)、かってにやってよ。ってのがSOAPのいいとこでは
ないでしょうか。
■ このスレッドは過去ログ倉庫に格納されています