Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 41773 invoked from network); 20 May 2006 20:40:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 May 2006 20:40:27 -0000 Received: (qmail 64485 invoked by uid 500); 20 May 2006 20:40:13 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 64298 invoked by uid 500); 20 May 2006 20:40:12 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 64276 invoked by uid 99); 20 May 2006 20:40:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 May 2006 13:40:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [83.244.130.155] (HELO smtp.lcn.biz) (83.244.130.155) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 May 2006 13:40:10 -0700 Received: from host86-139-210-137.range86-139.btcentralplus.com ([86.139.210.137] helo=[192.168.2.5]) by smtp.lcn.biz with esmtpa (Exim 4.43) id 1FhYGi-00047b-4Z; Sat, 20 May 2006 21:41:48 +0100 Message-ID: <446F7E86.5030009@realsolve.co.uk> Date: Sat, 20 May 2006 21:39:34 +0100 From: Phil Zoio User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: strecks-users@lists.sourceforge.net, strecks-devs@lists.sourceforge.net, Struts Users Mailing List , Struts Developers List Subject: Strecks Java 5 Extensions for Struts - version 1.0 beta 2 released Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm pleased to announce the release of Strecks-1.0 beta 2 (see http://strecks.sourceforge.net/). Strecks is a set of extensions to Struts which leverage the power of Java 5 specific features to allow for more productive, streamlined Struts application development. Strecks is built on the Struts latest general availability code base (1.2.9), allowing for full backward compatibility with existing applications. The current release brings a number of feature enhancements, including action-specitic interceptors, additional built-in validators, and additional support for Spring in the form of seamless integration with Spring MVC's view rendering mechanism. The following features have been added in this release: - action-specific interceptors, parameterisable using Java 5 generics, using the @BeforeInterceptors and @AfterInterceptors - added URL, credit card, email and pattern validators, backed by Commons Validator implementations - added support for rendering Spring MVC views, either directly or through view resolvers, using the @SpringView annotation - implicit implicit controllers, allowing default controllers to be associated with known action bean interfaces - added MessageResourcesHelper dependency injector, making it easier to work programmatically with MessageResources in the action bean class Strecks-1.0 beta 2 can be downloaded from http://strecks.sourceforge.net/download.php. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org