Is it possible to link visual studio with java? I mean, i'm planning to develop the interface of a software using visual studio while the coding will be using java programming? is it possible? how to link it?How to link visual studio or vb with java programming?
You may find this website with some useful suggestions for the Microsoft .NET and Java/J2EE Interoperability
http://msdn.microsoft.com/en-us/vstudio/鈥?/a>
In the past, where I had worked with JAVA and .NET - the JAVA code was a Service Oriented Architecture (SOA) and the services were called by the C# code.
You'll find that C# and JAVA are very similar - different libraries, but syntax similarity is pretty high. Switching back and forth is not difficult. If you want to know more about that practice, then don't hesitate to send me an email (irishtek@yahoo.com)How to link visual studio or vb with java programming?
they two are entirely different.
VS works with MS Excel and uses VBA
JAVA uses JDK and JRE and is object oriented.
I dont think so.
If you could somehow manage to create the ';interface'; as a COM ActiveX Server object, you may use Java-COM bridge available on the net freely, like JCom (http://sourceforge.net/projects/jcom/), JACOB (http://sourceforge.net/projects/jacob-project/) or several other implementations.
No comments:
Post a Comment