[Tiles] Tiles Documentation

Java/Tiles 2014. 1. 7. 16:46

Config : http://tiles.apache.org/framework/config-reference.html

WildCard : http://tiles.apache.org/framework/tutorial/advanced/wildcard.html

'Java > Tiles' 카테고리의 다른 글

[Tiles] 스프링을 이용한 Tiles 에 EL 및 Wildcard 연동  (0) 2014.01.07
posted by 뚱2

링크 : http://slothink.tistory.com/117

'Java > Tiles' 카테고리의 다른 글

[Tiles] Tiles Documentation  (0) 2014.01.07
posted by 뚱2

[Spring] Spring Tiles

Java/SpringFramework 2013. 4. 5. 23:08

링크 : http://blog.naver.com/artfile?Redirect=Log&logNo=130160553266 

 

stucts에서 처음 타일즈를 써봤는데 공통 부분을 모듈화 해서 관리하는 점은 편했는데

 

관리파일이 하나의 xml이어서 공동작업시 불편했다.

 

스프링에서 제공하는 클래스를 이용하면 분산 설정이 가능하다.

 

 

 

posted by 뚱2