개발/Spring

[Spring] Tiles 3 지원은 Spring 3.2.0 버전부터

Monsh 2020. 4. 10. 02:17
반응형

Tiles 프로젝트 자체가 마무리 되어서 이제 더 이상의 업데이트는 없지만,
여전히 사용할 일은 있기 때문에 메모를 남긴다.

Tiles 3의 요구 스펙

JDK 7.0 이상
Servlet 2.5 이상 (2.4도 가능할지 모름)
JSP 2.1 이상 (2.0도 가능할지 모름)
https://tiles.apache.org/download.html
 

Apache Tiles - Download Tiles 3.0.x

 

tiles.apache.org

Tiles 3의 요구 스펙은 위와 같은데, tomcat의 경우,
6 버전 이상을 사용하면 된다는 것을 아래 링크에서 확인할 수 있지만,
(Tiles 3가 JDK 7.0 이상을 요구하기 때문에 결국, 8 버전 이상의 tomcat을 사용해야 한다는 함정)
https://tomcat.apache.org/whichversion.html
 

Apache Tomcat® - Which Version Do I Want?

Apache Tomcat® is an open source software implementation of a subset of the Jakarta EE (formally Java EE) technologies. Different versions of Apache Tomcat are available for different versions of the specifications. The mapping between the specifications a

tomcat.apache.org

Tiles 3가 spring 3의 정확히 몇 버전부터 호환되는지 확인할 수 있는 레퍼런스는 찾을 수 없었다.
그래서, 일일이 테스트한 결과, 3.2.0 버전부터 지원된다는 것을 확인할 수 있었다.

어차피 spring 3 버전을 사용할 일이 별로 없기 때문에 그다지 중요한 내용은 아닌 것 같다.

반응형

'개발 > Spring' 카테고리의 다른 글

[Spring] org.springframework.http.HttpStatus 클래스  (0) 2021.02.18