I find myself puzzled. Lately, I've delved into learning Spring MVC through the development of a web application designed to display live sports scores in real-time. The core functionalities are already in place, but I'm unsure about how to create the web view. Is there a solution available that would enable the view to automatically refresh asynchronously within Spring? Can I implement a mechanism to update the scores listing whenever new data is added to the connected database using an ajax dependency or templating engine?
Should I consider exploring Angular.js or perhaps a variation of Meteor.js (atmosphere)? It's evident that I'm struggling to grasp the workings of the web layer...
Any guidance on this matter would be immensely appreciated.