CM First and OpenLegacy will be presenting a webinar on December 9th, 11AM EST on how to use RESTful API/SOA technology to modernize your 5250 green screens so you can enable these applications for web and mobile. OpenLegacy is now a CM First partner and the CTOs of both companies will be presenting the new
Lorenz Alder, Senior Consultant / Software Architect User Storage helps us with integration of third party libraries such as mail, ftp, NoSQL DB, file system access etc. Once an object is instantiated through source code, we store it in User Storage and make it accessible to all CA Plex functions in the call graph. The
Back when mainframes were the only game in town and the only users were employees of the company, application programming interfaces (APIs) were developed to enable one application to talk to another by exposing some of the program’s internal functions to another program. Like device-handlers, these sets of programming instructions and standards made it much
In my position at CM First Group, I’m often called upon to perform 2E training. It’s actually one of the most enjoyable things I do in my position! However, from time to time I get students who have been RPG or Cobol developers, who are not impressed with the default screen designs in 2E. I
The latest release of Axon.ivy BPM Suite is now available. It offers the ability to get your task list on your phone and tablet; you can also attach pictures and .pdf files to tasks. If you can’t get an internet connection, you can work offline and sync up later. The new release also supports geolocation
Occasionally you will need to perform a one way hash for passwords. This post shows how to do it using the MD5 algorithm in CA Plex with some java source code. For background on this, check out this link. First, create a source code object that looks like this: Here is the code to cut