You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by mraible <ma...@raibledesigns.com> on 2007/07/12 02:24:55 UTC

Re: MyFaces 1.2??

Any update on a 1.2 implementation of MyFaces? I might be prototyping an
application with JSF + Facelets in the next week. I'll use MyFaces if
there's a 1.2 implementation. Otherwise, I'm planning on using Sun's RI.

Thanks,

Matt


Bruno Aranda wrote:
> 
> Honestly, I have been moving so many things that I am not sure what
> might be left. Basically I did move all the stuff so shared is
> backwards compatible (tomahawk was not compiling with the snapshot of
> myfaces 1.2 which passed the TCK due to changes in shared). I would be
> great if you could check that those things that you remember
> implementing/fixing are in myfaces 1.2 too (and this is not only for
> Martin!) :-)
> 
> Then, myfaces 1.2 will be ready for release. However, now there is a
> bug [1] that make some coercions to fail, but I think it is a bug in
> tomcat-el, although it appeared when I was doing the more complex part
> of the merge (mostly, javascript and form rendering) which I guess it
> has nothing to do but you never know...
> 
> Cheers,
> 
> Bruno
> 
> [1] https://issues.apache.org/jira/browse/MYFACES-1656
> 
> On 10/06/07, Martin Marinschek <ma...@gmail.com> wrote:
>> That's very good - is there anything major you had to leave out? Just
>> asking - to make sure that I can skip the check, cause I do know I
>> enabled some stuff in 1.1 which wouldn't make it over in this case
>> (e.g. in configuration handling).
>>
>> Yes, the autoformatting problem will be much better now that we'll be
>> working on one codebase only ;)
>>
>> regards,
>>
>> Martin
>>
>> On 6/10/07, Bruno Aranda <br...@gmail.com> wrote:
>> > Yes, I have merge a lot of the old stuff into the new code (such as
>> > calling a pre-defined function when clicking the onclick of buttons,
>> > instead of writing the call in each onclick attribute). I might have
>> > forgotten many things along the way, as it is difficult to merge the
>> > two codebases as the formatting of classes after fixing some issues
>> > for 1.1 have changed (remember to not use autoformatting if you don't
>> > have the myfaces codestyle configured!), so it has been a manual work
>> > checking line per line (of course, not everywhere!). The TCK passes,
>> > though, after all these changes :)
>> >
>> > Cheers,
>> >
>> > Bruno
>> >
>> > On 10/06/07, Martin Marinschek <ma...@gmail.com> wrote:
>> > > Hey Bruno,
>> > >
>> > > cool, you are converting over the old stuff already? I didn't know -
>> > > thanks so much...
>> > >
>> > > ;)
>> > >
>> > > regards,
>> > >
>> > > Martin
>> > >
>> > > On 6/5/07, Bruno Aranda <br...@gmail.com> wrote:
>> > > > There are one or two bugs and I am adding most of the stuff added
>> to
>> > > > 1.1 since we created the branch for 1.2 whenever is compatible.
>> > > > So, yes, the release is going to be done pretty soon,
>> > > >
>> > > > Cheers,
>> > > >
>> > > > Bruno
>> > > >
>> > > > On 05/06/07, Matthias Wessendorf <ma...@apache.org> wrote:
>> > > > > a release will be out soon.
>> > > > > the nightly builds are available and the TCK has been passed.
>> > > > >
>> > > > > -Matthias
>> > > > >
>> > > > > On 6/5/07, Julien Martin <ba...@gmail.com> wrote:
>> > > > > > Hello,
>> > > > > > When can we expect a 1.2 version of MyFaces??
>> > > > > > Thanks in advance,
>> > > > > > Julien.
>> > > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Matthias Wessendorf
>> > > > >
>> > > > > further stuff:
>> > > > > blog: http://matthiaswessendorf.wordpress.com/
>> > > > > mail: matzew-at-apache-dot-org
>> > > > >
>> > > >
>> > >
>> > >
>> > > --
>> > >
>> > > http://www.irian.at
>> > >
>> > > Your JSF powerhouse -
>> > > JSF Consulting, Development and
>> > > Courses in English and German
>> > >
>> > > Professional Support for Apache MyFaces
>> > >
>> >
>>
>>
>> --
>>
>> http://www.irian.at
>>
>> Your JSF powerhouse -
>> JSF Consulting, Development and
>> Courses in English and German
>>
>> Professional Support for Apache MyFaces
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/MyFaces-1.2---tf3873172.html#a11551651
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: MyFaces 1.2??

