jini « Library « Java Enterprise Q&A





1. Is JINI at all active anymore?    stackoverflow.com

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 ...

3. What has replaced JINI?    stackoverflow.com

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 ...

4. JINI vs WCF comparison / articles    stackoverflow.com

Does anyone know where I can find a good JINI vs WCF comparison / article? I've googled a lot and seriously can't find anything.. Best regards, MF.

5. Where to start with JavaSpaces?    stackoverflow.com

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 ...

6. Question about Jini API    stackoverflow.com

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 ...

7. Jini/JavaSpaces discovery error    stackoverflow.com

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 example. It works. After that I exported ...

8. Apache River documentation    stackoverflow.com

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 ...

9. jini service discovery    stackoverflow.com

In Jini service discovery, you can search for all types of services by providing null for the class[] of service types to discover. My question is what happens if you don't ...





10. JINI on Win 98?    coderanch.com

Hi, I may be a bit off the topic but this one is the closest discussion board on JavaRanch. Has anyone tried Jini? I have downloaded the Jini Starter Kit but it seems that it doesn't work on Win 95/98. As instructed, I performed the following: 1. Run the GUI - StartService 2. Run RMID from there after setting directories 3. ...

11. Developing a Client Server Application using Jini    coderanch.com

Hi I am trying to develop a client server application using Jini. My architecture is quite straight forward.. After a review of the application services provided by and the architectures behind the various computational grids existing, it was realized that a dispatcher-based approach to cater for the dynamic load balancing, would suit ideally for our needs to this project. In this ...

12. running Jini    coderanch.com

13. Codebase problem in Jini    coderanch.com

14. Jini vs Jxta    coderanch.com

Hello everybody, I am developing an application which shares a printer in a network using Jini. The same application will also be developed using Jxta. The aim is to compare the two applications and thereby comparing the two technologies. The aim is not to decide on which is better, but to find the advantages and disadvantages of using these technologies in ...

15. about jini??    coderanch.com

16. new to jini    coderanch.com

Two books I can think of: Jini in a Nutshell -- really a reference, but the examples are small and simple. I would buy anything written by Oaks and Wong on sight -- they're very, very good at breaking things down for easy digestion. Jini by Example -- This is Keith Edwards' follow-on to Core Jini, which from all accounts was ...





17. How Run Two Jini Lookup Services on Same Computer For Testing?    coderanch.com

I want to run two different lookup services on the same computer. But here's the thing: 1. I do not want them to find each other UNLESS I explicitly ask them to (i.e. Unicast) I know this is a problem because the LookupServices all do multicast discovery and discover the "near" services. How do I start two diff. lookup services and ...

18. how to pronounce this word: JINI?    coderanch.com

19. HELP! Problem starting Reggie/Services for Jini on Laptop!    coderanch.com

I am running Windows 2000 Professional on my laptop. Whenever I try to either start up Reggie, or any other service, I get the following error: (When starting Reggie) java.net.BindException: Cannot assign requested address: set socket option failed at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122) at sun.rmi.server.Activation$ActivatorImpl_Stub.activate(Unknown Source) at java.rmi.activation.ActivationID.activate(ActivationID.java:89) at com.sun.jini.start.ClassLoaderUtil$ActivateClass.activate(ClassLoaderUtil.java:616) at java.lang.reflect.Method.invoke(Native Method) at com.sun.jini.start.ServiceStarter.doCreate(ServiceStarter.java:1219) at com.sun.jini.start.ServiceStarter.create(ServiceStarter.java:377) at com.sun.jini.start.ServiceStarter.create(ServiceStarter.java:300) at ...

20. JINI - MAC Address    coderanch.com

21. Any experience with Jini TCK (Jini Technology Core Platform Compatibility Kit)    coderanch.com

My company has several jini enabled components and I am trying to pass the Jini TCK. A sun representative lead some people in my company to believe that this would be an easy process....like 2 hours to setup and complete the tests. I have spent almost a day messing with it so far, and it seems I still have several days ...

22. Jini cann,t start it    coderanch.com

23. How to compile jini in windows    coderanch.com

24. An open source Jini app    coderanch.com

Hi guys, Could you please give me a hand in this... i've gotta write an analysis for an open source jini(or jxta or .net) application as my uni assignment, but i seem to have troubles finding one. Could you please be so kind and share few links witn me if you know any. Thank you very much, Ilya.

25. Using Jini in Production?    coderanch.com

26. Trying to get JINI 2.0.002 Hello example running    coderanch.com

