Re: [Pharo-project] XMLRPC Project - Progress Report

2010-10-07 Thread Lawson English
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

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-10-04 Thread Sven Van Caekenberghe
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

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-10-04 Thread Stéphane Ducasse
:) 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. Not anxious :) Happily eager :) There is still some technical work to do, but the most important thing is that we need as much users as

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-10-03 Thread Germán Arduino
Started working on the tests, the current Encoder/Decoder (at client level) works ok. For example, I opened an account on http://snipplr.com (to save useful and interesting Smalltalk snippets) and can connect without problems. Next, some examples: | url proxy r | url := Url absoluteFromText:

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-10-03 Thread Sven Van Caekenberghe
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

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-10-03 Thread Stéphane Ducasse
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

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-10-03 Thread Germán Arduino
Hi Sven: To be honest I haven't looked at Zn* yet. I know (and use) WebClient and imagine that Zn have similar features? Anyway I have not problem in use the things the Board consider better, but need to make the things step at step. At the server side I really don't looked deeper neither yet,

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-09-23 Thread Mariano Martinez Peck
On Thu, Sep 23, 2010 at 12:49 AM, Miguel Cobá miguel.c...@gmail.com wrote: El mié, 22-09-2010 a las 19:16 -0300, Germán Arduino escribió: Hi Everybody: I reorganized the XMLRPC packages, integrating the changes of Skrish (currently on PharoGoodies) renaming the packages in four

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-09-23 Thread Germán Arduino
ok, ConfigurationOfXMLRPC is on MetacelloRepository, documentation on #workspace method. Suggestions or corrections from the Metacello experts are more than welcome. Next Step: The real work start now :) Cheers. Germán. 2010/9/23 Mariano Martinez Peck marianop...@gmail.com: On Thu, Sep 23,

[Pharo-project] XMLRPC Project - Progress Report

2010-09-22 Thread Germán Arduino
Hi Everybody: I reorganized the XMLRPC packages, integrating the changes of Skrish (currently on PharoGoodies) renaming the packages in four categories: XMLRPC-Client-Core XMLRPC-Client-Tests XMLRPC-Server-Core XMLRPC-Server-Tests Next step: Build the following metacello configurations:

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-09-22 Thread Miguel Cobá
El mié, 22-09-2010 a las 19:16 -0300, Germán Arduino escribió: Hi Everybody: I reorganized the XMLRPC packages, integrating the changes of Skrish (currently on PharoGoodies) renaming the packages in four categories: XMLRPC-Client-Core XMLRPC-Client-Tests XMLRPC-Server-Core

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-09-22 Thread Germán Arduino
Opss, you are right! Thanks (I'm still a newbie with Metacello :) ) 2010/9/22 Miguel Cobá miguel.c...@gmail.com: El mié, 22-09-2010 a las 19:16 -0300, Germán Arduino escribió: Hi Everybody: I reorganized the XMLRPC packages, integrating the changes of Skrish (currently on PharoGoodies)