>>How to make one bean to see other one?
>>For example first is for some job, and second is for communicate with
>>some database and is needed by first.
> What do you mean by one bean to see the other one?
How can java beans communicate each other?
slawek
Tomer Ben-David - 27 Oct 2004 21:41 GMT
> >>How to make one bean to see other one?
> >>For example first is for some job, and second is for communicate with
[quoted text clipped - 3 lines]
>
> slawek
Genrealy as far as I know its just as the client knows any EJB, from
first EJB create the other (local home interface) and use it.