0
Answer

C# GUI with Java Business Logic

Dan Stoddart

Dan Stoddart

14y
3k
1
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