Blog Full Width

November 10, 2015

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

November 10, 2015

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

October 29, 2015

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

October 29, 2015

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

October 21, 2015

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