I am developing a small
java application which will parse xml data at the backend compare it with the given xsd schema.In the front end user can change the data and once again it will be saved in xml file which will be updated in BLOB field in db. The interface is in
jsp and there is one Controller(
Servlet) for the entire application. There are several bean class and models in which I have written the business logic. Now I am listening this Spring will make my work easier. I have perused various sites and tutorials but couldn't find any thing concrete.
So my question is this techonology can help me in developing my project and if yes then how?
I have already started developing and almost 50% of code is written. Can I still migrate to Spring?
Thanks in advance.