What are some ways to declare a class a managed jsf bean?



What are some ways to declare a class a managed jsf bean?..

Answer / Prabhat Kumar Singh

To declare a class as a managed JSF bean, you can use the @ManagedBean annotation or the <managed-bean> XML declaration in your faces-config.xml file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Server Faces (JSF) Interview Questions

Explain JSF architecture?

1 Answers  


What is jsf life cycle and its phases?

1 Answers  


Explain immediate and rendered attributes?

1 Answers  


What are facelet jsf tags?

1 Answers  


What do you understand by java server faces (jsf)?

1 Answers  


Explain the life cycle of JSF?

1 Answers  


what does JSF-Managed Bean?

1 Answers  


Can we have more than one faces-config.xml files in jsf?

1 Answers  


what is JSF or Java Server Faces?

1 Answers  


How does execution phase work in jsf (javaserver faces) lifecyle?

1 Answers  


What is f:validaterequired tag in jsf (javaserver faces)?

1 Answers  


What is h: output text tag in jsf?

1 Answers  


Categories