DEV Community

Discussion on: Webservices using Java 10

Collapse
 
carey profile image
Carey Evans

All the code that’s being removed from Java 9+ is available from Maven, though the exact list of dependencies and versions eludes me. This is my work in progress:

Alternatively, it may work better to use Apache Axis 2 or Apache CXF for your web services, now that the reference implementation isn’t bundled with JavaSE.

Collapse
 
karytricia profile image
Carla Augusto

Thanks for your reply.