jeudi 10 novembre 2016

When to use Spring MVC

I know what is an architectural pattern and what Spring framework allows you to do but I have question that no one answered: when is the case that Spring will be useful?

To be more specific I have made an application that collect datas from four different websites and collect them creating a List of objects, also it can filters results by user inputs. My goal is to make it as a web application, so my question is: do I really need Spring?

I have also seen that the Vaadin framework allows you to create an awesome UI by coding in Java, so I thought that I can integrate the Vaading UI for my application to display results in the browser.

The application will be started by the user and it will add objects to the list dynamically from a couple of threads that run in infinite while loops.




Aucun commentaire:

Enregistrer un commentaire