Re: Support for JSF 2.0

2009-03-18 Thread Martin Dubuc
I can't find the JSP 2.2 specification, but if you look at JSR-316, you will see that the basis for Java EE 6 is servlet 3.0, JSP 2.2 and JSF 2.0. I am not sure it makes much sense to align JSP 2.1 with servlet 3.0. Martin On Tue, Mar 17, 2009 at 4:34 PM, Mark Thomas ma...@apache.org wrote:

RE: Support for JSF 2.0

2009-03-18 Thread Leo Donahue - PLANDEVX
- From: Martin Dubuc [mailto:martind1...@gmail.com] Sent: Wednesday, March 18, 2009 6:23 AM To: Tomcat Users List Subject: Re: Support for JSF 2.0 I can't find the JSP 2.2 specification, but if you look at JSR-316, you will see that the basis for Java EE 6 is servlet 3.0, JSP 2.2 and JSF 2.0. I am

Re: Support for JSF 2.0

2009-03-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 3/9/2009 5:44 PM, Martin Dubuc wrote: I am wondering if there are plans to support JSF 2.0 when it is released. I assume that support for JSF 2.0 will require support for new servlet/JSP specs (somehting like servlet 3.0/JSP 2.2). Would

Re: Support for JSF 2.0

2009-03-17 Thread Mark Thomas
Christopher Schultz wrote: Martin, On 3/9/2009 5:44 PM, Martin Dubuc wrote: I am wondering if there are plans to support JSF 2.0 when it is released. I assume that support for JSF 2.0 will require support for new servlet/JSP specs (somehting like servlet 3.0/JSP 2.2). Would this be done in

Re: Support for JSF 2.0

2009-03-17 Thread Martin Dubuc
It is my understanding that Java EE 6 will use JSP 2.2, servlet 3.0 and JSF 2.0. I am wondering if Tomcat 7.0 should also support JSP 2.2 in addition to servlet 3.0. I have seen on the Sun's JSF forum a poster claim that JSF 2.0 would work with JSP 2.0 and servlet 2.5, so I guess Tomcat 6.0.x

Re: Support for JSF 2.0

2009-03-17 Thread Mark Thomas
Martin Dubuc wrote: It is my understanding that Java EE 6 will use JSP 2.2, servlet 3.0 and JSF 2.0. I am wondering if Tomcat 7.0 should also support JSP 2.2 in addition to servlet 3.0. As far as I am aware, there is no JSP 2.2 spec in the works. If you know different, a reference would be