DEV Community

Discussion on: Webservices using Java 10

Collapse
 
hwesselmann profile image
Hauke Wesselmann

If you really need to move to Java 10 right now (maybe its a public service?), I would move over to Jax-WS as it still keeps the code pretty straightforward.

I am doing soap services using Spring-Boot most of the time, as it allows to add stuff like jpa, security or monitoring fairly easy.

Thread Thread
 
karytricia profile image
Carla Augusto

Thanks for your reply.