Tag Archives: programming

Java Library for Wire Transfer Messages (Part 4)

Chris provides code for parsing SWIFT (Society for Worldwide Interbank Funds Transfer) messages as part of his Funds Transfer message parsing library. Continue reading

Posted in Programming, Software architecture and development | Tagged , , , , , , , , , , , , | 4 Comments

A Java Library for Wire Transfer Messages (Part 3)

Chris provides code for parsing CHIPS (Clearing House Interbank Payment System) messages as part of his Funds Transfer message parsing library. Continue reading

Posted in Programming, Software architecture and development | Tagged , , , , , , , , , , , , | 1 Comment

A Java Library for Wire Transfer Messages (Part 2)

Chris discusses several of the funds transfer systems and sets the stage for the parsing code he is sharing in this series. Continue reading

Posted in Programming, Software architecture and development | Tagged , , , , , , , , , , , , , | 2 Comments

A Java Library for Wire Transfer Messages (Part 1)

Chris shares Java code for a FedWire(TM) message parser that he recently developed while learning more about the Fed format. The code is shared under the Mozilla Public License version 1.1. Continue reading

Posted in Programming, Software architecture and development | Tagged , , , , , , , , , , , , , , | 9 Comments

Switching Gears from Developer to Architect Roles

Chris contemplates the differences between the role of a software developer and that of a software architect. Continue reading

Posted in Process, Programming, Software architecture and development | Tagged , , , , , | Leave a comment

Singing in a choir: A training ground for teamwork

Chris examines his experience in choirs and discovers that they form excellent crucibles to learn how to work within a team. Continue reading

Posted in Philosophical ramblings, Programming, Software architecture and development | Tagged , , , , , , | 2 Comments

Automating partial conversion of Java code to C#

A simple article that presents a program useful for converting Java source files into C# source files. Continue reading

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

Becoming an SME

A short thought-provoking contemplation about a process of learning. Continue reading

Posted in Philosophical ramblings, Software architecture and development | Tagged , , , | Leave a comment

It’s Too Big to Be Allowed to Fail

A musing considering how to handle a programming project that has spun out of control. Continue reading

Posted in Philosophical ramblings, Software architecture and development | Tagged , , , , , | 3 Comments