Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [faces-dev] Faces 4.1 M2 upcomming

I have a question, if the Faces built-in IOC is removed and use CDI as default, will it work with Spring in future?
---

Regards,

Hantsy Bai

Self-employed consultant, fullstack developer, agile coach, freelancer/remote worker

GitHub: https://github.com/hantsy

Twitter: https://twitter.com/@hantsy

Medium: https://medium.com/@hantsy


On Thu, Mar 7, 2024 at 12:15 AM Arjan Tijms via faces-dev <faces-dev@xxxxxxxxxxx> wrote:
Hi,

On Wed, 6 Mar 2024 at 11:11, Joaquim Hangalo via faces-dev <faces-dev@xxxxxxxxxxx> wrote:
Thanks for the clarification.
Therefore, the old managed Beans were replaced by CDI, but we can use the _expression_ "Managed Beans" to talk about CDI when used at the Jakarta Faces level

Old managed beans (aka native jsf managed beans) were fully removed see https://jakarta.ee/specifications/faces/4.0/jakarta-faces-4.0#backward-compatibility-with-previous-versions

We did leave some traces of the term here and there, which are spec bugs. It's really good you mentioned this, so I'll take a look to remove them fully. The term "managed bean" was a bit overloaded. There were the JSF native ones, but also a pseudo super spec that made a lot of things in Jakarta EE managed beans (an attempt to unite all different component models), but this one failed / was overshadowed by CDI.

I think we mostly just call the CDI beans in Jakarta Faces "beans" or when they sit behind a page specifically a "backing bean".

Kind regards,
Arjan Tijms



 
_______________________________________________
faces-dev mailing list
faces-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/faces-dev

Back to the top