[Pharo-project] Issue 3366 in pharo: CommandHistory Deprecated in 1.2

2010-12-01 Thread pharo
Status: Accepted Owner: aplantec Labels: Milestone-1.2 New issue 3366 by aplantec: CommandHistory Deprecated in 1.2 http://code.google.com/p/pharo/issues/detail?id=3366 Since we have UndoManager now.

Re: [Pharo-project] Squeaksource down

2010-12-01 Thread Marcus Denker
On Dec 1, 2010, at 8:16 AM, Alexander Lazarević wrote: > http://downforeveryoneorjustme.com/www.squeaksource.com It's up again. -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Squeaksource down

2010-12-01 Thread Alexander Lazarević
2010/12/1 Marcus Denker > It's up again. > Thanks! Alex

Re: [Pharo-project] Issue 3366 in pharo: CommandHistory Deprecated in 1.2

2010-12-01 Thread pharo
Updates: Status: Fixed Comment #1 on issue 3366 by aplantec: CommandHistory Deprecated in 1.2 http://code.google.com/p/pharo/issues/detail?id=3366 In InBox SLICE-Issue-3366-CommandHistory-Deprecated-in-12

[Pharo-project] A new GUI visual designer

2010-12-01 Thread nullPointer
https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/designer It really looks very professional. I made a user interface builder for Polymorph, which I left because I was too complicated for me. I hope that now someone more knowledgeable can really necessary to implement a

[Pharo-project] Protocol Buffers anyone?

2010-12-01 Thread Göran Krampe
Hi! I want to build an API for Riak (awesome NoSQL db) and there is a choice of using HTTP or Protocol Buffers. Evidently Protocol Buffers offer a quite higher degree of performance so I am leaning towards that. Now, has anyone dabbled with implementing Protocol Buffers for Squeak/Pharo/Smal

