简体   繁体   中英

What resources exist to teach me how to use web services in Java?

I'd like to learn to use web services in java, but I can't figure out how to get started.

Are there any websites which could teach me these concepts, particularly those which include example code?

试试这个JAX-WS hello world示例,以了解Web服务如何在Java中工作的基本知识。

In addition, I would recommend you getting and at least scanning through JSR-224 (Java API for XML-Based Web Services), which is de facto API for building Web Services in Java. It is very technical document, but might help you understanding on how to use one or another feature of Java Web Services. As it comes to implementation, you have a choice of multiple frameworks. One of them - Apache CXF - is mentioned in other comments along with links to the tutorials.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM