Re: MyFaces w/ Facelets

2005-07-13 Thread Jacob Hookom
Adam Winer (ADF Faces) committed quite a few changes this evening and I'm going to work on preparing another release tonight/tomorrow. He mainly focused on JSF 1.1 support for MyFaces and the extensive ADF functionality. One feature that we are looking at is being able to have a complete

Re: MyFaces w/ Facelets

2005-07-07 Thread Jacob Hookom
I will check licensing with Sun after their break. The licensing has more to do with the new EL-API dependencies from Glassfish than it does with the JSF-RI. -- Jacob Martin Marinschek wrote: We have just been discussing your technology in a Thread, and were very interested in using it.

Re: MyFaces w/ Facelets

2005-07-07 Thread Matthias Wessendorf
Jacob, just a question glassfish is sun's app server, isn't it? so its new EL-API dependency is *new* EL for JSF1.2 and JSP 2.1 ? if so ... does glassfish currently contain a jsp 2.1 web container? -Matthias On 7/7/05, Jacob Hookom [EMAIL PROTECTED] wrote: I will check licensing with Sun

Re: MyFaces w/ Facelets

2005-07-07 Thread Jacob Hookom
Yeah, everything we worked on within the Web Tier EG was incorporated into Glassfish on Java.net. We currently run JSF RI 1.2 unit tests against Glassfish with the JSP 2.1 capabilities. JSF RI 1.2 still works without JSP 2.1, but only with an alternative ViewHandler that isn't dependent on

Re: MyFaces w/ Facelets

2005-07-07 Thread Matthias Wessendorf
Jacob, thanks. but some more... JSF RI 1.2 still works without JSP 2.1, but only with an alternative ViewHandler that isn't dependent on JSP 2.1 (ex Facelets or possibly Clay). For example, Facelets just uses the EL-API and EL-RI from Glassfish and now the JSF 1.2 'spec' can be used in

Re: MyFaces w/ Facelets

2005-07-07 Thread Martin Marinschek
I asked at the JavaOne, and there was nothing like a fixed date... regards, Martin On 7/7/05, Matthias Wessendorf [EMAIL PROTECTED] wrote: Jacob, thanks. but some more... JSF RI 1.2 still works without JSP 2.1, but only with an alternative ViewHandler that isn't dependent on JSP 2.1

Re: MyFaces w/ Facelets

2005-07-07 Thread Martin Marinschek
Sorry, I meant the date of the working JSP2.1 implementation in tomcat.. regards, Martin On 7/7/05, Martin Marinschek [EMAIL PROTECTED] wrote: I asked at the JavaOne, and there was nothing like a fixed date... regards, Martin On 7/7/05, Matthias Wessendorf [EMAIL PROTECTED] wrote:

Re: MyFaces w/ Facelets

2005-07-07 Thread Jacob Hookom
Ed Burns (JSF co-spec lead) usually tags his emails with how many days are left on the specification (a count down if you will). At the end of June, his email said that there were 20 usable days left on the specification-- so again I'm thinking end of July or early August at the latest.

RE: MyFaces w/ Facelets

2005-07-07 Thread Abrams, Howard A
AFAIK, JSF 1.2 won't be really 'final' until Java EE 5 is final. -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED] Sent: Thursday, July 07, 2005 7:24 AM To: MyFaces Development Subject: Re: MyFaces w/ Facelets Ed Burns (JSF co-spec lead) usually tags his emails

Re: MyFaces w/ Facelets

2005-07-07 Thread Martin Cooper
On Thu, 7 Jul 2005, Jacob Hookom wrote: Yeah, everything we worked on within the Web Tier EG was incorporated into Glassfish on Java.net. We currently run JSF RI 1.2 unit tests against Glassfish with the JSP 2.1 capabilities. JSF RI 1.2 still works without JSP 2.1, but only with an

Re: MyFaces w/ Facelets

2005-07-07 Thread Jacob Hookom
Martin Cooper wrote: Does this mean that Commons EL is no longer being used as the EL implementation, and has been replaced by some other implementation? That would seem rather sad / annoying / silly. The EL now has it's own specification and eventually it's own JSR, separate from JSP.

MyFaces w/ Facelets

2005-07-06 Thread Jacob Hookom
I just released an early access of Facelets which works with MyFaces, JSF RI 1.1 and 1.2. Also included in the release are a couple demo applications that you can deploy with the MyFaces dependencies. Facelets acts as an alternative JSF templating technology that can be used independent of