
Why use microservices ? Monolithic vs Microservices style
The term “Microservices” has risen over the last few years describing a way to design software applications as independently deployable services.
Read More

What are Jax-RS, Jax-WS and Jax-B ?
Nowadays, different systems are inter-connected by using webservices. One system provides a webservice and one or more systems consume it and vice versa.
Read More

Consuming SOAP web services in Android
Consuming SOAP web services in android is a hugely discussed topic and one can find a lot of discussion and “opinions” about its usage and they way one manipulates data in mobile devices especially in android.
Read More

SOAP Vs RESTFul for Mobile Services – Which one to use ?
Overview Many enterprises are creating mobile applications for their internal staff, for their customers, or both. These applications need access to data, business rules, and business processes. For architectural and security reasons these applications are typically built to access remotes services that provide the data and functionality that are required by the users.
Read More