I decided to get back up to speed with the latest version of JINI so I could use JavaSpaces. Downloaded and installed jini-2_0_002-src.zip (Jini Technology Starter Kit). My j2sdk is version 1.4.2 - on WinXP prof. I followed the directions in the Hello example file, including the: Installing the dynamic policy granting feature by putting jsk-policy.jar in the JAVA_HOME/jre/lib/ext directory, populating ...

27. Trouble starting Jini Lookup server (reggie.jar)    coderanch.com

hi, I am at the beginning on a Jini project. I have tried to start bundles web server and RMID, and they are working fine, however, when tried to startup the (reggie.jar) it first created the log directory, and then just exited without any exception or message. Without any exception or message, I am not able to debug or figure out ...

28. Journal Article - Service your application with Jini    coderanch.com

That is a nice solid article that represents a lot of work. However I don't know if it was a good idea to use JINI 1.2 when JINI 2.0 is now available. Of course, I don't follow JINI news too closely, and JINI 1.2 may be the most commonly used. Personally, I think that JavaSpaces - which use JINI - are ...

29. About Jini Network Technology    coderanch.com

30. Installing & Configuring JINI    coderanch.com

31. What is JINI    coderanch.com

I can't see that they are that similar. JINI is for general purpose connectivity in loose networks - you could certainly do management functions with JINI, but it is much more general than that. Sun has been trying to get JMX going for many years - I guess they finally to the point where people found it useful, but it just ...

32. Unable to Start JINI lookup server    coderanch.com

Hi JINI Users, I am able to start HTTPServer., and Rmi server.. But while starting REGGIE Jini Lookupserver., it is giving message - Failed to load Main-Class manifest attribute from C:\jini2_0_1/lib/reggie.jar -- When i see the package reggie.jar it is not having CreateLookup.class file in that jar.. And i didnt find Main-Class attribute in Manifest file of reggie.jar.. I am using ...

33. JINI 1.2 : REGGIE    coderanch.com

Hi, I have to use JINI1.2, but iim not able to launch reggie correctly, that's what i did : 1)I launched a personal webserver 2)I started RMID : start rmid -log rmid.log -J-Djava.security.policy=policy.all 3)I made a compilation with RMIC 4)I tried to launch reggie : java -Djava.security.policy=policy.all -jar C:\jini1_2_1_001\lib\reggie.jar http://localhost:8080/reggie-dl.jar C:\Server\policy.all C:\Serveur\logs\reggie.log public So the first time I tried to run ...

34. Jini in the Nutshell    coderanch.com

Would you prefer if I were not a bot? An irrecoverable stack overflow has occurred. Unexpected Signal : 10 occurred at PC=0xd3fbcac0 Function name=spinup__14PhaseIdealLoopFP4NodeN21RP4NodeT4N21 Compiler thread crashed while compiling a method! Compiled method class='> Compiled method name= Compiled method signature=(Lcom/javaranch/moderator/ai/Nathan;[Lcom/javaranch/moderator/ai/Nathan) V Library=/clients/javaranch/home/moderators/jre/bin/../lib/PA_RISC2.0/server/libjvm.sl Current Java thread: "CompileThread0" daemon prio=7 tid=0x000369a8 nid=10 lwp_id=12119 runnable [0x00000000..0x74e001b8] Dynamic libraries: /clients/javaranch/home/moderators/jre/bin/../bin/PA_RISC2.0/native_threads/java text:0x00001000-0x00007384 data:0x00008000-0x000086b8 /clients/javaranch/home/moderators/jre/bin/../lib/PA_RISC2.0/server/libjvm.sl text:0xd3800000-0xd4068000 data:0x7f70a000-0x7f7ca000 ...

35. JINI vs UPnP    coderanch.com

37. Jini - Required to Lookup Service    coderanch.com

38. Jini book    coderanch.com

39. Hello World for jini    coderanch.com

40. jini    coderanch.com

41. Something like JINI    coderanch.com

Hello. I have several computers in my net. I have several services on each computer(EJB3.0). Some of these services may depend on the others. For example I have service(EJB3.0) A on computer1 and B on computer2. Servce A depneds on service B. (or just can use it if B is available) But I don want to tell service A that service ...

42. Jini question    coderanch.com

43. jini Server Getting closed    coderanch.com

I have an application say app1 which bind an object to the jini lookup service reggie.My many client interact with the my app1 using the object i have made available at look up service. After some time by app1 is terminating itself.i.e it is getting closed down.I am register my object using the code ServiceRegistrar registrar.register(serviceItem, Lease.FOREVER); can you please suggest ...

44. Is anyone using Jini?    coderanch.com

Does anyone know of any companies actually using Jini? What are they using it for? Since this technology came out I've been impressed by the possibilities for it but I've seen no real uses of it. It doesn't seem to have caught on, despite the fact that everyone's trying to get a million different devices to work together.

