Are @ManagedBean's obsolete in JavaEE6 - because of @Named in CDI/Weld?
Posted
by yournamehere
on Stack Overflow
See other posts from Stack Overflow
or by yournamehere
Published on 2010-05-28T16:48:22Z
Indexed on
2010/05/28
17:32 UTC
Read the original article
Hit count: 204
Because of CDI (and its implementation Weld), every POJO in JEE6 can be annotated with @Named, which makes the POJO accessible to the view. Does that mean that ManagedBeans are completely obsolete now? Or do i miss something where @ManagedBean still makes sense?
© Stack Overflow or respective owner