출처: http://yookeun.github.io/java/2014/09/26/spring-device/Spring에서 간단하게 접속하는 Device(desktop, mobile, tablet)를 구분하는 방법이 있다.1. 먼저 spring mobile 라이브러리를 받는다. pom.xml에 다음을 추가한다. org.springframework.mobile spring-mobile-device 1.1.0.RELEASE 2. action-servlet.xml에서 아래 내용을 추가한다. 3. web.xml에서 필터링부분을 추가한다. deviceResolverRequestFilter org.springframework.mobile.device.DeviceResolverRequestFilter deviceRes..