Tag Archives: PUM

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

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, Postman and OpenAPI

I’ve found Postman last week and tried it out. I created the OpenAPI specification of our CATI application und uploaded it to Postman. Postman is a cloud oriented API management, creator tool. You have to remember, that PUM is used … 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.52 – Working on OpenAPI import support

Work is going on, but OpenAPI is still some kind of a hack and now I look for OpenAPI models, import them, look and consider the results and try to repair bugs. Some things seems to be pretty clear: I … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment

PUM V13.50ff – UI refactoring and OpenAPI

So, starting with V13.50 I am doing some refactoring regarding using fonts and introduce more spacing in the UI, so that – when working under Wine or pure Linux – the texst boxes looks better. Other than that, I started … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM V13.48 – Refactoring

Still working on the definition of the runtime environment and to get better API support for the RabbitMQ sub system. Renaming of classes … new API call for getting the own session, additional information how to connect to RabbitMQ via … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM V13.43 – API Client Generator for VAST

Have not worked very long on that generator I tried to install the generated api code for a test model into VASTPlatform 2022 and I crashed the importer script 🙂 More or less VAST was not useable any more, the … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM V13.40 – Adding GF/ST for diagrams

Getting an overview of the structure within the database is essential to understand, how the data can be retrieved. Adding GF/ST and its visualisation services to PUM is therefore a first step: The diagram shows some classes (but only their … Continue reading

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

PUM V13.26 – updated to VASTPlatform 2022

Today I moved PUM to VASTPlatform 2022 (11.0.1). The transfer was pretty easy. Import both configuration maps from the VA9.2 repository into the new 11.0.1 repository. Changed the prerequisites of the maps to use specific versions of libraries within 11.0.1. … Continue reading

Posted in Smalltalk | Tagged , | Leave a comment