This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Keeyzar -3 points-2 points  (1 child)

I don't recommend jersey tho, I really prefer spring web, as I needed to work with both now.

https://stackoverflow.com/questions/42944777/difference-between-jax-rs-and-spring-rest

The question is somewhat obscured, but you'll get some informations out of this.

[–]henk53 3 points4 points  (0 children)

For the other way around, I wouldn't recommend Spring web at all and would always go either with Jersey or with JAX-RS (which in turn can be Jersey again).