Answers

Question and Answer:

  Home  Java EJB Programming

⟩ What is session Facade in EJB?

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.

 163 views

More Questions for you: