Files
Rossen Stoyanchev 743dd2b144 Add spring-build 2.2.3.
spring-build was previously included via an svn:external. Adding
directly to the source tree under Git to avoid the need for a git
submodule.

In order to build from any earlier commit, it is recommended to
export spring-build or symlink an existing copy into the root
of the spring-framework project and then build normally.

$ svn export https://src.springsource.org/svn/spring-build/tags/project-build-2.2.3 spring-build
2011-12-29 12:37:34 -05:00
..
2011-12-29 12:37:34 -05:00
2008-04-02 21:28:01 +00:00
2008-05-14 13:42:14 +00:00
2008-11-14 08:38:10 +00:00
2010-05-17 10:23:15 +00:00
2010-06-16 07:33:26 +00:00
2010-07-21 04:41:24 +00:00

The current status of this sample as of June 2, 2010 is 'not working'. 

See notes below on combining JSF 1.2, Portlet 2.0, and Facelets.

JSF 2 is not yet supported by any jsf-portlet bridge implementation. 
The jsf-portlet bridges by Sun and Apache MyFaces support JSF 1.2.

Portlet 2.0 (required by Spring 3 and Spring Web Flow 2.1) is supported by Apache MyFaces only. 

Official Facelets support is missing from both implementations. While there are some 
suggestions on how to create a PortletFaceletsViewHandler on the Apache MyFaces user 
list (see the thread referenced in the JavaDoc of the PortletFaceletsViewHandler in 
this project), the suggested solution doesn't appear to be complete.