Tag Archives: Gemstone/S

StateManagement, ExtJS, Widgets, Gemstone/S und PUM

Sencha ExtJS benutzt zur Speicherung der State-Information der UI-Komponenten die Instanz Ext.state.Manager. Der bekommt eine Instanz zugewiesen, die drei verschiedene Operationen implementieren muß. Hier eine Beispielimplementation des StateProvider. Die Daten werden in Objekten – verwaltet durch ein Store – mit … Continue reading

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

TOTP-Support under Gemstone/S

We had yesterday a small video session using whereby and some Smalltalkers diskussed the topic “totp” as second authentification method after an successful login (we were VASmalltalk, VisualWorks and Gemstone related). To get all work done under Gemstone you need … Continue reading

Posted in Smalltalk | Tagged , , , | 1 Comment

PUM, Postman and OpenAPI, V2

So, I contacted the Postman support channel and I got the information, that they use the “summary” attribute for the tree view. I added a Postman flag in the OpenAPIExporter, so that the the nickname of the APi call will … Continue reading

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

PUM 13.96 – the journey goes on …

quite a number of versions since the last posting. Now, error fixing and fine tuning is needed. I am currently working on two software system, which should communicate via RabbitMQ and therefore both systems need the same classes for exchanging … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM V13.15 – New packages added

after lots of internal works/refactoring (tests with the VA11 trial and VA9.2.2) : UI Work All Defined Attribute List Dialog This dialog shows all defined attributes in the project / repository. All Defined Association List Dialog This dialog shows all … Continue reading

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

PUM V13.07 – LogNotice Structure, OpenAPI

With version 13.07 I added a LogNotice structure – a log support within the database. Each domain object can have its own collection of LogNotices. I also added API-definitions to export an OpenAPI Spec of the whole API to a … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM V13.04 – UserGroups package added

With the version 13.04, I added a UserGroup package – containing UserGroup model, UserGroupMemebership model – with lots of API-Call definitions to manage this data.

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

PUM 13, some minor changes

Some changes are waiting very long for implementation. So during holiday I implemented two of these smaller points: When adding a new attribute to a class in the domain hierarchy, the user is asked if the new attribute shoudlalso be … Continue reading

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

PUM – Towards version 13

With version Gemstone/S 3.6.4 and the availability of a RabbitMQ connection I am now working on version 13 of PUM – supporting the application stack consisting of Gemstone/S, PostgreSQL and RabbitMQ. I gave up the idea to port PUM to … Continue reading

Posted in PUM, Smalltalk | Tagged | Leave a comment

PUM – what is it ?

PUM is a PoorUserModelling Tool, its totally not mainstream, is written in VASmalltalk and adapts no UML or stuff like this. Over the last 6 years it was my back tool to produce/”design” several Gemstone/S applications/Projects/products. PUM produces a domain … Continue reading

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