Tapestry 5.0.1 Preview Release Now Available
程序员文章站
2022-03-01 16:03:50
...
链接地址:
http://www.theserverside.com/news/thread.tss?thread_id=44119
内容:
Apache Tapestry Release 5.0.1, a preview release with limited functionality, is now available from the Tapestry 5 Project Page. This preview (or "alpha") release contains limited functionality.
Tapestry 5 is a totally new code base for the groundbreaking Tapestry framework.
Tapestry 5 features many improvements over Tapestry 4, including:
* Component classes no longer extend from base classes
* Component classes are no longer abstract
* Component configuration is based on Java annotations, not external XML files
* Changes to page and component classes are picked up immediately
* URLs are shorter, "prettier", and case-insensitive
* Blazing Speed: Code paths have been simplified and runtime reflection is all but eliminated
* Simplfied coding model, based on convention over configuration principles
* Built-in BeanEditForm component for building simple create/update UIs
* Many, many, many other improvements too numerous to mention.
A series of screencasts introduce the new features of the framework. A new introductory tutorial (PDF) has been created as well.
Tapestry 5 is a work in progress, but already well suited to developing real applications. This initial preview release is intended to solicit feedback towards ongoing development and to prepare existing Tapestry developers for a future transition.
许多新的特性增加
(Tapestry5新特性http://tapestry.iteye.com/admin/show/33049)
包括
* URLs are shorter, "prettier", and case-insensitive
* Built-in BeanEditForm component for building simple create/update UIs
tss上的讨论也比较精彩,大家也一起来讨论下。
http://www.theserverside.com/news/thread.tss?thread_id=44119
内容:
Apache Tapestry Release 5.0.1, a preview release with limited functionality, is now available from the Tapestry 5 Project Page. This preview (or "alpha") release contains limited functionality.
Tapestry 5 is a totally new code base for the groundbreaking Tapestry framework.
Tapestry 5 features many improvements over Tapestry 4, including:
* Component classes no longer extend from base classes
* Component classes are no longer abstract
* Component configuration is based on Java annotations, not external XML files
* Changes to page and component classes are picked up immediately
* URLs are shorter, "prettier", and case-insensitive
* Blazing Speed: Code paths have been simplified and runtime reflection is all but eliminated
* Simplfied coding model, based on convention over configuration principles
* Built-in BeanEditForm component for building simple create/update UIs
* Many, many, many other improvements too numerous to mention.
A series of screencasts introduce the new features of the framework. A new introductory tutorial (PDF) has been created as well.
Tapestry 5 is a work in progress, but already well suited to developing real applications. This initial preview release is intended to solicit feedback towards ongoing development and to prepare existing Tapestry developers for a future transition.
许多新的特性增加
(Tapestry5新特性http://tapestry.iteye.com/admin/show/33049)
包括
* URLs are shorter, "prettier", and case-insensitive
* Built-in BeanEditForm component for building simple create/update UIs
tss上的讨论也比较精彩,大家也一起来讨论下。
上一篇: JavaSE——集合框架