Return-Path: <hidden>
Received: from pool-68-239-1-165.bos.east.verizon.net ([68.239.1.165] helo=[10.0.1.4])
by esc49.midphase.com with esmtpsa (TLSv1:RC4-SHA:128)
(Exim 4.44)
id 1EMbX8-000884-Gp; Mon, 03 Oct 2005 21:23:54 -0400
Message-Id: <hidden>
Date: Mon, 3 Oct 2005 21:24:06 -0400
From: Tim Fennell <hidden>
Reply-To: hidden
Sender: hidden
To: hidden,
hidden
Subject: [Stripes-dev] Stripes 1.1 Beta 1 Released
Errors-To: hidden
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Original-To: hidden
Delivered-To: hidden
X-Mailer: Apple Mail (2.734)
Received-SPF: unknown (socket error)
X-AntiAbuse: Sender Address Domain - tfenne.com
X-Source:
X-Source-Args:
X-Source-Dir:
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.
See
http://spamassassin.org/tag/ for more details.
Report problems to
http://sf.net/tracker/?func=add&group_id=1&atid=200001 0.1 HTML_30_40 BODY: Message is 30% to 40% HTML
0.0 HTML_MESSAGE BODY: HTML included in message
-0.0 AWL AWL: From: address is in the auto white-list
X-BeenThere: hidden
X-Mailman-Version: 2.0.9-sf.net
Precedence: bulk
List-Unsubscribe: <
https://lists.sourceforge.net/lists/listinfo/stripes-development>, <mailto:hidden?subject=unsubscribe>
List-Id: Mailing list for discussion of development of Stripes itself. <stripes-development.lists.sourceforge.net>
List-Post: <mailto:hidden>
List-Help: <mailto:hidden?subject=help>
List-Subscribe: <
https://lists.sourceforge.net/lists/listinfo/stripes-development>, <mailto:hidden?subject=subscribe>
List-Archive: <
http://sourceforge.net/mailarchive/forum.php?forum=stripes-development>
Status:
Stripes 1.1 Beta 1 has been released. Major new functionality includes:
1. Spring Integration (thanks to Dan Hayes for the original code). A
new ActionResolver implementation and annotation are available which
allow Spring beans to be automatically injected into ActionBean
properties.
2. Component layout tags. Three new tags for defining and using re-
usable layouts ala Tiles and SiteMesh. Not designed to be a complete
replacement for the aforementioned tools, but to cover the needs of
80-90% of projects without the complexity of Tiles or integrating
another toolkit.
3. New Resolution type: JavaScriptResolution. Designed to be used to
produce responses to AJAX requests. Converts a web of Java objects
including JavaBeans, Collections, Maps and Arrays into a set of
JavaScript statements that can be eval'd on the browser to created a
matching JavaScript object web.
4. New tags for forms, <stripes:password ../> and <stripes:label ../>
Numerous other improvements and bug fixes are also included. For
more information on what is included check out the JIRA release notes:
http://mc4j.org/jira/secure/ReleaseNote.jspa?
projectId=10000&styleName=Html&version=10020
The documentation site has not yet been updated to include documents
on the new features, but updated javadoc and tag library
documentation can be found at:
http://stripes.sourceforge.net/docs/1.1/javadoc/
http://stripes.sourceforge.net/docs/1.1/taglib/
Any feedback is greatly appreciated. If you find any bugs please
either send email to the list, or log them in JIRA. I'll get to them
as quickly as I can. Thanks!
-t