Jini Community Newsletter - May 2005

Jim Hurley <[email protected]>
Newsgroups gmane.comp.java.sun.javaspaces
Message-ID <[email protected]>
May2005.html (text/html, 9 KB)
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
 <title>Jini Community Newsletter - May 2005</title>
</head>
<body text="#000000" BGCOLOR="#666699" link="#CC0000" vlink="#006600" alink="#FF0000">

<table CELLPADDING="10" WIDTH="100%" BGCOLOR="#FFFFFF">
<tr>
<td ALIGN="CENTER" VALIGN="TOP" COLSPAN="2" BGCOLOR="#666699">
        <img SRC="http://www.jini.org/Newsletter/graphics/newsletter_head.gif"
        height="160" width="611" ALT="Jini Community(TM)
        Newsletter">
        </td>
</tr>
<tr BGCOLOR="#666699">
        <td VALIGN="CENTER" WIDTH="62%"                 BGCOLOR="#FFFFCC"><b><font size="+1"><font      color="#CC0000">May 31, 2005</font></font></b>
        </td>

        <td ALIGN="RIGHT" VALIGN="CENTER" WIDTH="38%"   BGCOLOR="#FFFFCC">
        <b><font color="#FFFFFF"><font size="+1">
        <a href="http://www.jini.org/">Jini.org</a></font></font></b>
        </td>
</tr>
<tr>
        <td ROWSPAN="2" ALIGN="Left" VALIGN="TOP" WIDTH="62%">
        <a name="welcome"><h2>Here we go...</h2></a>


<P>Just under the wire - we continue our new streak by presenting
the May Newsletter! Just back from a fantastic visit to NYC where
we had the opportunity to work with the active
<a href="http://nyjavasig.com">NY Java SIG</a> (props to Frank
Greco) and talk Jini technology and Community with a host
of Java developers (more on this to come)... we're back with<br>
<b>News and information from around the Jini Community...</b>

<P>Grab a cup of joe, and check out the May Newsletter. This month
we've got a new feature article in the Design Corner, "Jini Technology
Introduction - Part One", by Phil Bishop. We're also highlighting
recent News, JDP activity, Jini.org project info, and of course, a blast from
the past with an article from the archives in "Classic Jini Community".


<P>
-Jim
        </td>
        <td VALIGN="TOP" COLSPAN="1" WIDTH="38%"                BGCOLOR="#666699"><b>
        <font color="#FFFFFF"><font size="+1">
        Table of Contents</font></font></b>
                <ul>


                <LI><a href="#DesignCorner"><b>
                <font color="#FFFFFF"><font size="+1">
                DesignCorner</font></font></b></a>

                 <LI><a href="#news"><b>
                <font color="#FFFFFF"><font size="+1">
                In The News
                </font></font></b></a>

                <LI><a href="#jdp"><b>
                <font color="#FFFFFF"><font size="+1">
                JDP News
                </font></font></b></a>
<!--
                <LI><a href="#vendor"><b>
                <font color="#FFFFFF"><font size="+1">
                Vendor News</font></font></b></a>

                <LI><a href="#insights"><b>
                <font color="#FFFFFF"><font size="+1">
                2.0 Insights</font></font></b></a>
-->
                <LI><a href="#projects"><b>
                <font color="#FFFFFF"><font size="+1">
                Jini.org Projects</font></font></b></a>
<!--
                <LI><a href="#success"><b>
                <font color="#FFFFFF"><font size="+1">
                Success Stories</font></font></b></a>
-->
                <LI><a href="#classic"><b>
                <font color="#FFFFFF"><font size="+1">
                Classic Jini Community</font></font></font></b></a>
        </td>
<tr>
        <td ALIGN="center" VALIGN="TOP" WIDTH="38%">
        <h3><a name="quote">Quote of the Day</a></h3>
        <p><align="CENTER">
        <i>Every society honors its live conformists and its dead troublemakers.
        </i></align><br>
        - Mignon McLaughlin
        </td>
</tr>



<tr>
<td ALIGN="LEFT" COLSPAN="2" VALIGN="TOP" WIDTH="100%">
<a name="DesignCorner"><img SRC="http://www.jini.org/Newsletter/graphics/DesignCorner.gif" ALT="DesignCorner"></a>
<hr>
<P>
This month's Design Corner column features a <b>"Jini Technology Introduction, Part One"</b>
article by Phil Bishop (from <i>JavaSpaces in Practice</i> book and
Inca X fame). This a great article for developers new to Jini technology.
<P>
Here is an excerpt:
<p>
With unicast discovery you specify the URL of a Jini lookup service, in the format
<pre>
    jini://&lt;host&gt;:&lt;port&gt;
</pre>
<p>
Although the format of the URL looks similar to that used when looking up a Java RMI service, there is a fundamental difference in that with Jini (unicast discovery) you are looking up (discovering) a Jini lookup service (LUS) not a specific service, such as a JavaSpace.</p>
<pre>
    //specify the Jini lookup URL
    //you can optionally specify a port, the default is 4160
    String url=&#8221;jini://voyager&#8221;

    //Create a LookupLocator
    LookupLocator loc=new LookupLocator( url );

    //retrieve the Lookup Service proxy
    ServiceRegistrar lus=loc.getRegistrar();
