Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 10318 invoked from network); 2 Dec 2004 19:57:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Dec 2004 19:57:43 -0000 Received: (qmail 30878 invoked by uid 500); 2 Dec 2004 19:57:06 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 30842 invoked by uid 500); 2 Dec 2004 19:57:05 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 30829 invoked by uid 99); 2 Dec 2004 19:57:05 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of craigmcc@gmail.com designates 64.233.170.197 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.197) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Dec 2004 11:57:04 -0800 Received: by rproxy.gmail.com with SMTP id a41so16420rng for ; Thu, 02 Dec 2004 11:56:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=hure0Elz5982viH1QSQBftFcO5xVshJ5SyHZpDrymX2TD20NpPL5+WmqBKF9qpEVKqY5hkm2mu1Wa2xVgWSypuzAHVuKQwVhnUYv3TkY8YzDHTpFirA93NaLoNXRhSDINanhT8TfA9FX1h6WBMPvQTjKED39Px1gdLhM0mXeQbo= Received: by 10.38.90.5 with SMTP id n5mr59409rnb; Thu, 02 Dec 2004 11:56:58 -0800 (PST) Received: by 10.38.72.38 with HTTP; Thu, 2 Dec 2004 11:56:58 -0800 (PST) Message-ID: Date: Thu, 2 Dec 2004 11:56:58 -0800 From: Craig McClanahan Reply-To: craigmcc@apache.org To: Struts Users Mailing List Subject: Re: JSF and non-struts controllerServlets In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thu, 2 Dec 2004 12:24:48 -0700, Jim Barrows wrote: > Answer: > http://struts.apache.org/faqs/kickstart.html#jsf This link points at resources focused on people that have existing Struts apps and might want to use JSF components on the pages, but keep all their back-end logic (and their existing struts-config.xml files). Nightly builds of the code for this (including the standard Struts example app converted to use the library) are available at: http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/ Discussions of using the Struts-Faces library are appropriate here ... it's going to be released as a standalone package from Struts when a couple of intricate remaining bugs in the Tiles integration are fixed (see the Struts issue tracker on for details). For people interested in a more radical approach, you might want to glance at my "Shale" proposal for what Struts 2 might look like, starting at: http://wiki.apache.org/struts/StrutsShale again with nightly builds (and, again, a converted version of the standard Struts example) at: http://cvs.apache.org/builds/jakarta-struts/nightly/struts-shale/ Any discussions of Shale should occur on the Struts developer list (to subscribe, send an empty mail to ) -- it is only a proposal at this point, not an accepted roadmap. Craig McClanahan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org