What is backing bean?



What is backing bean?..

Answer / Nikesh Gupta

A backing bean is a JavaBean that provides business logic and data access methods for JSF (JavaServer Faces) components. It handles the communication between the UI components and the model objects, thus acting as a bridge between them.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

what is mean by API ? Please answer me. Advance thanks.

2 Answers   Excel,


Why stateless is better than stateful?

1 Answers  


What happens when I change a value in the httpsession from inside an ejb?

1 Answers  


Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?

1 Answers  


What is stateful session bean?

1 Answers  


Who took over ejb?

1 Answers  


Differentiate Conversational from Non-conversational interactions?

1 Answers  


Can an ejb send asynchronous notifications to its clients?

1 Answers  


What transaction attributes does Java Bean containers support?

1 Answers  


How does a container, manage access, from multiple transactions on an entity bean?

1 Answers  


How can I access ejb from asp?

1 Answers  


What do you mean by abstract schema?

1 Answers  


Categories