Nieuws

Modern web service development in Java Looking for a more modern approach to web service development? Here are some of the latest REST tutorials and SOAP web services examples that we’ve published on ...
Need a JAX-RS tutorial that can teach you web services development quickly? This RESTful web service example in Java using Eclipse will do just that, showing you how to code, test and deploy a ...
Part 2 of this four-part series on Java SE Web services showed how to use the JAX-WS API to develop SOAP-based Web services. JAX-WS also supports RESTful-based Web services, which this article ...
This post launches a four-part series introducing you to Java SE 6's support for Web services. Later in the series we'll build SOAP-based and RESTful-based Web services and explore advanced Web ...
There's also new support for the Java API for XML RESTful Web Services 2.0 (JAX-RS 2.0), which allows developers to configure the client to access REST endpoints. Version 2.0 introduces a new and ...
Most Java companies--such as IBM, Oracle, SilverStream, and now Sun--have been releasing their own Web services toolkits that offer differing guidelines to build Web services using Java.
Before choosing SOAP for your extended enterprise's Web services, consider Representational State Transfer.
Enterprises have probably heard of REST before. Companies may even have experience with building RESTful services. But what many may not have considered is how REST can help create web and mobile ...
REST APIs are the most common APIs used across the web. The challenge is that conventional methods to explore API behavior create a lot of friction.