Suggestion for a web service framework for Java

后端 未结 6 1077
隐瞒了意图╮
隐瞒了意图╮ 2021-02-06 07:28

I want a web service framework which is open source & free for commercial use, also security is a main concern too. Please suggest a web service framework for Java using SOA

6条回答
  •  猫巷女王i
    2021-02-06 08:22

    Here are the common frameworks, all are rather mature:

    • Apache CXF
    • Apache Axis2
    • Spring Web Services
    • JAX-WS RI

    All support SOAP.

    I've used both CXF and Spring-WS. Both are easy to configure and use.

提交回复
热议问题