Hi all,

I am having this little problem with deployment, hopefully someone can
help me out thanks! :P  (note: this is my university thesis..all these
are purely made up..if anything sounds strange, pls tell me :P  )


Here is the setup of my system, a internet hub (central server) and a
list of suppliers.  The hub is required to access the supplier's EJB,
and the list of suppliers to access is pretty much dynamic.

So far, I have successfully deployed BMP-EJB on the supplier's
side...so the hub is required to access supplier's server with login
and that to find the bean at java:comp/env/ejb/BeanName.

However, is this good at all??  I mean...the hub will then have to
store login+passwd for each of the server....

Can I do it the other way around?  ie, when deploying...supplier
access hub's server with login+passwd and deploy their bean at the
hub's server, so the hub only access its local Naming service (JNDI),
and don't have to store all the passwds and that...so maybe something
like...java:comp/env/ejb/<supp id>/BeanName ????

Anyone??

Thanks in advance!

Regards, James

Reply via email to