读书人

Apache Tapestry 5.3 正式公布

发布时间: 2012-06-26 10:04:14 作者: rapoo

Apache Tapestry 5.3 正式发布

经过一年的努力, Apache Tapetry 5.3 正式发布。这个版本带来了 270 处BUG修复,改进和其他变更。

?

?

Maven 用户只使用下面的 Maven Dependency来使用最新版本。
Maven Dependency
<dependency>  <groupId>org.apache.tapestry</groupId>  <artifactId>tapestry-core</artifactId>  <version>5.3</version></dependency>

?

下载 :源文件和 Java Docs

发布通告: release notes

?

?

这个版本中一些亮点:

Improved performance: very large sites will see a 30 - 40% improvement in throughputDecreased memory footprint: about a 30% decrease in memory utilization over 5.2New components and services to support user alerts and notificationsImproved a simplified support for partial page rendering inside Ajax requestsAutomatic JavaScript and CSS minimization (via YUICompressor)Component reference details integrated into JavaDocImproved Maven quickstart archetypeSkinning and themeing supportImproved client-side presentation of server-side exceptions during Ajax requestsNew components, including Ajax-enabled Tree, and KaptchaHTML5 Doctype supportSupport for JSR-330 injection annotations

?

读书人网 >Apache

热点推荐