-
Recent Posts
Recent Comments
Archives
- March 2023
- December 2022
- November 2022
- October 2022
- September 2022
- July 2022
- June 2022
- March 2022
- February 2022
- December 2021
- September 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- January 2020
- December 2019
- January 2019
- September 2018
- April 2018
- March 2018
- January 2018
- December 2017
- October 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- October 2016
- May 2016
- March 2016
- January 2016
- December 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- March 2015
- January 2015
- November 2014
- October 2014
- April 2014
- March 2014
- February 2014
- December 2013
- October 2013
- September 2013
- August 2013
- June 2013
- May 2013
- March 2013
- February 2013
- January 2013
- December 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
Categories
Meta
Monthly Archives: June 2022
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
PUM V13.06 – Project Package added
with version 13.06 I introduced a base project structure, a base user project membership structure and a base user project role – data structures and API definition to maintain these structures
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.
Some infos about my Z180 progresses
I am working on a new, old vintage Z180 based system – the BumbleBee/HC. This system is devided into a slave system and a master system. The slave system is the part I am working on first – its a … Continue reading
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
PUM 13 – next packages: Password Support
I added one additional structure packages, implemented in PUM 13.02 Password Support Structure This package uses the user class and adds two API calls to the model: ChangePassword CheckPassword with the needed parameter classes.
PUM 13 – next packages: UserRoles, System Statistics
I added two additional structure packages, implemented in PUM 13.01 Simple User Roles The first package is a simple user role package. It adds an enumeration for three different roles: globalAdmin, customerAdmin, user. More can be manually added. It also … Continue reading
PUM V13
So, the first experimental version of PUM13 is up and running – good to invest some days into that tool again. I added all of the most important structure packages I mentioned in a previous posting – so now within … Continue reading
VAST Platform 2022 (11.0.0)
So I downloaded the newest version of VAST from Instantiations site and did some smaller test – just to see, if loading of PUM is still possible. I imported all needed libraries (PUM is available with version 11.x from there) … Continue reading
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