In the acronym JAX-RS, what does the X stand for?
I know that RS Stands for Restful Service and J is Java and A for API. What then what about the X?
In the acronym JAX-RS, what does the X stand for?
I know that RS Stands for Restful Service and J is Java and A for API. What then what about the X?
The
X
remained as part of the nomenclature. e.g.:So, the letter
X
is forXML
.It was just carried over from JAX-WS and the other javax.ws.rs so it can be said that the x comes from java(x) of the java package.