Re: [Pharo-project] XMLRPC Project - Progress Report
Tell us when pharo core can be a user. Because we want to clean the mess. Stef On Oct 3, 2010, at 6:52 PM, Sven Van Caekenberghe wrote:
Germán,
On 03 Oct 2010, at 17:41, Germán Arduino wrote:
As usual, any comment, suggestion or criticism is more than welcome.
Well, you could consider using the Zinc HTTP Components framework.
XMLRPCProxy>>#sendXmlRpc: is using the ugly HTTPSocket interface.
Using any of the clients in Zn will give you a semantically much richer interface to headers and content (entities), both for requests and for responses. And you get many features on top.
I haven't looked at the server side, but there too you can get HTTP functionality for free.
It will add a dependency though, but I would guess you have one for the server side already, no ?
Anyway, we're looking for users...
Sven
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Stéphane, On 03 Oct 2010, at 19:24, Stéphane Ducasse wrote:
Tell us when pharo core can be a user. Because we want to clean the mess.
I know you are anxious to do so, and it will happen one day, for sure. There is still some technical work to do, but the most important thing is that we need as much users as possible to shake out the bugs. The code has to prove itself for others (with different encodings/languages/networks). Sven PS: As I said before, I am using it myself everyday, working in a Pharo 1.1 image were all HTTPSocket stuff is routed to Zn, so far so good. I also replaced all my other HTTP client uses by using Zn directly, and that works well too. We're getting closer.
On 10/4/10 6:24 AM, Sven Van Caekenberghe wrote:
[...] There is still some technical work to do, but the most important thing is that we need as much users as possible to shake out the bugs. The code has to prove itself for others (with different encodings/languages/networks).
here's a challenge: http://www.morphle.org:8502/pier/samplepage That's genuine Second Life login xmlrpc with invalid password. Lawson
participants (3)
-
Lawson English -
Stéphane Ducasse -
Sven Van Caekenberghe