Tagbangers Blog

小川 岳史

Post-Redirect-Get Pattern in Spring MVC

These are examples that implement the Post-Redirect-Get pattern in Spring MVC. Code is also in GitHub. https://github.com/tagbangers/spring-best-practice... Pattern1: Not using the session package practice.post_redirect_get; import org.springframework.stereotype.Controller; import org.springframew...