myborobudur
myborobudur

Reputation: 4435

Client-Server Communication with XML

I'm looking for java frameworks, patterns or technics which allow a client server architecture to communicate via xml. Any suggestions?

Upvotes: 3

Views: 2407

Answers (1)

bdoughan
bdoughan

Reputation: 149017

The relevant Java EE standards supported by most vendors are:

I have recently written a series of blog posts explaining how easy this is to do using JAX-RS:

Upvotes: 1

Related Questions