- Adopting MVC style architecture in displaying a simple webpage with the "Spring" framework
- Uses "Maven" as the package manager to package the dependencies
- Uses "Thymeleaf" as the template engine to render the views
- Uses AJAX to fetch data asynchronously from the "RestController" - done with the help of jQuery
- Uses JavaScripts run time environment - web API to set timer every 3 seconds
- Adopts the concept of IOC (inversion of controll) and dependency injection, passing control to the "Spring" framework.
StuartDaniells/spring_java_webpage_ajax
Adopting MVC style architecture in displaying a simple webpage with the "Spring" framework
HTML