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
Post a Comment