Re: [Pharo-users] [Glass] How do you develop for gemstone in open source tools (pharo)?

2017-06-23 Thread Tudor Girba
Hi, gt4gemstone is indeed a new project. The initial target of gt4gemstone is actually to support scenario 3). In this situation, even if you develop in Pharo, once you deploy your application you still want to be able to inspect/debug GemStone. In this situation, you want to have the same

Re: [Pharo-users] How to use HTTPS (SSL) with Zinc

2017-06-23 Thread horrido
Okay, I think I understand. There are two server instances, one for http and one for https. How do I get Teapot to use the one for https??? horrido wrote > I discovered that I skipped an important step in creating the SSL cert. > HTTPS is now working. However, for some reason, it's not finding

Re: [Pharo-users] How to use HTTPS (SSL) with Zinc

2017-06-23 Thread horrido
I discovered that I skipped an important step in creating the SSL cert. HTTPS is now working. However, for some reason, it's not finding my Teapot routes. The route that worked in http://localhost:1701/login, for example, no longer works in https://localhost:1443/login. I'm investigating...

Re: [Pharo-users] [ANN] success story: surgery appointments digitalised

2017-06-23 Thread Pierce Ng
On Sat, Jun 24, 2017 at 12:48:56AM +0800, Ben Coman wrote: > @anyone, If Andrew can get a proof of concept working, what are the best > frameworks for it to work with? Write the Oracle set-oriented driver according to UDBC convention. Then, write a Glorp ORM driver based on it. The Pharo version

Re: [Pharo-users] How to use HTTPS (SSL) with Zinc

2017-06-23 Thread Sven Van Caekenberghe
> On 23 Jun 2017, at 23:39, horrido wrote: > > I get an "SSL Exception: accept failed [code:-5]" error. Is it because I have > a self-signed cert? > > Apparently, it's failing on: > > result := self sslSession accept: in from: 1 to: count into: out. Platform ?

Re: [Pharo-users] How to use HTTPS (SSL) with Zinc

2017-06-23 Thread horrido
I get an "SSL Exception: accept failed [code:-5]" error. Is it because I have a self-signed cert? Apparently, it's failing on: result := self sslSession accept: in from: 1 to: count into: out. Sven Van Caekenberghe-2 wrote > Hi, > >> On 23 Jun 2017, at 20:41, horrido > horrido.hobbies@ >

Re: [Pharo-users] How to use HTTPS (SSL) with Zinc

2017-06-23 Thread Sven Van Caekenberghe
Hi, > On 23 Jun 2017, at 20:41, horrido wrote: > > Okay, so I have my nice little Teapot app, but I'd like to run it as HTTPS. > As far as I can understand, to do this I must go through Zinc. However, the > docs on the web seem rather out of date. For example, I do

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-23 Thread Pavel Krivanek
clone the master branch of g...@github.com:pharo-project/pharo.git and inside this clone do: export PHARO_VERSION=60 export BOOTSTRAP_ARCH=32 wget -O - get.pharo.org/${PHARO_VERSION}+vm | bash ./pharo Pharo.image --no-default-preferences ./bootstrap/scripts/ prepare_image.st --save --quit

[Pharo-users] Pharo6 bootstrap how to

2017-06-23 Thread Hilaire
Hi, I want to build a Pharo6 image from scratch for Dr. Geo. How to do it? Thanks Hilaire -- Dr. Geo http://drgeo.eu

[Pharo-users] How to use HTTPS (SSL) with Zinc

2017-06-23 Thread horrido
Okay, so I have my nice little Teapot app, but I'd like to run it as HTTPS. As far as I can understand, to do this I must go through Zinc. However, the docs on the web seem rather out of date. For example, I do not have ZnZincServerAdapter (in Pharo 5.0). In the simplest terms, how do I support

Re: [Pharo-users] [ANN] success story: surgery appointments digitalised

2017-06-23 Thread Ben Coman
Pharo doesn't support C++ directly because of issues with name mangling. For C++ you need something like SWIG. See Ronie's insightful comments here... http://forum.world.st/SWIG-for-Native-Boost-FFI-td4738511.html However OCILIB describes itself as "written in pure ISO C99 code" which is much

Re: [Pharo-users] [ANN] success story: surgery appointments digitalised

2017-06-23 Thread andrew glynn
It occurred to me that with the C++ support in Pharo 6 it might be relatively easy to use this driver https://github.com/vrogier/ocilib to connect to Oracle. I will look into it over the weekend. Andrew Glynn From: Norbert Hartl [mailto:norb...@hartl.name] Sent: Friday, June 23, 2017 11:07 AM

Re: [Pharo-users] [ANN] success story: surgery appointments digitalised

2017-06-23 Thread Norbert Hartl
> Am 22.06.2017 um 14:45 schrieb Sven Van Caekenberghe : > >> >> On 22 Jun 2017, at 14:40, Norbert Hartl wrote: >> >> I'm sorry I forgot to post this much earlier. Anyway…. >> >> We are proud to add another success story to the pharo portfolio >> >>

Re: [Pharo-users] [ANN] success story: surgery appointments digitalised

2017-06-23 Thread Norbert Hartl
> Am 22.06.2017 um 17:43 schrieb Ben Coman : > > > On Thu, Jun 22, 2017 at 8:40 PM, Norbert Hartl > wrote: > It interfaces with a legacy patient information system, microsoft exchange > and other stuff in order to

Re: [Pharo-users] PharoCloud drops VM hosting and focuses on Ephemeric Cloud

2017-06-23 Thread Юрий Мироненко
I have a feeling that I miss something. As far as I remember, Ephemerics have no possibility to store anything permanently. So is it for static applications only? 2017-06-09 1:59 GMT+03:00 mikefilonov : > Hello, > > I just wanted to make some clarifications on what is

Re: [Pharo-users] [Glass] How do you develop for gemstone in open source tools (pharo)?

2017-06-23 Thread Mariano Martinez Peck
On Thu, Jun 22, 2017 at 6:16 PM, Petr Fischer via Glass < gl...@lists.gemtalksystems.com> wrote: > Hello, I'm curious how _comfortably_ develop software for Gemstone, which > is the preferred/best way (and future)? > > 1) tODE - OK, a decent amount of work was inserted to it to make it work >

[Pharo-users] [ANN] Pharo Sprint June 30

2017-06-23 Thread Marcus Denker
Hi! Next Friday, June 30 will be the next Pharo Sprint! It will start 10:00am. (Local Time Paris). For more infos, see: https://association.pharo.org/event-2492492 Marcus

[Pharo-users] Techtalk June 27 postponed to July 25

2017-06-23 Thread Marcus Denker
Hi, As too many people can not take part next week Tuesday, we decided to move the Pharo6/Pharo7 roundtable to July 25. https://association.pharo.org/event-2492469 Marcus