EJB Facade basic question

Hi All,

I have a basic question on EJB Session Facade design pattern.

What is the extra code we write in normal Session Bean, to make it as Session Facade.

I never involve in EJB coding, but i know the coding and bit curious to know about it. I see Normal Session Bean coding and also seen Session Facade coding, i dont find any difference in implementation, then y do we call it as a Session Facade design pattern. Are all session beans are by default called Session Facade or do we need to write any extra code in a normal Session bean to make it as SF.

Requesting to clarify.

Thanks & Regards,

Ravi Kumar

[654 byte] By [rkrgarlapatia] at [2007-11-27 10:41:52]
# 1

There's a nice explanation on http://java.sun.com/blueprints/patterns/SessionFacade.html.

The way I read it, my session beans are really session facades already, so why not yours too? However, that page also gives an example of a session bean that wouldn't count as session facade.

OleVVa at 2007-7-28 19:15:09 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...