• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Jini As a WebService

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
UDDI can be used as a WebService but i want to know whether we can use Jini with UDDI as a WebService.I need some informative material on this topic.
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you explain what would these two technologies (Jini, UDDI) be responsible for?
I guess it would be possible to publish the UUID of a Jini service into the UDDI registry and then lookup the service from available Jini Lookup Services, but that still doesn't make it a web service if the actual Jini service is being invoked with an RMI call, a raw socket connection, or something else which isn't SOAP.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you are going to always need an interface component that handles the "web service" to JINI translation.
For example, I have a servlet that takes an HTML form request and creates a Java object that is sent via JINI to a JavaSpace. Another process looks for requests showing up in the space - does the required processing and writes the result to the space. The servlet then picks up the result via the JINI connection to the JavaSpace and creates the HTML response.
This could just as easily work with a SOAP request and a published WSDL.
Bill
 
girl power ... turns out to be about a hundred watts. But they seriuosly don't like being connected to the grid. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic