Tagged Questions
4
votes
2answers
269 views
Where to start with JavaSpaces?
i need to start with JavaSpaces and i found this article. But i found JINI library and downloaded it but i couln't find JavaSpaces library. Is it moved to JINI or what?
4
votes
4answers
514 views
What has replaced JINI?
It seems that JINI is pretty much an abandoned project. The latest release from the Jini.org site is from last year, and there has been no news since then.
JINI appears to be very useful to provide ...
3
votes
7answers
528 views
Is JINI at all active anymore?
Everyone I talk to who knows (knew) about it claims it was the greatest thing since sliced bread. Why did it fail? Or, if it didn't fail, who's using it now?
2
votes
2answers
117 views
Apache River documentation
As it seems to me Jini is no longer available and it is moved to Apache River. There is poor documentation, and I wonder if there are some tutorials or other documentation for starting with Apache ...
2
votes
1answer
425 views
Migrating C code that talks to a USB glucometer device from Linux to Android
Post for StackOverflow: Android 2.2 USB SW Support
I have a Bayer USB glucometer that I reverse engineered using a usbsnoop tool in Windows.
I also found a Perl script to convert the usbsnoop ...
0
votes
0answers
17 views
How to start a lookup service in JINI 2.x?
I am working on a distributed project using jini2_1.
Starting a lookup service in jini 1x was simple just start the reggie,jar
but how to start the lookup service in jini 2.x?
Any Help will be ...
0
votes
3answers
273 views
Jini/JavaSpaces discovery error
On this article: http://java.sun.com/developer/technicalArticles/tools/JavaSpaces/ is a tutorial how to run JavaSpaces client. I wrote these classes in Eclipse, started Launch-All script and Run ...
0
votes
1answer
108 views
Question about Jini API
I am trying to learn about the Jini API in java, but can't get my head around how the server and client interact, and am constantly seeing things being referred to as "smart proxies". What are smart ...
0
votes
3answers
720 views
Classpath problems with Jini ClassDep, Java's dependency finder
I started to use Sun's ClassDep as a solution to fight the inclusion of unnecessary JARs in my resulting WAR application. It seems to rock. However, this beast is hard to tame!
I'm getting several ...