I am developing a soap based middle-tier web service on jboss platform and would like to know, what engine or framework is the most matured or common for Enterprise level ?
So far i was considering:
- Axis/Axis2
- JbossWS
Thanks for any directi开发者_JAVA技巧on.
I can recommend Apache CXF. Its a kind of meta service framework, also supporting SOAP.
I recommend lookup up some articles on the mainstream frameworks "Axis vs CXF" and select between the two based on your requirements.
精彩评论