The Artima Developer Community
Sponsored Link

Jini Forum
communication between service proxy and service backend

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
pavan kumar peddu

Posts: 1
Nickname: peddu
Registered: Apr, 2005

communication between service proxy and service backend Posted: Apr 1, 2005 4:17 PM
Reply to this message Reply
Advertisement
hi,
i am in the process of developing a client which basically monitors applications using a set of services which the applications provide.

the communication between the service proxy on the client and the service back-end(jini service) providers is not defined by jini.

i took up RMI to do this job. the service backend registers to a rmi registry and the service proxy accesses the service backend using RMI.

but currently the registry provided by the java implementation has some limitations due to security problems. you cant use centralized rmi registry to handle rmi services on different IP nodes. in other words rmi services from a different IP node(s) cant register at a registry. so i am forced to run a rmi registry on every node a jini service(application) runs. this seems to be an overkill.

any work arounds? or any better implementation suggestions are appreciated..

Topic: integration of jini and web services Previous Topic   Next Topic Topic: when starting lus(reggie), Exception

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use