| Home : Java : Jini |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
Jini Listings
|
|
Total:
10 | Displaying: 1 - 10 |
|
|
Sponsored Links
|
|
A new bag of tricks for developing Web services SOAP can\'t deliver Summary SOAP (Simple Object Access Protocol) and its supporting standards, such as Jini and EJBs (Enterprise JavaBeans), cannot deliver certain Web services. Jini and EJBs are good for enterprise-level applications, but not for all cross-enterprise applications. This article describes Jtrix, an open source Web services platform for secure, roving applications. It examines the limits of existing standards,
Updated: 05/12/2005
|
|
|
This article revisits the original Jini vision, surveys Jini's progress since the technology's introduction in 1998, and suggests the roles Jini might play in Java's future
Updated: 04/10/2005
|
|
|
This article gives you a glimpse of the Jini TM community in action and looks at what the serviceui project from Jini.org has proposed for a standard way to attach a user interface to a Jini service. Discussing Service UIs on the Jini-users Mailing List My experience with Jini service UIs began back in January, when I posted the following query to the Jini-users mailing list.
Updated: 04/10/2005
|
|
|
In the first part of this series, I discussed the technologies underlying an application that could resist the impact of a 767. I called this system Corporate Operating System, or COS. The need for such systems has forced the emergence of many new layers in application development, above and beyond the traditional n-tier structure. We have the Java Virtual Machine layer as a substrata, followed by a Service Container layer, in parallel with a basic set of ensemble...
Updated: 04/10/2005
|
|
|
The events of September 11 were a wake-up call to software developers the world over. Of the many large firms that held critical data or even entire data centers in the World Trade Center towers, few had timely offsite backups in place. One firm even did its offsite backup from Tower 1 into Tower 2, reasoning -- like the people who decided to only insure one tower -- that the chance of both towers vanishing was slim in the extreme.
Updated: 04/10/2005
|
|
|
Jini Technology in the Home and Enterprise a Real-World Example Jini technology gives real-world ease-of-use a boost for many types of networked devices and services. For example, consider the steps needed to install and configure a new VCR today versus installing a VCR into the Jini technology-enabled home entertainment system of the future. In a traditional home entertainment system today, the consumer must: Plug in the VCR, running cables to TV and other equipment as well.
Updated: 04/10/2005
|
|
|
Jini TM technology has become the hot topic for anyone interested in connecting a wide range of information devices to a network. When you plug any Jini technology-enabled device into a network, its services and resources are immediately available. Part of the reason is Jini technology's distributed event mechanisms. This article discusses methods of handling distributed events.
Updated: 04/10/2005
|
|
|
This PsiNaptic whitepaper focuses on the application of Jini(tm) network technology for resource-constrained mobile devices. As a result of a recent technology breakthrough, a micro version of Jini network technology can now be used to address a number of current challenges and gaps faced by the mobile industry. To read "The Application of Jini(tm) Technology to Enhance the Delivery of Mobile Services.
Updated: 04/10/2005
|
|
|
Interfacing With C From Java With JNI: Part 2
When passing or returning values in the form of parameters from Java to C or vice versa, we have to follow a mapping system. Let's assume you want to pass an integer parameter from Java to C. Firstly, you just check the mappings (which are in form of a table) and note the corresponding mapping for the integer data type. Next, you pass your parameter from you Java Code as a normal integer but collect it from your C code as the data type which corresponds to the integer parameter in the mappings.
Updated: 03/17/2005
|
|
|
Interacting With C From Java With JNI: Part 1/2
JNI allows us to write some code in C/C++ and then talk to that code through Java. In part one of this two part article, Neville introduces us to the concepts behind JNI with a simple example in C.Platform independence is one of the most common buzzwords in the industry today. Everybody wants flexibility. Everybody wants to program in his or her favorite programming language. Sometimes of course it's not a matter of choice, as some components of an application have to be programmed in a completely different language for whatsoever reason. Well, in Java we have JNI as a solution. Let me tell you in short what we can do using the JNI. Basically we can write code in other native programming languages (like C and C++) and use that same code in our java file.
Updated: 03/17/2005
|
|