Re: EJB Client Stub jar - Concept Evaluation



Manju wrote:
Dear all
When we deploy any Enterprise Java Bean (Session Bean or Entity
Bean ), it generates Client stub jar.
It is always said that this stub jar is for client as proxy and it is
supposed to be reference to ejbs not the the actual implementation.
Practally when we extracted this client jar we could see the classes
of Actual EJB also.
In RMI , in stubs I have never found implementaed class.

So, what this client stub jar in EJB actually does? Is this a
different concept of stub?
Because we always say that implementation is hidden

You use Google Groups, don't you, you poor benighted poster.

When one says that the "implementation is hidden" in object-oriented (OO) programming, one doesn't mean that a human cannot get to it, one means that client code cannot get to it.

--
Lew
.



Relevant Pages

  • Re: EJB Client Stub jar - Concept Evaluation
    ... In EJB for that we are using Home interface to gain access to actual ... the actual bean methods as per specification. ... it generates Client stub jar. ...
    (comp.lang.java.programmer)
  • EJB Client Stub jar - Concept Evaluation
    ... When we deploy any Enterprise Java Bean (Session Bean or Entity ... it generates Client stub jar. ... what this client stub jar in EJB actually does? ...
    (comp.lang.java.programmer)
  • EJB Client Stub jar - Concept Evaluation
    ... When we deploy any Enterprise Java Bean (Session Bean or Entity ... it generates Client stub jar. ... what this client stub jar in EJB actually does? ...
    (comp.lang.java.programmer)
  • EJB Client Stub jar - Concept Evaluation
    ... When we deploy any Enterprise Java Bean (Session Bean or Entity ... it generates Client stub jar. ... what this client stub jar in EJB actually does? ...
    (comp.lang.java.programmer)