top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is Session facade in EJB?

+2 votes
307 views
What is Session facade in EJB?
posted Feb 1, 2015 by Amit Kumar Pandey

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Session Façade is one of the design pattern which is used in EJB component in this pattern session beans are used as a wrapper classes for entity bean and using session bean we interact with Entity bean .it will give clean approach towards client access to bean components and also reduce network calls so as to make the whole system of high performance.

answer Feb 1, 2015 by Kali Mishra
...