| Author |
[newbe]Two beans in jsp
|
|
| Slawek Marcinkowski 2004-10-25, 8:56 am |
| 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.
best regards
slawek
| |
| Tomer Ben-David 2004-10-26, 3:57 pm |
| Slawek Marcinkowski <slawek@nospam.bankier.pl> wrote in message news:<cliru3$u99$1@news.dialog.net.pl>...
> 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.
>
> best regards
> slawek
What do you mean by one bean to see the other one?
| |
| Slawek 2004-10-27, 3:57 pm |
| Tomer Ben-David wrote:
> What do you mean by one bean to see the other one?
How can java beans communicate each other?
slawek
| |
| Tomer Ben-David 2004-10-27, 8:56 pm |
| Slawek <slawek@nospam.bankier.pl> wrote in message news:<clocgr$o8b$1@news.dialog.net.pl>...
> Tomer Ben-David wrote:
> How can java beans communicate each other?
>
> 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.
|
|
|
|