One more instance is ORM. I rolled my own short term Object Relational Mapping framework early inside of a venture until finally I'd time to really buckle down and find out Hibernate or something related. I'd to put in writing in things such as ResultSet mappers, Lazy Loading and some standard caching. Now, Once i return and switch these things wit… Read More