How to implement AutoSave functionality in Web Application(Spring MVC, Hibernate, Angularjs) using ThreadLocal Storage concept -


i have web application developed using spring / hibernate / angularjs. have requirement of autosaving data data cannot lost. client suggested implement threadlocal this. whatever user input on form saved in threadlocal storage after intervals, once user done entire form, user click on save button data saved thread local storage. if user closes browser data should retained somewhere , when user login again same data automatically populate form(jsp).


Comments

Popular posts from this blog

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -

Laravel Bind Multiple Class to One Contract in The Service Provider -