Questions tagged [javaspaces]

Javaspaces provides a cooperative marketplace for posting and retrieving groups of related objects across a network

See this link for more info

28 questions
7
votes
1 answer

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 couln't find JavaSpaces library. Is it moved to JINI or what?
Иван Бишевац
  • 12,001
  • 20
  • 60
  • 88
6
votes
1 answer

jini starter kit 2.1 for installing blitz javaSpaces

I need to set up blitz JavaSpaces (here). On Blitz installation guide one of the requiered packages is the starter kit for JINI 2.1, but the link offered is broken and I can't seem to find it anywhere else. I've been looking at Apache River Project,…
4
votes
2 answers

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 River.
Иван Бишевац
  • 12,001
  • 20
  • 60
  • 88
3
votes
3 answers

Process communication in JAVA, JavaSpaces

Two Java programs have to communicate 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 apparently the better solution. Sadly, I can't get it to…
Stefan
  • 13,724
  • 13
  • 70
  • 123
3
votes
6 answers

Anyone using JavaSpaces technology?

Are there real practical uses of JavaSpaces technology out there and how exactly is it implemented?
Lonzo
  • 2,660
  • 4
  • 21
  • 26
1
vote
1 answer

Query over Java Space connection?

Sample of the code: ServiceTemplate tmp1 = new ServiceTemplate(null, classes, null); try { /* if(System.getSecurityManager() == null) System.setSecurityManager(new RMISecurityManager());*/ thisIp =…
Jeetesh Nataraj
  • 578
  • 1
  • 7
  • 19
1
vote
0 answers

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 ^_^
Sergio
  • 772
  • 1
  • 7
  • 26
1
vote
1 answer

JavaSpaces - Objects Returning (Both Read / Take) With All Values as Null

I've been trying to set up some JavaSpaces stuff, but the problem I've been having is strange. Assume this is the object (not using Object in this case, just trying to obfuscate / generalise) I'm trying to place: import…
1
vote
1 answer

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 responsible for eucalyptus is Linux. The guest OS of…
Charles Wu
  • 854
  • 1
  • 7
  • 15
1
vote
2 answers

Is Javaspaces supported on GWT?

Following a suggestion on a related post (see here), I was wondering if Javaspaces technology is supported on GWT?
jldupont
  • 82,560
  • 49
  • 190
  • 305
1
vote
0 answers

JavaSpace exception on ServiceRegistrar call

i have today a one problem with Java development for GigaSpaces. My web-application under tomcat brings me such failure 2013-08-15 10:13:29,217 [JavaSpaceFactory.java:57] INFO - JavaSpaceFactory#getSpace java.security.AccessControlException: access…
1
vote
0 answers

javaSpace Security error

Trying work with the TransactionManager but getting the error (see below) everytime the application is run. Error: java.security.AccessControlException: access denied ("java.net.SocketPermission" "[0:0:0:0:0:0:0:1]:4160" "connect,resolve") I…
user1725794
  • 247
  • 1
  • 4
  • 14
1
vote
0 answers

JavaSpaces Notify Handler Method

I am trying to implement a handler method which can a notify depending on the parameters that are passed into the space. E.g i have the following code which puts a template into space where tab is the name of a room: private void…
MSRahman
  • 79
  • 1
  • 10
1
vote
5 answers

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 JavaSpaces (http://www.dancres.org/blitz/blitz_js.html)…
deltaVee
  • 78
  • 1
  • 8
1
vote
3 answers

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?
JavaUser
1
2