Posted by Matthias Wessendorf <ma...@apache.org>.
and... it passed the TCK

On 7/12/07, Matthias Wessendorf <ma...@apache.org> wrote:
> Yes,
>
> there is an impl of 1.2 on MyFaces. No official release, but that's
> not to far away.
> Two days ago, we released a dependency and now we focus on the first
> 1.2 release.
>
> The API JAR is here:
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/core/myfaces-api/1.2.0-SNAPSHOT/
>
> The IMPL JAR is here:
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/core/myfaces-impl/1.2.0-SNAPSHOT/
>
> Greetings,
> Matthias
>
> On 7/12/07, mraible <ma...@raibledesigns.com> wrote:
> >
> > Any update on a 1.2 implementation of MyFaces? I might be prototyping an
> > application with JSF + Facelets in the next week. I'll use MyFaces if
> > there's a 1.2 implementation. Otherwise, I'm planning on using Sun's RI.
> >
> > Thanks,
> >
> > Matt
> >
> >
> > Bruno Aranda wrote:
> > >
> > > Honestly, I have been moving so many things that I am not sure what
> > > might be left. Basically I did move all the stuff so shared is
> > > backwards compatible (tomahawk was not compiling with the snapshot of
> > > myfaces 1.2 which passed the TCK due to changes in shared). I would be
> > > great if you could check that those things that you remember
> > > implementing/fixing are in myfaces 1.2 too (and this is not only for
> > > Martin!) :-)
> > >
> > > Then, myfaces 1.2 will be ready for release. However, now there is a
> > > bug [1] that make some coercions to fail, but I think it is a bug in
> > > tomcat-el, although it appeared when I was doing the more complex part
> > > of the merge (mostly, javascript and form rendering) which I guess it
> > > has nothing to do but you never know...
> > >
> > > Cheers,
> > >
> > > Bruno
> > >
> > > [1] https://issues.apache.org/jira/browse/MYFACES-1656
> > >
> > > On 10/06/07, Martin Marinschek <ma...@gmail.com> wrote:
> > >> That's very good - is there anything major you had to leave out? Just
> > >> asking - to make sure that I can skip the check, cause I do know I
> > >> enabled some stuff in 1.1 which wouldn't make it over in this case
> > >> (e.g. in configuration handling).
> > >>
> > >> Yes, the autoformatting problem will be much better now that we'll be
> > >> working on one codebase only ;)
> > >>
> > >> regards,
> > >>
> > >> Martin
> > >>
> > >> On 6/10/07, Bruno Aranda <br...@gmail.com> wrote:
> > >> > Yes, I have merge a lot of the old stuff into the new code (such as
> > >> > calling a pre-defined function when clicking the onclick of buttons,
> > >> > instead of writing the call in each onclick attribute). I might have
> > >> > forgotten many things along the way, as it is difficult to merge the
> > >> > two codebases as the formatting of classes after fixing some issues
> > >> > for 1.1 have changed (remember to not use autoformatting if you don't
> > >> > have the myfaces codestyle configured!), so it has been a manual work
> > >> > checking line per line (of course, not everywhere!). The TCK passes,
> > >> > though, after all these changes :)
> > >> >
> > >> > Cheers,
> > >> >
> > >> > Bruno
> > >> >
> > >> > On 10/06/07, Martin Marinschek <ma...@gmail.com> wrote:
> > >> > > Hey Bruno,
> > >> > >
> > >> > > cool, you are converting over the old stuff already? I didn't know -
> > >> > > thanks so much...
> > >> > >
> > >> > > ;)
> > >> > >
> > >> > > regards,
> > >> > >
> > >> > > Martin
> > >> > >
> > >> > > On 6/5/07, Bruno Aranda <br...@gmail.com> wrote:
> > >> > > > There are one or two bugs and I am adding most of the stuff added
> > >> to
> > >> > > > 1.1 since we created the branch for 1.2 whenever is compatible.
> > >> > > > So, yes, the release is going to be done pretty soon,
> > >> > > >
> > >> > > > Cheers,
> > >> > > >
> > >> > > > Bruno
> > >> > > >
> > >> > > > On 05/06/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > >> > > > > a release will be out soon.
> > >> > > > > the nightly builds are available and the TCK has been passed.
> > >> > > > >
> > >> > > > > -Matthias
> > >> > > > >
> > >> > > > > On 6/5/07, Julien Martin <ba...@gmail.com> wrote:
> > >> > > > > > Hello,
> > >> > > > > > When can we expect a 1.2 version of MyFaces??
> > >> > > > > > Thanks in advance,
> > >> > > > > > Julien.
> > >> > > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > --
> > >> > > > > Matthias Wessendorf
> > >> > > > >
> > >> > > > > further stuff:
> > >> > > > > blog: http://matthiaswessendorf.wordpress.com/
> > >> > > > > mail: matzew-at-apache-dot-org
> > >> > > > >
> > >> > > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > >
> > >> > > http://www.irian.at
> > >> > >
> > >> > > Your JSF powerhouse -
> > >> > > JSF Consulting, Development and
> > >> > > Courses in English and German
> > >> > >
> > >> > > Professional Support for Apache MyFaces
> > >> > >
> > >> >
> > >>
> > >>
> > >> --
> > >>
> > >> http://www.irian.at
> > >>
> > >> Your JSF powerhouse -
> > >> JSF Consulting, Development and
> > >> Courses in English and German
> > >>
> > >> Professional Support for Apache MyFaces
> > >>
> > >
> > >
> >
> > --
> > View this message in context: http://www.nabble.com/MyFaces-1.2---tf3873172.html#a11551651
> > Sent from the MyFaces - Users mailing list archive at Nabble.com.
> >
> >
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Re: MyFaces 1.2??

