Skip to content

Example of running async tasks in spring with progress in web

Notifications You must be signed in to change notification settings

frenos/spring-mvc-async-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-mvc-async-progress


A sample project to show long running jobs asynchronous in the background with spring-mvc while also having a progress overview.

Screenshot

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 :).