JINI

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2001 ]

Articles
  

Articles:
  • Jini: Out of the Bottle and Into the Box by Daniel H. Steinberg   - [Clicks: 18]
    What if a Jini lookup service was available in every shipping JVM? Not just for enterprise applications - where Jini is a natural fit - but also in every J2SE and J2ME distribution. Jini is Java's secret weapon.
    http://www.onjava.com/pub/a/onjava/2004/12/29/jini.html - Dec, 2004
  • Java Dynamic Networking with Jini Technology, Part 1 by Jennifer Kotzen   - [Clicks: 12]
    If you are having trouble keeping your distributed system up and running, Jini technology may be just what you need. Learn how Java dynamic networking can help your system help itself.
    http://www.devx.com/Java/Article/21947 - Sep, 2004
  • Using Objects to Configure Jini Network Services by John McClain   - [Clicks: 11]
    Secure large-scale Java distributed computing is at the heart of the 2.0 Jini release. Every aspect of building a secure distributed computing environment is configurable in Jini. However, that freedom introduces a new set of choices Jini developers and service deployers must make. To ease that complexity, Jini 2.0 introduces a service configuration model. Instead of the configuration language du jour - XML - the Jini model uses Java objects to configure complex services and their clients. This article provides a tutorial on using the Jini service configuration model, and also illuminates the decisions by the Jini architects to rely on objects, rather than on a document model, for service configuration.
    http://www.artima.com/spontaneous/jiniconfig.html - Jun, 2004
  • Service your application with Jini by Lasse Koskela   - [Clicks: 16]
    One of the latest IT buzzwords has been Service-Oriented Architectures (SOA), which essentially suggests that applications built against services instead of components is a potential way to build more robust and flexible systems. While SOA has recently been tightly associated with Web Services, the concept of structuring systems as services distributed across the network isn't anything new. Jini network technology has been around for half a decade already and has proven itself as a robust technology for implementing the low-level wiring of distributed Java applications. If you have missed the Jini train so far, here's a little intro to get you up to speed with the Jini architecture within minutes, even.
    [Includes source code]
    http://www.javaranch.com/newsletter/200404/Jini.html - Apr, 2004

[Top]