Loading Spring context and its consequences

Let’s say we have an application trying to insert a row on some table. Using Spring JDBC techniques, we must define one Spring XML context file as next. We can define too a class in order to simplify the process of getting transactions and DAOs from Spring Context. Below two alternatives are shown: DBManager class andContinue reading “Loading Spring context and its consequences”