You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Leonardo Uribe <lu...@apache.org> on 2014/01/14 05:42:46 UTC

[core] What's new in MyFaces 2.2

Hi

For the people who want to know quickly what's new in MyFaces 2.2, I
have written a summary of the new features here:

http://lu4242.blogspot.com/2014/01/whats-new-in-myfaces-22.html

regards,

Leonardo Uribe

Re: [core] What's new in MyFaces 2.2

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
MyFaces 2.2.0 is working just as good as MyFaces 2.1.13 (has been working
over the last few months).

So, i guess MyFaces 2.2.0 is here to stay in my app. Thank you!


On Wed, Jan 15, 2014 at 2:54 AM, Howard W. Smith, Jr. <
smithh032772@gmail.com> wrote:

> Done (deployed MyFaces 2.2.0 with my app in production).
>
> On Tue, Jan 14, 2014 at 12:54 PM, Howard W. Smith, Jr. <
> smithh032772@gmail.com> wrote:
>
>> i am really going to have to make the step to migrate to JSF 2.2.
>> hopefully will do it, ASAP. thanks again.
>
>
>
>

Re: [core] What's new in MyFaces 2.2

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
Done (deployed MyFaces 2.2.0 with my app in production).

On Tue, Jan 14, 2014 at 12:54 PM, Howard W. Smith, Jr. <
smithh032772@gmail.com> wrote:

> i am really going to have to make the step to migrate to JSF 2.2.
> hopefully will do it, ASAP. thanks again.

Re: [core] What's new in MyFaces 2.2

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
Understood, thanks Leonardo. i am really going to have to make the step to
migrate to JSF 2.2. hopefully will do it, ASAP. thanks again.



On Tue, Jan 14, 2014 at 9:40 AM, Leonardo Uribe <lu...@gmail.com> wrote:

> Hi
>
> 2014/1/13 Howard W. Smith, Jr. <sm...@gmail.com>:
> > Wow, interesting that you sent this email as I was writing my email,
> asking
> > a few questions bout MyFaces 2.2.
> >
> > Your other posts about MyFaces 2.1.14 (and 2.0.20) inspired/motivated me
> to
> > think about MyFaces 2.2. I am considering migrating my app from MyFaces
> > 2.1.x to 2.2. I think I tested/ran my app already with MyFaces 2.2, and
> > since the last time that I tested/used myFaces 2.2, I have no
> > issues/defects to report. Just have not pushed MyFaces 2.2 to my
> production
> > environment yet.
> >
>
> The changes included in JSF 2.2 does not make any conflict with 2.0 / 2.1
> code.
> The migration step from 2.1 to 2.2 is very simple, just replace the
> jars and that's
> it. There are some differences like for example the view scope beans are
> now
> stored in session and if CDI is enabled, view scope is managed by CDI.
>
> Additionally, there wasn't any change that affect the behavior
> significantly in
> JSF 2.2, so the code looks very stable. It were also included a lot of
> junit tests
> for the new features to ensure everything works as expected, which reduces
> in the long term the occurrence of bugs and provides a better code quality.
>
> > I wanted to wait and hear a bit more from the community about it, but
> (LOL)
> > that's the thing, there are not many questions at all on MyFaces user
> list.
> > Evidently, it just works! :)
> >
> >
> >
> > On Mon, Jan 13, 2014 at 11:42 PM, Leonardo Uribe <lu...@apache.org>
> wrote:
> >
> >> Hi
> >>
> >> For the people who want to know quickly what's new in MyFaces 2.2, I
> >> have written a summary of the new features here:
> >>
> >> http://lu4242.blogspot.com/2014/01/whats-new-in-myfaces-22.html
> >>
> >> regards,
> >>
> >> Leonardo Uribe
> >>
>

Re: [core] What's new in MyFaces 2.2

Posted by Leonardo Uribe <lu...@gmail.com>.
Hi

2014/1/13 Howard W. Smith, Jr. <sm...@gmail.com>:
> Wow, interesting that you sent this email as I was writing my email, asking
> a few questions bout MyFaces 2.2.
>
> Your other posts about MyFaces 2.1.14 (and 2.0.20) inspired/motivated me to
> think about MyFaces 2.2. I am considering migrating my app from MyFaces
> 2.1.x to 2.2. I think I tested/ran my app already with MyFaces 2.2, and
> since the last time that I tested/used myFaces 2.2, I have no
> issues/defects to report. Just have not pushed MyFaces 2.2 to my production
> environment yet.
>

The changes included in JSF 2.2 does not make any conflict with 2.0 / 2.1 code.
The migration step from 2.1 to 2.2 is very simple, just replace the
jars and that's
it. There are some differences like for example the view scope beans are now
stored in session and if CDI is enabled, view scope is managed by CDI.

Additionally, there wasn't any change that affect the behavior significantly in
JSF 2.2, so the code looks very stable. It were also included a lot of
junit tests
for the new features to ensure everything works as expected, which reduces
in the long term the occurrence of bugs and provides a better code quality.

> I wanted to wait and hear a bit more from the community about it, but (LOL)
> that's the thing, there are not many questions at all on MyFaces user list.
> Evidently, it just works! :)
>
>
>
> On Mon, Jan 13, 2014 at 11:42 PM, Leonardo Uribe <lu...@apache.org> wrote:
>
>> Hi
>>
>> For the people who want to know quickly what's new in MyFaces 2.2, I
>> have written a summary of the new features here:
>>
>> http://lu4242.blogspot.com/2014/01/whats-new-in-myfaces-22.html
>>
>> regards,
>>
>> Leonardo Uribe
>>

Re: [core] What's new in MyFaces 2.2

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
Wow, interesting that you sent this email as I was writing my email, asking
a few questions bout MyFaces 2.2.

Your other posts about MyFaces 2.1.14 (and 2.0.20) inspired/motivated me to
think about MyFaces 2.2. I am considering migrating my app from MyFaces
2.1.x to 2.2. I think I tested/ran my app already with MyFaces 2.2, and
since the last time that I tested/used myFaces 2.2, I have no
issues/defects to report. Just have not pushed MyFaces 2.2 to my production
environment yet.

I wanted to wait and hear a bit more from the community about it, but (LOL)
that's the thing, there are not many questions at all on MyFaces user list.
Evidently, it just works! :)



On Mon, Jan 13, 2014 at 11:42 PM, Leonardo Uribe <lu...@apache.org> wrote:

> Hi
>
> For the people who want to know quickly what's new in MyFaces 2.2, I
> have written a summary of the new features here:
>
> http://lu4242.blogspot.com/2014/01/whats-new-in-myfaces-22.html
>
> regards,
>
> Leonardo Uribe
>