Tagged Questions
Javaspaces provides a cooperative marketplace for posting and retrieving groups of related objects across a network
4
votes
2answers
248 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?
3
votes
6answers
402 views
Anyone using JavaSpaces technology?
Are there real practical uses of JavaSpaces technology out there and how exactly is it implemented?
2
votes
2answers
102 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
4answers
129 views
Process comunication in JAVA, JavaSpaces
Two Java programs have to cummunicate with each other, To do that I found two possibilities
Using Sockets
Using JavaSpaces
After looking into the description, I found out, that JavaSpaces is ...
2
votes
3answers
1k views
What are the advantages/disadvantages for distributing multi stage tasks via JMS or JavaSpaces?
When trying to distribute work that requires a multiple stage processing pipeline what are the communication, synchronization and throughput costs limitations in JMS vs JavaSpaces?
1
vote
1answer
49 views
Query over Java Space connection?
Sample of the code:
ServiceTemplate tmp1 = new ServiceTemplate(null, classes, null);
try {
/* if(System.getSecurityManager() == null)
System.setSecurityManager(new ...
1
vote
0answers
42 views
Javaspaces, Rest and event-driven architectures
I'd like to know more about the convergence of Javaspaces, REST and Event-driven architectures. Where I could look for information about all technologies together, please?
Thanks ^_^
1
vote
1answer
153 views
Why I can't use my physical ip to see my website after using NAT in Eucalyptus
I have two real machines.
One is responsible for NAT and IP redirect called NC2 and another is responsible for eucalyptus KVM established 3 virtual machine.
No doubt, the OS of machine which is ...
1
vote
2answers
65 views
Is Javaspaces supported on GWT?
Following a suggestion on a related post (see here), I was wondering if Javaspaces technology is supported on GWT?
1
vote
5answers
441 views
Using Blitz implementation of JavaSpaces
I have great doubts about this forum, but I am willing to be pleasantly surprised ;) Kudos and great karma to those who get me back on track.
I am attempting to use the blitz implementation of ...
0
votes
2answers
77 views
JavaSpaces tutorials
Where could I find JavaSpaces tutorials?
Points of interests for me:
What can I do with it?
How do I use it?
How does it work?
0
votes
3answers
243 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
59 views
How to deploy JavaSpaces on two computers?
I successfully installed JavaSpace on Ubuntu, tried one example and it worked. Now I don't know how to deploy JavaSpace on other Ubuntu and use it like JavaSpace node. I installed JavaSpace on the ...