开发者

regarding java web-services

开发者 https://www.devze.com 2022-12-20 18:19 出处:网络
I would like to study WSDL and UDDI. But I am a total noob with web-services. I have good开发者_如何学运维 knowledge of servlets and jsps.Can anybody guide me how to start with web-services?Welcome to

I would like to study WSDL and UDDI. But I am a total noob with web-services. I have good开发者_如何学运维 knowledge of servlets and jsps. Can anybody guide me how to start with web-services?


Welcome to:

regarding java web-services

So one advice: start small, for example with "just" some basic SOAP and WSDL (this is already huge) before to even think of UDDI and other WS specifications.

Have a look at the W3Schools Web Service Tutorial, check this great beginner's guide for WSDL. Then grab a web service stack for your preferred language and start to play with it.

For Java, I'd suggest to use JAX-WS and to start with a Java-first approach (i.e. using annotations). This would hide a lot of the complexity and allow you to get started extremely fast. See Getting Started with JAX-WS Web Services for example (NetBeans has very good web services support, I'd recommend it for a beginner).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号