Re: Updated Struts-Faces Integration Library

2004-03-08 Thread BaTien Duong
Craig R. McClanahan wrote:

I'm happy to announce the availability of the first nightly build of the
integration library supporting the use of JavaServer Faces and Struts that has
been updated to support the final release of JavaServer Faces 1.0.  This is not
a formal Apache release; however, it is intended to support experimentation and
trigger bug reports so that we can complete a release in the next couple of
months.  Pick up the files dated 20040308 (or later) from:
 http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/

Key new features (see the README.txt file for full details):

* Supports the final release of JavaServer Faces 1.0 (previous
 versions supported the beta version).
* Fully worked out examples with and without Tiles.

* You can use value binding expressions (#{...}) for all attributes
 of the Struts specific components, just like you can with all attributes
 of standard JavaServer Faces components.
* A managed bean named struts is available to provide access to
 Struts-internal objects, similar in spirit to the bean:struts
 tag in the existing libraries.
* The integration library supports either prefix mapping (/faces/*)
 or extension mapping (*.faces) for the JavaServer Faces servlet.
* You can use the new s:loadMessages tag to expose a Struts
 MessageResources object as a Map, so that messages can be looked
 up using value binding expressions, similar to the way that the
 standard f:loadBundle tag works with resource bundles.  This allows
 you to use your existing Struts application resources seamlessly with
 non-Struts component tags.
Craig McClanahan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.

 

Great Craig.

You are amazing. We are working with both Struts-Faces and Struts-Chain.

Thanks

BaTien
DBGROUPS
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Updated Struts-Faces Integration Library

2004-03-08 Thread Craig R. McClanahan
I'm happy to announce the availability of the first nightly build of the
integration library supporting the use of JavaServer Faces and Struts that has
been updated to support the final release of JavaServer Faces 1.0.  This is not
a formal Apache release; however, it is intended to support experimentation and
trigger bug reports so that we can complete a release in the next couple of
months.  Pick up the files dated 20040308 (or later) from:

  http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/

Key new features (see the README.txt file for full details):

* Supports the final release of JavaServer Faces 1.0 (previous
  versions supported the beta version).

* Fully worked out examples with and without Tiles.

* You can use value binding expressions (#{...}) for all attributes
  of the Struts specific components, just like you can with all attributes
  of standard JavaServer Faces components.

* A managed bean named struts is available to provide access to
  Struts-internal objects, similar in spirit to the bean:struts
  tag in the existing libraries.

* The integration library supports either prefix mapping (/faces/*)
  or extension mapping (*.faces) for the JavaServer Faces servlet.

* You can use the new s:loadMessages tag to expose a Struts
  MessageResources object as a Map, so that messages can be looked
  up using value binding expressions, similar to the way that the
  standard f:loadBundle tag works with resource bundles.  This allows
  you to use your existing Struts application resources seamlessly with
  non-Struts component tags.

Craig McClanahan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANNOUNCE] Updated Struts-Faces Integration Library

2003-06-06 Thread Craig R. McClanahan


On Fri, 6 Jun 2003, Dom wrote:

 Date: Fri, 6 Jun 2003 12:41:11 +0200
 From: Dom [EMAIL PROTECTED]
 Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
 To: Struts Users Mailing List [EMAIL PROTECTED],
  [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: [ANNOUNCE] Updated Struts-Faces Integration Library

 Hi

 I've downloaded struts-faces-20030605.zip  but it looks like nothing has
 changed , the classes dates are the same as thr older ones, and it's still
 referencing ea3


That's because the hard drive on my desktop PC at home (which is where all
the nightly builds for Struts and most of the Commons packages are
created) decided to have serious problems the night of the 5th -- frst
time in my life I have *ever* had to fsck a Linux disk partition by hand,
and it unfortunately ate a pretty good chunk of my directory structure
:-(.

I'm working to deal with this, in the midst of getting ready to travel to
JavaOne next week, but in the mean time the only way to get the updated
version is to build it from source (you can get that via anonymous CVS by
following the instructions on the Jakarta web site).

 Dom

Craig

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANNOUNCE] Updated Struts-Faces Integration Library

2003-06-05 Thread Craig R. McClanahan
As you might already be aware, the Public Draft 2 version of the
JavaServer Faces specification is now available:

  http://java.sun.com/j2ee/javaserverfaces/download.html

with many new and exciting features.  The EA4 version of the JavaServer
Faces reference implementation is available as part of the Java
Web Services Developer Pack 1.2 release (and easily separable for
use on other containers):

  http://java.sun.com/webservices/downloads/webservicespack.html

I have updated the Struts-Faces integration library that was previously
published, to accomodate the API changes in the new version.  Nightly
builds of the updated code, starting with the 20030605 version (i.e.
tonight) will be available at:

  http://jakarta.apache.org/builds/jakarta-struts/nightly/struts-faces/

(Versions up through and including 20030604 are for the EA3 release of
Faces; wait until tomorrow to grab the updated code.)

Craig McClanahan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]