If I would like to interconnect two Smalltalks, namely Smalltalk/X
with GemStone/S
, what approach would you recommend? I would like to have an application in Smalltalk/X
with persistent objects in GemStone/S
.
Prior to any development I tried to investigate the issue. I have found some open-source implementation done - I like to learn from others mistakes so I don't repeat them.
I have found an implementation for Pharo - gt4gemstone
- Glamorous Toolkit for remote work with Gemstone/S.
I have found also from James Foster - Jade
which achieves more as it is an
Alternative Development Environment (IDE) for GemStone/S that runs on Microsoft Windows.
Where would you recommend to start? Would it be to read the gt4gemstone
or Jade
and then come up with similar way to interconnect Smalltalk/X
with GemStone/S
?