Almost 10 years ago I built a data access layer in Java based off design patterns from a book written by Clifton Nock. Recently I have been working on a very complex data ingestion process that needed a highly complex Object Relational Map, so I decided to resurrect the code. It was really good to look back on code that was already 10 years old and realize that I actually did a pretty good job.
Good ol’ code!
Almost 10 years ago I built a data access layer in Java based off design patterns from a book written by Clifton Nock. Recently I have been working…