C# GUI with Java Business Logic

Dec 15 2009 6:03 AM
Hi there,

I am writing a UI in C# that needs to be able to invoke existing Java business logic that is running on a tomcat server. What is the best and most succinct way of doing this?

Thanks