Client-server communication with XML

I am looking for java frameworks, templates or techniques that allow the client server architecture to interact through xml. Any suggestions?

+3
source share
1 answer

The relevant Java EE standards supported by most vendors are as follows:

I recently wrote a series of blog posts explaining how easy it is to do with JAX-RS:

+1
source

Source: https://habr.com/ru/post/1761339/


All Articles