Hi all, where can i get updated info about glorp ?. Is someone using GLORP in a real business app? Tia Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
Hello, 2014-05-21 6:15 GMT+02:00 Pablo R. Digonzelli <pdigonzelli@gmail.com>:
Hi all, where can i get updated info about glorp ?.
don't know
Is someone using GLORP in a real business app?
Yes, they are using it with DBXTalk to bind relational databases. People with more knowledge about that can answer you on Pharo-business mailing list.
Tia
------------------------------ *Ing. Pablo Digonzelli* Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
Hi Pablo, I guess the best way to get recent info on Glorp is to see if there is an updated piece of documentation shipping with the latest version of VisualWorks from Cincom. We do use Glorp for our accounting service for German businesses (www.kontolino.de). We're running on VA Smalltalk under Linux and are using DB2. We've had a few issues in the past that were either related to the VA ST port of Glorp and could be fixed by us or together with INstantiations, or, if they were bugs in base Glorp, were fixed by Niall and integrated into newer versions. So far I must say I am happy with Glorp. It does its job nicely and reliably, and once you accept the implications of O/R mapping (aka Impedance mismatch), you can do a lot with it. We also use Glorp for projects that I can not publicly talk about. There is a Glorp-related discussion Group on Google Groups: https://groups.google.com/forum/#!forum/glorp-group hth Joachim -- ----------------------------------------------------------------------- Objektfabrik Joachim Tuchel mailto:jtuchel@objektfabrik.de Fliederweg 1 http://www.objektfabrik.de D-71640 Ludwigsburg http://joachimtuchel.wordpress.com Telefon: +49 7141 56 10 86 0 Fax: +49 7141 56 10 86 1
Pablo, I'm using GLORP for two of my projects, with the Native PostgresV2 driver. It is super solid, but still has some gotchas. Additionally, Pharo's version isn't the latest. Ask anything you need. GLORP can be really frustrating in the beginning. Regards, Esteban A. Maringolo 2014-05-21 1:15 GMT-03:00 Pablo R. Digonzelli <pdigonzelli@gmail.com>:
Hi all, where can i get updated info about glorp ?. Is someone using GLORP in a real business app?
Tia
________________________________ Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
thanks all!. I am going to do some experience with glorp and shure i will ask you lot of things. Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714 ----- Mensaje original ----- De: "Esteban A. Maringolo" <emaringolo@gmail.com> Para: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Enviados: Miércoles, 21 de Mayo 2014 9:54:24 Asunto: Re: [Pharo-users] glorp Pablo, I'm using GLORP for two of my projects, with the Native PostgresV2 driver. It is super solid, but still has some gotchas. Additionally, Pharo's version isn't the latest. Ask anything you need. GLORP can be really frustrating in the beginning. Regards, Esteban A. Maringolo 2014-05-21 1:15 GMT-03:00 Pablo R. Digonzelli <pdigonzelli@gmail.com>:
Hi all, where can i get updated info about glorp ?. Is someone using GLORP in a real business app?
Tia
________________________________ Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
Esteban hi, are you using glorp or glorp-dbx thing? TIA Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714 ----- Mensaje original ----- De: "Pablo R. Digonzelli" <pdigonzelli@gmail.com> Para: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Enviados: Miércoles, 21 de Mayo 2014 11:03:22 Asunto: Re: [Pharo-users] glorp thanks all!. I am going to do some experience with glorp and shure i will ask you lot of things. Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714 ----- Mensaje original ----- De: "Esteban A. Maringolo" <emaringolo@gmail.com> Para: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Enviados: Miércoles, 21 de Mayo 2014 9:54:24 Asunto: Re: [Pharo-users] glorp Pablo, I'm using GLORP for two of my projects, with the Native PostgresV2 driver. It is super solid, but still has some gotchas. Additionally, Pharo's version isn't the latest. Ask anything you need. GLORP can be really frustrating in the beginning. Regards, Esteban A. Maringolo 2014-05-21 1:15 GMT-03:00 Pablo R. Digonzelli <pdigonzelli@gmail.com>:
Hi all, where can i get updated info about glorp ?. Is someone using GLORP in a real business app?
Tia
________________________________ Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
They are the same thing... but the naming confuses everyone :D I'm loading this: spec repository: 'http://smalltalkhub.com/mc/DBXTalk/Glorp/main'. spec package: 'Glorp'. spec package: 'GlorpPharoCompatibility' with: [ spec requires: 'Glorp' ]. spec package: 'GlorpTests' with: [ spec requires: 'Glorp' ]. spec repository: 'http://www.smalltalkhub.com/mc/PharoExtras/PostgresV2/main'. spec package: 'GlorpDriverPostgreSQL' with: [ spec requires: 'Glorp' ]. Regards, Esteban A. Maringolo 2014-05-21 15:06 GMT-03:00 Pablo R. Digonzelli <pdigonzelli@gmail.com>:
Esteban hi, are you using glorp or glorp-dbx thing?
TIA
Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
----- Mensaje original ----- De: "Pablo R. Digonzelli" <pdigonzelli@gmail.com> Para: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Enviados: Miércoles, 21 de Mayo 2014 11:03:22 Asunto: Re: [Pharo-users] glorp
thanks all!.
I am going to do some experience with glorp and shure i will ask you lot of things.
Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
----- Mensaje original ----- De: "Esteban A. Maringolo" <emaringolo@gmail.com> Para: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Enviados: Miércoles, 21 de Mayo 2014 9:54:24 Asunto: Re: [Pharo-users] glorp
Pablo,
I'm using GLORP for two of my projects, with the Native PostgresV2 driver. It is super solid, but still has some gotchas. Additionally, Pharo's version isn't the latest.
Ask anything you need. GLORP can be really frustrating in the beginning.
Regards,
Esteban A. Maringolo
2014-05-21 1:15 GMT-03:00 Pablo R. Digonzelli <pdigonzelli@gmail.com>:
Hi all, where can i get updated info about glorp ?. Is someone using GLORP in a real business app?
Tia
________________________________ Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
Thanks! Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714 ----- Mensaje original ----- De: "Esteban A. Maringolo" <emaringolo@gmail.com> Para: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Enviados: Miércoles, 21 de Mayo 2014 15:17:41 Asunto: Re: [Pharo-users] glorp They are the same thing... but the naming confuses everyone :D I'm loading this: spec repository: 'http://smalltalkhub.com/mc/DBXTalk/Glorp/main'. spec package: 'Glorp'. spec package: 'GlorpPharoCompatibility' with: [ spec requires: 'Glorp' ]. spec package: 'GlorpTests' with: [ spec requires: 'Glorp' ]. spec repository: 'http://www.smalltalkhub.com/mc/PharoExtras/PostgresV2/main'. spec package: 'GlorpDriverPostgreSQL' with: [ spec requires: 'Glorp' ]. Regards, Esteban A. Maringolo 2014-05-21 15:06 GMT-03:00 Pablo R. Digonzelli <pdigonzelli@gmail.com>:
Esteban hi, are you using glorp or glorp-dbx thing?
TIA
Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
----- Mensaje original ----- De: "Pablo R. Digonzelli" <pdigonzelli@gmail.com> Para: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Enviados: Miércoles, 21 de Mayo 2014 11:03:22 Asunto: Re: [Pharo-users] glorp
thanks all!.
I am going to do some experience with glorp and shure i will ask you lot of things.
Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
----- Mensaje original ----- De: "Esteban A. Maringolo" <emaringolo@gmail.com> Para: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Enviados: Miércoles, 21 de Mayo 2014 9:54:24 Asunto: Re: [Pharo-users] glorp
Pablo,
I'm using GLORP for two of my projects, with the Native PostgresV2 driver. It is super solid, but still has some gotchas. Additionally, Pharo's version isn't the latest.
Ask anything you need. GLORP can be really frustrating in the beginning.
Regards,
Esteban A. Maringolo
2014-05-21 1:15 GMT-03:00 Pablo R. Digonzelli <pdigonzelli@gmail.com>:
Hi all, where can i get updated info about glorp ?. Is someone using GLORP in a real business app?
Tia
________________________________ Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
participants (4)
-
Clément Bera -
Esteban A. Maringolo -
jtuchel@objektfabrik.de -
Pablo R. Digonzelli