https://github.com/stuartdaniells/spring_java_webpage_ajax
Adopting MVC style architecture in displaying a simple webpage with the "Spring" framework
https://github.com/stuartdaniells/spring_java_webpage_ajax
ajax ioc-container javascript jquery maven maven-pom mvc-architecture restcontroller spring-mvc thymeleaf-template-engine web-api
Last synced: 11 months ago
JSON representation
Adopting MVC style architecture in displaying a simple webpage with the "Spring" framework
- Host: GitHub
- URL: https://github.com/stuartdaniells/spring_java_webpage_ajax
- Owner: StuartDaniells
- Created: 2022-11-30T09:26:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T10:14:45.000Z (about 3 years ago)
- Last Synced: 2023-12-01T05:27:17.357Z (about 2 years ago)
- Topics: ajax, ioc-container, javascript, jquery, maven, maven-pom, mvc-architecture, restcontroller, spring-mvc, thymeleaf-template-engine, web-api
- Language: HTML
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring_java_webpage_ajax
1. Adopting MVC style architecture in displaying a simple webpage with the "Spring" framework
2. Uses "Maven" as the package manager to package the dependencies
3. Uses "Thymeleaf" as the template engine to render the views
4. Uses AJAX to fetch data asynchronously from the "RestController" - done with the help of jQuery
5. Uses JavaScripts run time environment - web API to set timer every 3 seconds
6. Adopts the concept of IOC (inversion of controll) and dependency injection, passing control to the "Spring" framework.