Explain @CustomScoped annotations?
Answer / Radhey Shyam Sharma
"@CustomScoped is an annotation used in JSF to define a custom scope for a managed bean. This allows developers to create beans that are only available within specific parts of the application or during specific phases of its lifecycle. "
| Is This Answer Correct ? | 0 Yes | 0 No |
Can jsf contain multiple configuration files?
how you can call multiple listeners in JSF?
Explain the life cycle of JSF?
What is h: output text tag in jsf?
Name some important event handlers.
Explain the different kinds of bean scopes in jsf?
What is f:converter tag in jsf (javaserver faces)?
How can we obtain the generated event?
Explain the jsf architecture.
What does the @applicationscoped annotation indicate?
Give a list of facelet tags.
Why jsf is not so popular as mvc framework like spring mvc, even though its older?