libdbus-java

Simple interprocess messaging system (java implementation)
  http://www.freedesktop.org/wiki/Software/DBusBindings
  0
  no reviews



D-bus is a message bus, used for sending messages between applications. conceptually, it fits somewhere in between raw sockets and corba in terms of complexity.

this package provides an implementation of d-bus in java (library).

see the dbus description for more information about d-bus in general.