Interview Questions

What is session Facade?

EJB Interview Questions and Answers


(Continued from previous question...)

2. What is session Facade?

Session Facade is a design pattern to access the Entity bean through local interface than accessing directly. It increases the performance over the network. In this case we call session bean which on turn call entity bean.

(Continued on next question...)

Other Interview Questions