본문 바로가기
백엔드/Java

Apache Tiles 2.1.2 GA released

by david100gom 2009. 2. 10.

아파치 Tiles 2.1.2 버전이 정식 릴리즈 되었네요 ^^

Apache Tiles
2.1.2 has been released as GA (General Availability).

Apache Tiles is a framework to build pages consisting of reusable pieces. The Tiles 2.1.x series adds severaly new features:

  • Anonymous nested definitions: now definitions can be put just as an attribute in an enclosing definition, without the necessity to define a new named definition to use only once.
  • Wildcard support: wildcards are supported:
    • in XML definition files;
    • when enumerating the list of Tiles definition files to load.

  • EL support in Tiles definition files, when specifying attributes and templates.
  • Ability to load Tiles 1.x definition files.
  • Pure Java configuration, except for the configuration of the Tiles container factory.
  • List attributes can now inherit members from the extending definition.
  • Attribute values can be cascaded to nested definitions, so the configuration is easier to write.
  • Ability to override the template when inserting definitions.
  • Customize rendering of attributes, for example to write integrations with other frameworks.
  • Usage of more than one Tiles container.


See the Tiles documentation about what's new in Tiles 2.1.x for further details.
Download Apache Tiles 2.1.2

'백엔드 > Java' 카테고리의 다른 글

인터페이스 활용  (1) 2013.03.06
jstat - JVM 통계 데이터 감시 툴  (1) 2009.08.12
자바 JVM 옵션 리스트  (1) 2009.07.01
자바 template engine 프리마커  (1) 2009.06.20
자바 윈도우 환경설정  (0) 2009.06.14
Eclipse 3.5 Galileo 6월 24일 릴리즈  (0) 2009.06.13
Advanced GWT Components 1.4.6 released  (0) 2009.03.18
Java 에서 excel 파일 컨트롤  (1) 2008.11.29

댓글