Re: [Pharo-project] Transforming WSDL in a local model - Which HTTP client ? (was Web Services - SoapOpera problems

2010-12-01 Thread Cédrick Béler
I've read again the thread of september about XMLRPC and therefore the general discussion around services techniques... I understand soap is not a priority (and probably not a good technique). This is just I'd like to make an interface to our planing application and all their provide is soap. T

Re: [Pharo-project] Transforming WSDL in a local model - Which HTTP client ? (was Web Services - SoapOpera problems

2010-12-01 Thread Janko Mivšek
Cédrick, Nicelly writtend and very down to earth reason why we need better SOA Web Services support ASAP. This is the shortest way for Pharo to get an aura to be more professional and suitable for "enterprise" world. Best regards Janko On 01. 12. 2010 14:56, Cédrick Béler wrote: > I've read agai

Re: [Pharo-project] Transforming WSDL in a local model - Which HTTP client ? (was Web Services - SoapOpera problems)

2010-12-01 Thread Sven Van Caekenberghe
Cédrick, Contrary to readable, understandable standards like XMLRPC, Json or REST, SOAP is terribly complex (like CORBA), especially if you want a general implementation that is interoperable with other implementations. WSDL is a meta specification of an interface. To parse that you need a very

Re: [Pharo-project] Transforming WSDL in a local model - Which HTTP client ? (was Web Services - SoapOpera problems)

2010-12-01 Thread Philippe Marschall
On 12/01/2010 03:28 PM, Sven Van Caekenberghe wrote: > Cédrick, > > Contrary to readable, understandable standards like XMLRPC, Json or REST, > SOAP is terribly complex (like CORBA), especially if you want a general > implementation that is interoperable with other implementations. > > WSDL is

Re: [Pharo-project] FFI question. Is it possible to unload loaded external library

2010-12-01 Thread Mariano Martinez Peck
On Tue, Nov 30, 2010 at 9:35 PM, Denis Kudriashov wrote: > Hello, > > I need implement remote updating some dll's for running pharo application. > This dll's used by FFI. > I want done this by unloading dll from VM. Then loading new updated dll. > And then continue app execution. > Is it possible?

Re: [Pharo-project] FFI question. Is it possible to unload loaded external library

2010-12-01 Thread Igor Stasenko
On 1 December 2010 15:57, Mariano Martinez Peck wrote: > > > On Tue, Nov 30, 2010 at 9:35 PM, Denis Kudriashov > wrote: >> >> Hello, >> >> I need implement remote updating some dll's for running pharo application. >> This dll's used by FFI. >> I want done this by unloading dll from VM. Then loadi

Re: [Pharo-project] Transforming WSDL in a local model - Which HTTP client ? (was Web Services - SoapOpera problems)

2010-12-01 Thread Cédrick Béler
> On 12/01/2010 03:28 PM, Sven Van Caekenberghe wrote: >> Cédrick, >> >> Contrary to readable, understandable standards like XMLRPC, Json or REST, >> SOAP is terribly complex (like CORBA), especially if you want a general >> implementation that is interoperable with other implementations. >>

Re: [Pharo-project] A new GUI visual designer

2010-12-01 Thread Igor Stasenko
On 1 December 2010 12:48, nullPointer wrote: > > > https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/designer > > It really looks very professional. I made a user interface builder for > Polymorph, which I left because I was too complicated for me. I hope that > now someo

Re: [Pharo-project] Transforming WSDL in a local model - Which HTTP client ? (was Web Services - SoapOpera problems)

2010-12-01 Thread mkobetic
"Philippe Marschall" wrote: > Yes, SOAP it not just some XML format. You have to sink a lot of > resources into the implementation and tool support. Keep in mind that > even Cincom with all their resources didn't manage to make their SOAP > library talk to SAP. They had to build a proprietary conne

Re: [Pharo-project] Transforming WSDL in a local model - Which HTTP client ? (was Web Services - SoapOpera problems)

2010-12-01 Thread Sven Van Caekenberghe
On 01 Dec 2010, at 16:09, Cédrick Béler wrote: > uhm, thanks for your remarks. I guess I won't spend too much time on that > then... > > but, just to be more precise, I don't want to do something general (I'm not > in enterprise environnement either), I just want to request an application >

Re: [Pharo-project] Transforming WSDL in a local model - Which HTTP client ? (was Web Services - SoapOpera problems)

2010-12-01 Thread Cédrick Béler
>> >> There are around 900 operations organized in 12 interfaces. So I was >> thinking implementing 12 classes with methods being the actual RPC call to >> the application (with ZincHTTP). >> >> I'll try one operation first, then I'll see if it's possible to generate >> these 900 methods fro

Re: [Pharo-project] [squeak-dev] RE: OSProcess update (was: [OSProcess] Proposal for Pharo 1.2 compatibility)

2010-12-01 Thread David T. Lewis
On Tue, Nov 30, 2010 at 11:24:38PM -0500, Schwab,Wilhelm K wrote: > Dave, > > Does that mean that PipeableOSProcess can load w/o MVC support? That would > be great! Yes. The SqS/CommandShell package is split into sub-packages, so you do not need to load CommandShell-MVC if you do not want it.

Re: [Pharo-project] A new GUI visual designer

2010-12-01 Thread Tobias Pape
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 2010-12-01 um 16:13 schrieb Igor Stasenko: > On 1 December 2010 12:48, nullPointer wrote: >> >> >> https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/designer >> >> It really looks very professional. I made a user interf

[Pharo-project] [ANN] New Smalltalk VM Beginners mailing list

2010-12-01 Thread Mariano Martinez Peck
Hi everybody. We want to announce that we've created a mailing list called "Smalltalk VM Beginners" where all the people interested in VM can share knowledge. The aim of this mailing list is create a good and positive energy and spread the knowledge around the Squeak VM. If you always wanted to kn

Re: [Pharo-project] Issue 3361 in pharo: CompiledMethod's copy

2010-12-01 Thread pharo
Updates: Status: Fixed Labels: Milestone-1.3 Comment #2 on issue 3361 by stephane.ducasse: CompiledMethod's copy http://code.google.com/p/pharo/issues/detail?id=3361 tx

Re: [Pharo-project] Pharo integration in enterprise feedback

2010-12-01 Thread Tudor Girba
Hi, I think I understand your point of view, but I do not agree with it :). Moose is a valuable platform exactly because it is built in Smalltalk. Developers understand the power of Smalltalk in the context of Moose quite quickly after they do a couple of tutorials. The result is that they end

Re: [Pharo-project] FFI question. Is it possible to unload loaded external library

2010-12-01 Thread Denis Kudriashov
By loaded dll I mean what happens when I call some dll function. After this I can't update this dll. I will try #unloadModule: as Igor adviced 2010/12/1 Mariano Martinez Peck > > > On Tue, Nov 30, 2010 at 9:35 PM, Denis Kudriashov wrote: > >> Hello, >> >> I need implement remote updating some d

Re: [Pharo-project] Changesets with LF/CRLF instead of CR?

2010-12-01 Thread Stefan Marr
Here a quick hack, in case anyone cares: 'From Pharo1.2a of ''11 June 2010'' [Latest update: #12261] on 1 December 2010 at 10:42:06 pm'! !FileStream class methodsFor: 'file reader services' stamp: 'StefanMarr 12/1/2010 22:42'! writeSourceCodeFrom: aStream baseName: baseName isSt: stOrCsFlag

Re: [Pharo-project] Pharo integration in enterprise feedback

2010-12-01 Thread csrabak
Em 01/12/2010 18:50, Tudor Girba escreveu: > Hi, > I think I understand your point of view, but I do not agree with it > :). Fair enough! During a debate automatic agreement would not lead to an enriched vision of the problem and more often than not would diverge from the truth :-) > Moose

[Pharo-project] SqueakSource is down

2010-12-01 Thread Stanislav Paskalev
Stanislav Paskalev