A sample project to show long running jobs asynchronous in the background with spring-mvc while also having a progress overview.
This project uses:
- spring-boot
- spring-mvc
- jQuery
- Bootstrap
Tag 1.0: Only contains the example with polling.
Tag 2.0: If you access localhost:8080 you get the "old" polling version. If you access localhost:8080/index_websockets.html you can use the Websockets version.
Disclaimer: Please only use this as a starting point for your own research, don't just copy/paste :).