I have a User interface in VB.net(for a desktop application). And i want the backend to be in Java.
How to connect them .
Example: I want to have the search box functionality to be wriiten in Java.
I have a User interface in VB.net(for a desktop application). And i want the backend to be in Java.
How to connect them .
Example: I want to have the search box functionality to be wriiten in Java.
Yes you can. The easiest way would be to implement your backend as web services.