[Pharo-project] Soap Webservices for pharo
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> Date: Mon, Oct 4, 2010 at 8:46 AM Subject: Re: About SoapOpera and SoapCore To: Guillermo Polito <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> wrote:
Hi!
My name's Guillermo and I'm from Argentina. I'm participating in the pharo project (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) 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]
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
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:
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
participants (2)
-
Guillermo Polito -
Janko Mivšek