</pre>

<P>
<a href="http://www.jini.org/Newsletter/DesignCorner/jini_intro_may05.html">View complete article</a>
</td>
</tr>

<tr>
<td ALIGN="LEFT" COLSPAN="2" VALIGN="TOP" WIDTH="100%">
<a name="news"><h2>In The News</a></h2>
<hr>
Don't know if you caught this interesting blog thread on Jini and Indigo (thanks
to Geoff Arnold for the pointers):
<ul>
   <li><a href="http://blogs.msdn.com/craigmcmurtry/archive/2005/04/26/412610.aspx">
       Craig McMurtry's Weblog</a>, Indigo and Jini</li>
   <li><a href="http://blogs.sun.com/roller/page/warren/20050519#jini_vs_indigo">
       Warren Strange's Weblog</a>, Jini vs. Indigo</li>
   <li><a href="http://www.geoffarnold.com/mt-archives/000547.html">
       Geoff Arnold</a>, Wrong Premise, Misleading Conclusion</li>
   <li><a href="http://jroller.com/page/trasukg/20050520#bob_dylan_comments_on_jini">
       Greg Trasuk's Weblog</a>, Bob Dylan Comments on Jini vs. Indigo</li>
   <li>and others...</li>
</ul>
<P>
Maybe this should be "blog news" this month.. as there's another blog
to call your attention to:
What next for Blitz JavaSpaces?, in
<a href="http://www.jroller.com/page/dancres/20050511#what_next_for_blitz_javaspaces">
Dan Creswell's Weblog</a>
<P>
There was an interesting article posted this month that you'll want to check out, <a href="http://monochromata.de/jnodejini.html">
Jini on the Jnode Java OS</a>, by Sebastian Lohmeier.

</tr>
<tr>
<td ALIGN="LEFT" COLSPAN="2" VALIGN="TOP" WIDTH="100%">
<a name="jdp"><h2>Jini Community Decision Process (JDP) News</a> </h2>
<hr>
The <a href="http://www.jini.org/standards/Proposals/Porter/proposal.html">Porter Proposals</a>
recently passed voting by the Commercial House (commercial licensees) and are now before
the General House (individuals) for vote. To participate, go to <a href="http://vote.jini.org">
vote.jini.org</a>.

<P>
Nominations are closing on open Jini TOC seats. Check out the front page
of Jini.org for links to more information. Voting to fill the seats will
start soon.
</tr>
<tr>
<td ALIGN="LEFT" COLSPAN="2" VALIGN="TOP" WIDTH="100%">
<a name="projects"><h2>Jini.org Projects</a></h2>
<hr>
<P>
An interesting new project to check out: the
<a href="http://singularity.jini.org">Singularity project</a> - which is comprised of
edge services and integration components that will support RFID in supply chain
management solutions.
<P>
Some of the top projects on Jini.org from the month of April:
<ul>
  <li><a href="http://starterkit.jini.org">StarterKit project</a></li>
  <li><a href="http://rio.jini.org">Rio project</a></li>
  <li><a href="http://v2getsmart.jini.org">V2GetSmart project</a></li>
  <li><a href="http://computefarm.jini.org">ComputeFarm project</a></li>
  <li><a href="http://surrogate.jini.org">Surrogate project</a></li>
  <li><a href="http://neon.jini.org">Neon project</a></li>
  <li><a href="http://athena.jini.org">Athena project</a></li>
</ul>
</tr>

<hr>
<tr>
<td ALIGN="LEFT" COLSPAN="2" VALIGN="TOP" WIDTH="100%">
<a name="classic"><h2>Classic Jini Community (from the archives)</a></h2>
<hr>
        <P><a href="http://www.javaworld.com/javaworld/jw-12-2003/jw-1219-jiniology.html"><b>
        Call on extensible RMI - An introduction to JERI</a></b>
        <P><b>a JavaWorld article by Frank Sommers</b>
        <P>"In contrast to SOAP, RMI relies on Java code as a unit of information
            exchange in a distributed system. As a programming language, Java encapsulates
            both data <i>and code</i>. That difference allows RMI system participants to
            share only the semantics of objects expressend in Java code. ..."
      </td>
</tr>

<tr>
        <td ALIGN="LEFT" COLSPAN="2" VALIGN="TOP" WIDTH="100%">
<a name="feedback">
Comments and U2 concert tickets should be sent to
<a href="mailto: [email protected]">[email protected]</a>.
<P>
Copyright 2005, The Jini Community.
<P>
        </td>
</tr>

</table>

</body>
</html>
===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JAVASPACES-USERS".  For general help, send email to
[email protected] and include in the body of the message "help".
<p>
To view past JAVASPACES-USERS postings, please see:
http://archives.java.sun.com/archives/javaspaces-users.html
<p>
JDC members can download the JavaSpaces(tm) Technology from:
http://developer.java.sun.com/developer/products/jini/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.