T
T
Tyrion Lannister2017-04-28 00:41:51
Java
Tyrion Lannister, 2017-04-28 00:41:51

How to make programs interact in different languages?

For example, if the web server is written in python, and I want to write some functionality in Java, how can this be done? I think you won't need even more specific examples, just give advice.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2017-04-28
@saboteur_kiev

Programs interact with each other in a simple way - data transfer. And data can be transmitted in standard ways that are supported in all languages ​​- sockets, SQL, JSON, XML, standard protocols, and even through pipes and files.

C
Cyril, 2017-05-03
@krog

So offhand:
1. transfer data via http in the body or header of an http request
2. via the SOAP protocol
3. via a shared file
4. via a shared database
5. via a messaging system
Here is a whole big book on this topic :)
www.ozon .ru/context/detail/id/3083192

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question