Hello, I'm thinking about using Jini-Features in an existing Network. There is no possibility to touch the serving machines. Therefor I thought about an external PC,that contains all the Jini-functionality. I only need client sided jini features. So the serving machines can be manually registered on that external Jini-Machine (maybe via webinterface). This additional, external Jini-Machine shall register the applied servers at the lookup-s. There has to be a client-sided Proxy-object, which translates (located directly on the client) the java methods directly into propriate for talking to the servers without the necessity of a translating Proxy-machine between Clients and Servers. (like shown in client-description at the jini-site)
has anyone done something like that before ? Is it possible to use a 2 way connection between clients and servers without having any server-sided java-functionality ?