45. jini problem under NAT and suggestions required    coderanch.com

Hello, I have gone through many posts and forums spending lot of time researching on this issue. After months of work with Jini, we have finished writing a complex push client/server based on jini. Things work fine in local LAN but not in production environment (Murphy's law). My setup is like this The LUS server running JINI sends a message to ...

46. jini for dist. programing    coderanch.com

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 ...

47. Ppt on Jini    coderanch.com

[c] Hello everyone I am having a presentation on jini networking i am familiar with java but jini seems to be a complete new term can anyone help as to what to include and what not to include in my presentation May be say what is jini? advantages disadvantages uses and stuff and some important thing which will make my presentation ...

48. Jini and "Placeholder/Proxy" Classes    coderanch.com

I just got started with Jini and I'm converting an app over that used a bit of RMI. The switch is pretty straitforward however one thing is bugging me. I've found that for every Jini "service" I write I also have to write a set of placeholder classes on the client. For instance say I wrote an interface for adding numbers, ...

49. Jini in simple words    coderanch.com

Wow, that Jini entry in wikipedia is really terse. I found this quote attributed to the Jini specification book: "Jini technology is a simple infrastructure for providing services in a network, and for creating spontaneous interactions between programs that use these services. Services can join or leave the network in a robust fashion, and clients can rely upon the availability of ...

50. On Jini road    coderanch.com

51. Language Independency and JINI    coderanch.com

Hi, I am trying to implement the Service Oriented Architecture (SOA) using JINI. I am facing a difficulty while I am trying to implement the language independent feature. Do I have to use JNI to implement the same? If so then could anyone please brief me the procedure? Thanks & Regards Tridib

52. About JINI(Distributed JavaSpace)    coderanch.com

53. JINI IN A LAN    coderanch.com

Hi all, I am using 3 linux systems for working with JINI, I used 1 system for lookup service and another sys for servic and the other for the client. First I started the lookup service in 1st system and then i tried to start the service in other system by keeppng the host address as the first system address thn ...

54. JINI with JavaSpace    coderanch.com

55. Jini and JavaSpaces    coderanch.com

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" ...

56. JINI vs BLUETOOTH    coderanch.com

57. difference btwn JNI & Jini    coderanch.com

59. What is the future of Jini/ Javaspace?    coderanch.com

60. jini remote machine issue    coderanch.com

Hi, I have a jini application, when it is being run on the same machine as the Javaspace every feature including the notifiers work perfectly however when I run the application on a separate machine the remoteEvent notifiers stop working, everything else still works fine, it can get objects from the space and put them in i just doesn't receive notifications ...

61. Is Jini dead?    coderanch.com

If I understand correctly, Sun essentially dumped Jini and it was picked up by the Apache project and renamed to Apache River. It is in 'incubation' there which basically means it is a project in its infancy. I was on the mailing list for a while but there wasn't a lot of movement and most of the discussion was about getting ...

62. Where to download JINI starter kit?    coderanch.com

63. Jini Technology    coderanch.com

Hi all, alright I got the word "Jini Technology" from Head First Java book. They advice the book users to stick with these technologies and to learn how to use them. I know that technology is something where you can control a TV using a Java program. I am a student, but I think this is the time to learn about ...

64. JINI and p2p architecture    forums.oracle.com

Yeah: Everywhere. JINI is not a client-server environment, but is service-orientated. Every node is both a client and a server, i.e. a 'peer' - thus JINI is a P2P platform. JINI is mostly for service-discovery and scaling for mobile agents. What you choose to do will be based on what your project will do. P2P platforms are very different from eachother ...

65. Question on JINI Spaces    forums.oracle.com

Hi, we made a application using JINI Spaces where we got a problem. our application is kind Server/Client application and we have 2 versions of application. our client looks for a SpaceEntry (Implementation of JINI Entry) in server when it connected to server. both the versions of client has entry name same that is SpaceEntry but latest Client has more variables(class ...

66. some JINI problems    forums.oracle.com

For Java Technolgy : JINI 1.1, I started the services : rmid, webserver, reggie, maalo & outrigger. Everything works fine, but if I have a problem, I cannot run the services again, unless I reboot my system, because : 1. I use some ports, and I got the messages : port is still opened. 2. the log directory cannot be deleted. ...

67. understanding JINI - JavaSpace - read / readIfExists    forums.oracle.com

Hello. I want to understand what doI need for Javaspace.read ? Javaspace.read( ... , timeout) There is a check until timeout occurs, so if timeout is : 5 minutes, and object does not exists, I will wait 5 minutes (So I will wait until someone will create the object in space). Is that true ? (look like read acts : it ...