Re: [Pharo-project] DBXTalk and Pharo 2.0

2013-03-06 Thread Ben Coman
stephane ducasse wrote: On Mar 5, 2013, at 12:52 PM, Torsten Bergmann wrote: Guillermo wrote: The last time I tried to load DBXTalk in 2.0 the image hang up when loading FFI :(. So probably we should think on switching to NB FFI, but it will take some time... Mhhh ... when I

[Pharo-project] DBXTalk and Pharo 2.0

2013-03-06 Thread Torsten Bergmann
Stef wrote: >But accessing sql libs is not core so I would like to avoid to have a vm with >all the >librairies people used. You do not ***Imagine*** the amount of energy and time >igor spent on making cairo backend be working on the three platforms. I do not say that the libs should go to the

Re: [Pharo-project] DBXTalk and Pharo 2.0

2013-03-05 Thread Guillermo Polito
On Tue, Mar 5, 2013 at 8:22 PM, stephane ducasse wrote: > > On Mar 5, 2013, at 12:52 PM, Torsten Bergmann wrote: > > > Guillermo wrote: > >> The last time I tried to load DBXTalk in 2.0 the image hang up when > loading > >> FFI :(. So probably we should think on switching to NB FFI, but it will >

Re: [Pharo-project] DBXTalk and Pharo 2.0

2013-03-05 Thread stephane ducasse
On Mar 5, 2013, at 12:52 PM, Torsten Bergmann wrote: > Guillermo wrote: >> The last time I tried to load DBXTalk in 2.0 the image hang up when loading >> FFI :(. So probably we should think on switching to NB FFI, but it will >> take some time... > > Mhhh ... when I load ConfigurationOfFFI conf

[Pharo-project] DBXTalk and Pharo 2.0

2013-03-05 Thread Torsten Bergmann
Guillermo wrote: >The last time I tried to load DBXTalk in 2.0 the image hang up when loading >FFI :(. So probably we should think on switching to NB FFI, but it will >take some time... Mhhh ... when I load ConfigurationOfFFI configuration browser and then manually load "FFI-Tests-tbn.6" from ht

Re: [Pharo-project] DBXTalk and Pharo 2.0

2013-03-05 Thread Sven Van Caekenberghe
Torsten, On 05 Mar 2013, at 10:15, Torsten Bergmann wrote: > I know there is MongoDB and other NoSQL stuff ... but interfacing with RDBMS > is still common. > What options do we have in Pharo 2.0 now? > > Is DBXTalk known to work on Pharo 2.0? > > Is the project still actively maintained? Wha

Re: [Pharo-project] DBXTalk and Pharo 2.0

2013-03-05 Thread Guillermo Polito
BTW, since Igor has worked on the bundling of native libraries, we can probably do that with the dbxtalk native libs also :). On Tue, Mar 5, 2013 at 10:24 AM, Guillermo Polito wrote: > > > On Tue, Mar 5, 2013 at 10:15 AM, Torsten Bergmann wrote: > >> I know there is MongoDB and other NoSQL stuf

Re: [Pharo-project] DBXTalk and Pharo 2.0

2013-03-05 Thread Guillermo Polito
On Tue, Mar 5, 2013 at 10:15 AM, Torsten Bergmann wrote: > I know there is MongoDB and other NoSQL stuff ... but interfacing with > RDBMS is still common. > What options do we have in Pharo 2.0 now? > > Is DBXTalk known to work on Pharo 2.0? > The last time I tried to load DBXTalk in 2.0 the ima

[Pharo-project] DBXTalk and Pharo 2.0

2013-03-05 Thread Torsten Bergmann
I know there is MongoDB and other NoSQL stuff ... but interfacing with RDBMS is still common. What options do we have in Pharo 2.0 now? Is DBXTalk known to work on Pharo 2.0? Is the project still actively maintained? What are the plans there? Thx T.