23
								May 2015
							
							Post-Redirect-Get Pattern in Spring MVC
 by 小川 岳史
								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...
