• 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 for dist. programing

 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anyone here who is working in distributed computing using jini? I have tried in the last months, but jini seems like stuck.

Thanks.
 
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
The jini.org site seems to be pretty active and is probably the best place to get help.

What do you mean by "stuck"?

Bill
 
Jaime M. Tovar
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Compared to other java technologies jini is much less active. I want to work with jini for distribute computing but a have found very few active projects using jini. Maybe I just looked in the wrong place but even I found that there are project to generate a java spaces api without the jini stuff. The jini.org site looks really fine but when I tried out the tutorials and examples, I found that they are out of date of the current jini distribution. The examples ran fine in a local machine but when I tried to run them in a distributed way the connections didn�t succeed. I converted to rmi objects and did the same thing and worked just fine. I think I miss configured something but after three days didn�t get the correct configuration following the site instructions step by step.

Would you recommend me to use rather plane rmi to do the distributed stuff? I mean jini concept sounds as just the api to use in distributed environments but I can�t invest a lot of time in a project if there isn�t a strong community supporting jini.
 
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
I understand your concern - Jini does not get as much publicity as I think it should, and after much dithering there is still not a simple install and go package.

Sun is trying to create an open-source Jini project at the Apache Software Foundation. Take a look at this proposal (only a few days old).

Do you have a specific project in mind?

Most of the activity I see is using Javaspaces and there are some free Javaspaces releases.

Bill
 
Jaime M. Tovar
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I�m working in a grid computing enviroment. So JINI just seems perfect in paper. But when I began trying to use it I found I has little commercial use.

I�m in the point where I need to decide to use an already working api for java grid computing. Or trying to do something new as adding functionality to a working api. The thing is that working api use RMI or plain sockets and it would be interesting to port some of their functionalities to JINI ground.
 
What a show! What atmosphere! What fun! What a tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic