Monthly Archives: November 2014

VASmalltalk 8.6.1 has been published …

… and after some hours working with it: it looks pretty cool. Switched the whole PUM project to 8.6.1 just by importing the config maps.

Posted in Smalltalk | Tagged , | Leave a comment

PUM 2.0.3 – Gemstone Sorting/Index Definitions

Only minor news: * with 2.0.3 the first support for SortedCollection within the modeller has been added – but only one attribute level has been added so far – resulting in code like: SortedCollection sortBlock: [ :a :b | a … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

PUM 2.x – Sencha ExtJS Client Code

… after working hard on the server-side code generation for Gemstone, we switched to the client-side code generation for Sencha ExtJS5 library. We use this library in our browser clients – therefore more work was needed to help the Javascript … Continue reading

Posted in Smalltalk | Tagged , , , | Leave a comment

PUM 2.x – Modelling Associations in Gemstone

The various possibilities of modelling associations in Gemstone was the main reason to rewrite the whole association support in PUM. When defining associations you may select :n-association type, the implementation type and add various options to that associations. Association Type … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment