In my research to find a suitable bridge for a simple Java 2 Com bridge I found you guys. This is really cool stuff! Okay, I got my signature, I searched your forum for an answer and I looked at some of your docs... Didn't find the answer to my question. So here it is
I am building a .Net WinForm app in Csharp -- its basically nothing more than a developer tool to manage all my varying configurations for all my varying server tools I run throughout the day. For lack of a better description, It is an eclipse run tool with multiple console's if I want to see them that I can minimize to my task tray. I need something I can check a heart beat with and was going to write something that served as a little messenger between the .Net app and JVM. I don't want to bundle all this stuff together (HSQL, ANT, TOMCAT, JETTY, JMX UTILITIES, and the list goes on) with my little winform manager because its changing all the time.
1) Can I use Ice to help me build this component I need. Not help build, but provide the proxy for me to write components on each side of the API then compile as an ICE component. Did I get that right?
2) Can I communicate with Ice components from native API like so
-- DOT NET-----> [ICE
JIMMY
JAMMER ] <---
JVM --


-----> [ICE
JIMMY
JVM --
Reply With Quote
. 