Home > Archive > Smalltalk > August 2006 > Web Services with ObjectStudio
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Web Services with ObjectStudio
|
|
| Luiz Alberto 2006-07-31, 7:14 pm |
| Hi to All,
I just installed ObjectStudio and I'd like to know how could I build
a WebService client and server? Anything like Hello World will be of
great help.
Thanks,
Luiz
| |
| Paul Wallimann 2006-08-01, 7:02 pm |
| Luiz,
> I just installed ObjectStudio and I'd like to know how could I build
> a WebService client and server? Anything like Hello World will be of
> great help.
I am afraid that current ObjectStudio 7 on its own will not be of much help
unless you want to build your own solution based on the provided socket and
XML parser classes.
However, if you have existing ObjectStudio code that you would like to make
available via web service then you can use ObjectStudio Opentalk to
communicate with a VisualWorks image that handles the web stuff. But if you
do not have existing ObjectStudio code and are not obliged to use
ObjectStudio then I would suggest you use VisualWorks right from the start
since VisualWorks comes with good support for web services and is generally
more powerful than ObjectStudio.
In the future, with ObjectStudio 8, you will be able to use the VisualWorks
web service features directly from ObjectStudio code since ObjectStudio 8
runs inside VisualWorks (i.e. on the same virtual machine). For more
information on ObjectStudio 8 see:
http://www.cincomsmalltalk.com/blog...jectStudio8.pdf or
http://www.cincomsmalltalk.com/blog...try=3303117693.
Hope this helps,
Paul
|
|
|
|
|