• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jini and JavaSpaces

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,
Jini could be viewed as an advanced Java RMI but what about JavaSpaces?
How JavaSpaces differs from Jini?
Doesn't JavaSpaces implement Google's MapReducde?
 
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
1. *Jini could be viewed as an advanced Java RMI but what about JavaSpaces?
- JavaSpaces is built on a JINI framework, probably the widest use of JINI

2. *How JavaSpaces differs from Jini?
- See above - Jini is the general communication framework

3. *Doesn't JavaSpaces implement Google's MapReducde?
- You could use JavaSpaces to implement the so called "Map/Reduce" approach to distributed computing, it is a general tool for communication between multiple computers.

Bill
 
Hussein Baghdadi
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Would you please suggest a couple of cases where JavaSpaces could fit?
It seems it is so powerful technology, why we don't see it in the industry (except for GigaSpaces)?
 
William Brogden
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
See this article for my take on where Javaspaces fits in the "Grid" computing picture.

It seems it is so powerful technology, why we don't see it in the industry (except for GigaSpaces)?



Why would you expect a casual glance to show where it is used "in industry."

Bill
 
Poop goes in a willow feeder. Wipe with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic