Web Services

Android Login and Register Using Restful Web Services (Java + MySQL)

Here you will learn to make android login and register system using restful web services in java and mysql. In this tutorial I will teach you to develop a very simple android app for login and register system. This system sends the login or register request to the restful web service that is running on …

Android Login and Register Using Restful Web Services (Java + MySQL) Read More »

Difference between SOAP and REST Web Services

Here you will learn about the difference between SOAP and REST web services. Web services are used to communicate between applications that are developed in different languages and running on different platforms. Like a Java application running on linux platform can communicate with a PHP application running on windows platform. There are two types of …

Difference between SOAP and REST Web Services Read More »

Create Simple Java RESTful Web Services Using Jersey

In this tutorial you will learn how to create simple Java RESTful web services using Jersey framework. JAX-RS is the Java API used for creating RESTful web services. There are mainly two types of implementation of JAX-RS that are Jersey and RESTeasy. In this tutorial we will see Jersey implementation. We will use eclipse to …

Create Simple Java RESTful Web Services Using Jersey Read More »