Spring is totally losing its invisibility
Many of you might remember at the spring 1.2.X series there is a strong voice like:
easy,quick configurations and implementations with spring
Yes in fact that was totally true. It really used POJOs as bean containers. And it works really fine. While using these spring versions you did not usually need to make any import statements for any spring package/class/interface
sample classes below were shown as best practices: Read more


