What is session facade?

What is session facade?

- Session façade is one of the design pattern.

- It is utilized in developing enterprise applications frequently.

- Session façade is implemented as a higher level component like session in EJB, and has all iterations between low level components like entity in EJB.

- After that, it provides an interface that functions an application or part of it. Then it decouples the lower level components by simplifying the design.
EJB CMP and BMP: What is the difference between CMP and BMP?
EJB CMP and BMP - JDBC Net pure Java driver(Type IV) is the fastest driver because it converts the jdbc calls to network protocol used by DBMS Server...
EJB-isolation-levels.aspx
EJB transaction isolation levels - Transaction_read_uncommitted- Allows a method to read uncommitted data from a DB(fast but not wise)....
Bean managed transaction: What is bean managed transaction?
Bean managed transaction - This is usually when a developer does not want the Container to manage the transactions. ..
Post your comment