Posted by Matthias Wessendorf <ma...@apache.org>.
Yes,

there is an impl of 1.2 on MyFaces. No official release, but that's
not to far away.
Two days ago, we released a dependency and now we focus on the first
1.2 release.

The API JAR is here:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/core/myfaces-api/1.2.0-SNAPSHOT/

The IMPL JAR is here:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/core/myfaces-impl/1.2.0-SNAPSHOT/

Greetings,
Matthias

On 7/12/07, mraible <ma...@raibledesigns.com> wrote:
>
> Any update on a 1.2 implementation of MyFaces? I might be prototyping an
> application with JSF + Facelets in the next week. I'll use MyFaces if
> there's a 1.2 implementation. Otherwise, I'm planning on using Sun's RI.
>
> Thanks,
>
> Matt
>
>
> Bruno Aranda wrote:
> >
> > Honestly, I have been moving so many things that I am not sure what
> > might be left. Basically I did move all the stuff so shared is
> > backwards compatible (tomahawk was not compiling with the snapshot of
> > myfaces 1.2 which passed the TCK due to changes in shared). I would be
> > great if you could check that those things that you remember
> > implementing/fixing are in myfaces 1.2 too (and this is not only for
> > Martin!) :-)
> >
> > Then, myfaces 1.2 will be ready for release. However, now there is a
> > bug [1] that make some coercions to fail, but I think it is a bug in
> > tomcat-el, although it appeared when I was doing the more complex part
> > of the merge (mostly, javascript and form rendering) which I guess it
> > has nothing to do but you never know...
> >
> > Cheers,
> >
> > Bruno
> >
> > [1] https://issues.apache.org/jira/browse/MYFACES-1656
> >
> > On 10/06/07, Martin Marinschek <ma...@gmail.com> wrote:
> >> That's very good - is there anything major you had to leave out? Just
> >> asking - to make sure that I can skip the check, cause I do know I
> >> enabled some stuff in 1.1 which wouldn't make it over in this case
> >> (e.g. in configuration handling).
> >>
> >> Yes, the autoformatting problem will be much better now that we'll be
> >> working on one codebase only ;)
> >>
> >> regards,
> >>
> >> Martin
> >>
> >> On 6/10/07, Bruno Aranda <br...@gmail.com> wrote:
> >> > Yes, I have merge a lot of the old stuff into the new code (such as
> >> > calling a pre-defined function when clicking the onclick of buttons,
> >> > instead of writing the call in each onclick attribute). I might have
> >> > forgotten many things along the way, as it is difficult to merge the
> >> > two codebases as the formatting of classes after fixing some issues
> >> > for 1.1 have changed (remember to not use autoformatting if you don't
> >> > have the myfaces codestyle configured!), so it has been a manual work
> >> > checking line per line (of course, not everywhere!). The TCK passes,
> >> > though, after all these changes :)
> >> >
> >> > Cheers,
> >> >
> >> > Bruno
> >> >
> >> > On 10/06/07, Martin Marinschek <ma...@gmail.com> wrote:
> >> > > Hey Bruno,
> >> > >
> >> > > cool, you are converting over the old stuff already? I didn't know -
> >> > > thanks so much...
> >> > >
> >> > > ;)
> >> > >
> >> > > regards,
> >> > >
> >> > > Martin
> >> > >
> >> > > On 6/5/07, Bruno Aranda <br...@gmail.com> wrote:
> >> > > > There are one or two bugs and I am adding most of the stuff added
> >> to
> >> > > > 1.1 since we created the branch for 1.2 whenever is compatible.
> >> > > > So, yes, the release is going to be done pretty soon,
> >> > > >
> >> > > > Cheers,
> >> > > >
> >> > > > Bruno
> >> > > >
> >> > > > On 05/06/07, Matthias Wessendorf <ma...@apache.org> wrote:
> >> > > > > a release will be out soon.
> >> > > > > the nightly builds are available and the TCK has been passed.
> >> > > > >
> >> > > > > -Matthias
> >> > > > >
> >> > > > > On 6/5/07, Julien Martin <ba...@gmail.com> wrote:
> >> > > > > > Hello,
> >> > > > > > When can we expect a 1.2 version of MyFaces??
> >> > > > > > Thanks in advance,
> >> > > > > > Julien.
> >> > > > > >
> >> > > > >
> >> > > > >
> >> > > > > --
> >> > > > > Matthias Wessendorf
> >> > > > >
> >> > > > > further stuff:
> >> > > > > blog: http://matthiaswessendorf.wordpress.com/
> >> > > > > mail: matzew-at-apache-dot-org
> >> > > > >
> >> > > >
> >> > >
> >> > >
> >> > > --
> >> > >
> >> > > http://www.irian.at
> >> > >
> >> > > Your JSF powerhouse -
> >> > > JSF Consulting, Development and
> >> > > Courses in English and German
> >> > >
> >> > > Professional Support for Apache MyFaces
> >> > >
> >> >
> >>
> >>
> >> --
> >>
> >> http://www.irian.at
> >>
> >> Your JSF powerhouse -
> >> JSF Consulting, Development and
> >> Courses in English and German
> >>
> >> Professional Support for Apache MyFaces
> >>
> >
> >
>
> --
> View this message in context: http://www.nabble.com/MyFaces-1.2---tf3873172.html#a11551651
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org