C# + Java
-
Can I mash up C# (Windows Forms) with Java code. Can you give me examples of what' s possible and most important practical with both combined?
-
Can I mash up C# (Windows Forms) with Java code. Can you give me examples of what' s possible and most important practical with both combined?
-
Well this is really nice, but paid.
modified on Wednesday, November 10, 2010 3:39 PM
-
Well this is really nice, but paid.
modified on Wednesday, November 10, 2010 3:39 PM
Not everything in life is free! The secondary point I was making was that it is impossible to answer your question in a forum like this. You need to start by researching the products available and then try some of them. When you have more specific questions then try posting them back here.
Just say 'NO' to evaluated arguments for diadic functions! Ash
-
Can I mash up C# (Windows Forms) with Java code. Can you give me examples of what' s possible and most important practical with both combined?
You can make use of JNI or JNBridge to make them communicate. Though this will depend one your application details which way is most suitable for you. You can also opt to write a Java web service and use that in C# code.
Never forget to Dispose any of the ODP.NET object
-
Can I mash up C# (Windows Forms) with Java code. Can you give me examples of what' s possible and most important practical with both combined?
TCPMem wrote:
of what' s possible and most important practical with both combined?
IMO, its not practical. If programs from different vendors need to communicate, web services are the best way.
The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick Visit the Hindi forum here.
-
Can I mash up C# (Windows Forms) with Java code. Can you give me examples of what' s possible and most important practical with both combined?