0
Answer

C# GUI with Java Business Logic

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