Monthly Archives: October 2014

PUM 2.x

Ok, the milestone 2.x has been reached and the first live demo was successful (thanks to the both listeners :-)). The live demo was about * developing a small model * define some REST API calls * create source code … Continue reading

Posted in Smalltalk | Tagged , , | 1 Comment

PUM 1.9….

Some days of work and now the version 2.0 is coming up at the horizon. * The classes are now divided between API classes and domain classes. The domain classes are the classes holding the values within the Gemstone database. … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM 1.2.59

More work done towards a general REST generator (model and GUI change): -> Projects may now have a class prefix attribute. This string is added to all created classes -> Classes may now have “roles”. The code generators may use … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM 1.2.54

Critical Error fixed: when changing the cardinality of an already existing association this change has not been told to the corresponding attribute. This was a structural error in the model. The attribute itselfs does not need to have a cardinality … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM 1.2.52

Topaz CG has been changed: -> it is much better to create a bash script including the source code and put all the connection code to connect to the stone process in there. The only thing you now need within … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM 1.2.51

Topaz Codegenerator changed and enhanced: -> optional force Gemstone to forget the class history before filing in -> optional force Gemstone to enable AutoMigration -> Topaz script now contains login to a named stone, a user login and a user … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM 1.2.48

The Topaz CG now creates a initialize method for the US error messages, so that with each code update the persistent base is updated with new or changed method texts. The Topaz CG now creates helper method for each defined … Continue reading

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

PUM 1.2.46

For each class the user may now define if he wants to have csv, json and/or swagger support. The default value is always true. The Gemstone/Topaz Generator has been updated to consider these flags. The Gemstone/Topaz Generator now knows how … Continue reading

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