[ANN][Goodie] SoapOpera0.5 beta1 (now with ORB wrapper)

Masashi Umezawa umejava at mars.dti.ne.jp
Sun Mar 3 12:32:52 UTC 2002


Hi,

SoapOpera 0.5 reached to the beta state.
Please check it out.
http://www.mars.dti.ne.jp/~umejava/smalltalk/soapOpera/index.html

In this version, ORB wrapper (Opera) is included.
It is yet another Remote Smalltalk.
http://www.mars.dti.ne.jp/~umejava/smalltalk/soapOpera/operaORB.html

Opera provides very simple API for distributed computing.
You never mind about SOAP, when using OperaORB.

" Server side:"
OperaORB root at: #blobMorphInServer put: BlobMorph new.

"Client side"
morph := OperaRemoteObject name: #blobMorphInServer host: 'your server host
name'.
morph openInWorld.

The ORB wrapper was basically ported from SoapOpera0.2. No additional
features for now.
But the ORB has been used in two pilot projects. So it is very stable and
fast!

---
[:masashi | ^umezawa]





More information about the Squeak-dev mailing list