Re: [Pharo-project] [ANN] Soap Webservices for pharo
thanks guillermo May be it would be good to have a chapter on the collaboatve book? Stef On Oct 9, 2010, at 8:31 AM, Guillermo Polito wrote:
Ok, tests are green (except by one that fails because a particular problem in my machine's dnss, hehe).
I've tested its examples in pharo 1.1 between two images my machine, and it works :).
To download it:
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSoapOpera'; load.
ConfigurationOfSoapOpera project lastVersion load
To use it, look at the examples in the code and the doc in: http://www.mars.dti.ne.jp/~umejava/smalltalk/soapOpera/index.html.
Sleepy cheers :D, Guille
On Tue, Oct 5, 2010 at 1:02 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: cool!
A little of progress...
I fixed the underscores assignments, and Preferences references. I built a first metacello configuration to download this package:
Gofer it squeaksource:'MetacelloRepository'; package:'ConfigurationOfSoapOpera'; load
ConfigurationOfSoapOpera project lastVersion load
It depends on ConfigurationOfKomHttpServer (Komanche). I will enhance it in the future to make it depend in the Xml parser in XMLSupport.
By now, in my 1.2 core image the tests are: 134 run, 121 passes, 0 expected failures, 2 failures, 11 errors, 0 unexpected passes.
Cheers!
2010/10/4 Janko Mivšek <janko.mivsek@eranova.si> Hi guys,
Nice to see that SOA Web Services in Squeak/Pharo is rolling on again. We really need that, if we want Pharo to be useful in commercial, specially in so called "enterprisely" world. Those who listen Andreas Thönne's talk on ESUG, know what I mean.
What we really need on SOA Web Services front:
- WSDL support, - XML <-> Object mapping. - Tools
Goal should be a "one-click" use of Web Services. From both client and server setup. As all Smalltalks support it, except Squeak/Pharo yet not. Look at excellent VW or VA Smalltlak WebServices suport for inspiration.
Best regards Janko
On 04. 10. 2010 16:21, Guillermo Polito wrote:
http://www.mars.dti.ne.jp/~umejava/smalltalk/soapOpera/soapCore.html
So, we have some tasks now:
- put it in squeaksource - test it in pharo - build a metacello config - document it?
Any help is really appreciated, since I don't have too much time.
Cheers, Guille
---------- Forwarded message ---------- From: *Masashi Umezawa* <umejava@mars.dti.ne.jp <mailto:umejava@mars.dti.ne.jp>> Date: Mon, Oct 4, 2010 at 8:46 AM Subject: Re: About SoapOpera and SoapCore To: Guillermo Polito <guillermopolito@gmail.com <mailto:guillermopolito@gmail.com>>
Hi Guillermo,
I am happy to hear that SoapOpera and SoapCore would be useful for your projects. Please feel free to reuse my Soap stuff. Recently I do not have enough time to upgrade those packages. So I really appreciate your offer.
I hope SoapOpera and SoapCore will start growing again!
Best regards,
Guillermo Polito <guillermopolito@gmail.com <mailto:guillermopolito@gmail.com>> wrote:
Hi!
My name's Guillermo and I'm from Argentina. I'm participating in the pharo project (www.pharo-project.org <http://www.pharo-project.org>), and I would love to integrate your soap package into our available packages :). I was wandering if you let us put it into squeaksource (www.squeaksource.com <http://www.squeaksource.com>) and mantain it for our use, because pharo is growing very quickly and it needs this kind of really cool stuff :). Of course we will keep the MIT license.
Thank you for your time and sorry for bothering :P! Guille
--- [:masashi | ^umezawa]
-- Janko Mivšek AIDA/Web Smalltalk Web Application Server http://www.aidaweb.si
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (1)
-
Stéphane Ducasse