<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Project Reviews for NetworkService</title><link>http://sourceforge.net/projects/networkservice/</link><description>Project Reviews for NetworkService</description><language>en</language><lastBuildDate>Thu, 26 Jan 2012 19:52:17 -0000</lastBuildDate><item><title>MBanafa reviewed networkservice: Thumbs up</title><link>http://sourceforge.net/projects/networkservice/reviews/</link><description>Thumbs up:
When building a distributed system on your network

NetworkService allows your objects  to join a predefined multicast group, announce themselves via multicast. Each object will then have a table of available objects names and become ready to communicate with them .

Note that:

NetworkService simplifies communication because you will use Messages instead of packets (a Message can wrap any serializable java Object instead of raw bytes) .

 And since messages are serialized over UDP, messages can be sent one-to-one (unicast) as well as one-to many (multicast) .

-Security is not directly implemented, but you can define your own security rules  using handlers of outgoing and incoming Messages traffic .</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MBanafa</dc:creator><pubDate>Thu, 26 Jan 2012 19:52:17 -0000</pubDate><guid>http://sourceforge.net/projects/networkservice/reviews/guid-37a0805ae0dc5654a4bd60b6a829ed01</guid></item><item><title>anonymous reviewed networkservice: Thumbs up</title><link>http://sourceforge.net/projects/networkservice/reviews/</link><description>Thumbs up:
I'm not quiet sure about Server-side applications.
But i think it significantly simplifies the development of desktop applications that needs to communicate, especially when expensive technologies such as RMI is bad idea (which is mostly the case for me).
Keep up.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anonymous</dc:creator><pubDate>Thu, 02 Dec 2010 17:51:31 -0000</pubDate><guid>http://sourceforge.net/projects/networkservice/reviews/guid-d3243c6c8be1f1996db235c87bd285e6</guid></item></channel></rss>