DBus call C function

Matthew Johnson dbus at matthew.ath.cx
Thu Jun 23 04:34:19 PDT 2011


On Thu Jun 23 14:26, Peter Penzov wrote:
>    I'm planning to create web application with C daemon which will act as
> Core. The user will have java web interface hosted on JBoss web server. At
> the back end there will be C daemon in which will be implemented the
> application logic. The problem is how directly the java web interface to
> call functions from the C daemon. The JBoss server and the C daemon are
> different processes.
> Have you tested to call with java remote C functions? Is it possible?

If you have a dbus bus that both can talk to then using dbus to call between
them will work fine.

Matt


More information about the dbus mailing list