N
N
nadom2016-02-07 14:57:09
JavaScript
nadom, 2016-02-07 14:57:09

How to organize the transfer of data from the client (JS) to the JAVA server?

The client through the browser interacts with the web form.
When the button is clicked, a client-side script (JS) processes the data and sends it to the server.
Java server.
I have never used a server of this kind to interact with the browser.
What is the best way to organize data transfer?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
goshan_p, 2016-02-08
@goshan_p

To get started, learn what HTTP is and general architecture in the web. Then learn Servlets in Java.

C
cthulhudx, 2016-02-07
@cthulhudx

Via RestFul service / Via WebSockets

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question