The Caffeinated Mainframer: Using Java on IBM z/OS to build enterprise Java apps

At last year’s IBM Innovate Conference (formerly the Rational Software Developer’s Conference), we presented this deck about using Java on the z/OS mainframe. Since that time there have been a couple of major releases of the IBM Rational Developer for Enterprise product and at this year’s conference there will be extensive coverage of version 9.1 … Read more

Deploying Time Sheet Tracking to SCRUM Projects in Rational TeamConcert

 Rational Team Concert gets more and more traction in the industry.  It is a collaborative application lifecycle management product that allows a team of developers, project managers, designers, testers, analysts, executives, and stakeholders to work in unison. It works in harmony with other DevOps concepts such as: Continuous Release and Deployment Continuous Testing Application Monitoring … Read more

Book Reviews on Continuous Integration & Delivery

Continuous Integration I’ve recently read a couple of great books on the agile discipline of continuous integration. For those not familiar, this is the concept of using automation to build source code on a very frequent interval, and report defects or failures in the build to the team. The initial movement began after JUnit started … Read more

Refactoring COBOL with RDz

What is refactoring? Refactoring has long been a discipline of the agile development world. Wikipedia defines refactoring as: “A disciplined technique for restructuring an existing body of code,  altering its internal structure without changing its external behavior…. [and its] advantages include improved code readability and reduced complexity to improve the maintainability of the source code, … Read more