You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2005/11/06 13:13:40 UTC

svn commit: r331104 - in /directory/network: branches/0.8/xdocs/testimonials.xml trunk/xdocs/testimonials.xml

Author: trustin
Date: Sun Nov  6 04:13:33 2005
New Revision: 331104

URL: http://svn.apache.org/viewcvs?rev=331104&view=rev
Log:
Added a testimonial from Paolo Perrucci


Modified:
    directory/network/branches/0.8/xdocs/testimonials.xml
    directory/network/trunk/xdocs/testimonials.xml

Modified: directory/network/branches/0.8/xdocs/testimonials.xml
URL: http://svn.apache.org/viewcvs/directory/network/branches/0.8/xdocs/testimonials.xml?rev=331104&r1=331103&r2=331104&view=diff
==============================================================================
--- directory/network/branches/0.8/xdocs/testimonials.xml (original)
+++ directory/network/branches/0.8/xdocs/testimonials.xml Sun Nov  6 04:13:33 2005
@@ -30,6 +30,33 @@
         </blockquote>
       </p>
       
+      <p>Jean-François Daune says:
+        <blockquote>
+          <p>
+            We use MINA to communicate with
+            <a href="http://www.banksys.com/">Banksys</a> 'point of sale'
+            terminals (Visa, Mastercard...) for technical management operations.
+            (software upgrade, remote monitoring, log transfer...)
+          </p>
+          <p>
+            So far, MINA has worked really well for us. We used
+            <a href="http://gleamynode.net/dev/tl-netty2/docs/">Netty2</a>,
+            and clearly saw the improvements in MINA. I like the MINA API
+            more. MINA really makes it easier to write applications using NIO.
+          </p>
+        </blockquote>
+      </p>
+
+      <p>Luke Hubbard says:
+        <blockquote>
+          We are using it for the network layer of
+          <a href="http://www.osflash.org/red5">Red5</a>, an open source flash
+          server. At the moment we have RTMP and AMF working and hope to add
+          more protocols in the future.  MINA's design and ease of use has
+          helped us get a prototype up and running quickly.
+        </blockquote>
+      </p>
+      
       <p>Thomas Muller says:
         <blockquote>
           What a fantastic API! Definately the best I've seen since
@@ -37,6 +64,17 @@
         </blockquote>
       </p>
       
+      <p>Paolo Perrucci says:
+        <blockquote>
+          We are using MINA to build the network layer of our multiplayer
+          game server at <a href="http://ludonet.leonardo.it/">Leonardo.it</a>.
+          Using MINA, we implemented different protocols in a few days;
+          Game and HTTP tunneling.  In the past, we used NIO, and the advantage
+          of using MINA is evident; the MINA API is elegant and very simple to
+          use.  Last, but not least, MINA have a really responsive support.
+        </blockquote>
+      </p>
+      
       <p>Julien Vermillard says:
         <blockquote>
           I'm using MINA for supervisory control and data acquisition (SCADA)
@@ -56,32 +94,6 @@
         </blockquote>
       </p>
 
-      <p>Luke Hubbard says:
-        <blockquote>
-          We are using it for the network layer of
-          <a href="http://www.osflash.org/red5">Red5</a>, an open source flash
-          server. At the moment we have RTMP and AMF working and hope to add
-          more protocols in the future.  MINA's design and ease of use has
-          helped us get a prototype up and running quickly.
-        </blockquote>
-      </p>
-      
-      <p>Jean-François Daune says:
-        <blockquote>
-          <p>
-            We use MINA to communicate with
-            <a href="http://www.banksys.com/">Banksys</a> 'point of sale'
-            terminals (Visa, Mastercard...) for technical management operations.
-            (software upgrade, remote monitoring, log transfer...)
-          </p>
-          <p>
-            So far, MINA has worked really well for us. We used
-            <a href="http://gleamynode.net/dev/tl-netty2/docs/">Netty2</a>,
-            and clearly saw the improvements in MINA. I like the MINA API
-            more. MINA really makes it easier to write applications using NIO.
-          </p>
-        </blockquote>
-      </p>
     </section>
   </body>
 </document>

Modified: directory/network/trunk/xdocs/testimonials.xml
URL: http://svn.apache.org/viewcvs/directory/network/trunk/xdocs/testimonials.xml?rev=331104&r1=331103&r2=331104&view=diff
==============================================================================
--- directory/network/trunk/xdocs/testimonials.xml (original)
+++ directory/network/trunk/xdocs/testimonials.xml Sun Nov  6 04:13:33 2005
@@ -30,6 +30,33 @@
         </blockquote>
       </p>
       
+      <p>Jean-François Daune says:
+        <blockquote>
+          <p>
+            We use MINA to communicate with
+            <a href="http://www.banksys.com/">Banksys</a> 'point of sale'
+            terminals (Visa, Mastercard...) for technical management operations.
+            (software upgrade, remote monitoring, log transfer...)
+          </p>
+          <p>
+            So far, MINA has worked really well for us. We used
+            <a href="http://gleamynode.net/dev/tl-netty2/docs/">Netty2</a>,
+            and clearly saw the improvements in MINA. I like the MINA API
+            more. MINA really makes it easier to write applications using NIO.
+          </p>
+        </blockquote>
+      </p>
+
+      <p>Luke Hubbard says:
+        <blockquote>
+          We are using it for the network layer of
+          <a href="http://www.osflash.org/red5">Red5</a>, an open source flash
+          server. At the moment we have RTMP and AMF working and hope to add
+          more protocols in the future.  MINA's design and ease of use has
+          helped us get a prototype up and running quickly.
+        </blockquote>
+      </p>
+      
       <p>Thomas Muller says:
         <blockquote>
           What a fantastic API! Definately the best I've seen since
@@ -37,6 +64,17 @@
         </blockquote>
       </p>
       
+      <p>Paolo Perrucci says:
+        <blockquote>
+          We are using MINA to build the network layer of our multiplayer
+          game server at <a href="http://ludonet.leonardo.it/">Leonardo.it</a>.
+          Using MINA, we implemented different protocols in a few days;
+          Game and HTTP tunneling.  In the past, we used NIO, and the advantage
+          of using MINA is evident; the MINA API is elegant and very simple to
+          use.  Last, but not least, MINA have a really responsive support.
+        </blockquote>
+      </p>
+      
       <p>Julien Vermillard says:
         <blockquote>
           I'm using MINA for supervisory control and data acquisition (SCADA)
@@ -56,32 +94,6 @@
         </blockquote>
       </p>
 
-      <p>Luke Hubbard says:
-        <blockquote>
-          We are using it for the network layer of
-          <a href="http://www.osflash.org/red5">Red5</a>, an open source flash
-          server. At the moment we have RTMP and AMF working and hope to add
-          more protocols in the future.  MINA's design and ease of use has
-          helped us get a prototype up and running quickly.
-        </blockquote>
-      </p>
-      
-      <p>Jean-François Daune says:
-        <blockquote>
-          <p>
-            We use MINA to communicate with
-            <a href="http://www.banksys.com/">Banksys</a> 'point of sale'
-            terminals (Visa, Mastercard...) for technical management operations.
-            (software upgrade, remote monitoring, log transfer...)
-          </p>
-          <p>
-            So far, MINA has worked really well for us. We used
-            <a href="http://gleamynode.net/dev/tl-netty2/docs/">Netty2</a>,
-            and clearly saw the improvements in MINA. I like the MINA API
-            more. MINA really makes it easier to write applications using NIO.
-          </p>
-        </blockquote>
-      </p>
     </section>
   </body>
 </document>