Expose EJB as a Web Service
With this example we are going to demonstrate how to expose an EJB as a web service. Enterprise beans are Java EE components that implement Enterprise JavaBeans (EJB) technology. Enterprise beans run...
View ArticleApache CXF Web Service Example
In this article, we will implement an Apache CXF Web service example. Webservices can be developed using SOAP and REST. SOAP refers to Simple Object Access Protocol. REST stands for Representational...
View ArticleIntroduction to Apache Wink
1. Overview In this article, we will take a look at the Apache Wink Web Service examples. Apache Wink 1.0 is a JAX-RS 1.0 compliant and it has features related to the coreJAX-RS specification. 2....
View ArticleSOAP Web Service Example in Java
1. Overview In this article, we will take a look at the SOAP Web Service examples. 2. SOAP Web Service Example Using Apache Axis, SOAP web services are built. SOAP is an acronym for Simple Object...
View ArticleUnderstanding WebLogic Web Service
1. Overview In this article, we will take a look at Weblogic Web Service examples. 2. WebLogic Web Service Using weblogic webservices framework, SOAP web services are built. SOAP is an acronym for...
View ArticleJava Web Services Tutorial
In this article, we will demonstrate examples of Java Web Services. We will provide a brief introduction to the topic, followed by a SOAP and a REST example in Java. You can also check this tutorial in...
View ArticleApache Spark Architecture Tutorial
In this tutorial, we will take a look at the Apache Spark Architecture. 1. Introduction Apache Spark was created in UC Berkeley’s AMPLab in 2009. It was created by Matei Zaharia. It was open-sourced in...
View ArticleApache Spark Streaming Example
1. Introduction This is an article showing the Apache Spark Streaming Example. Apache Spark was created in UC Berkeley’s AMPLab in 2009. It was created by Matei Zaharia. It was open-sourced in 2010...
View ArticleRESTful Web Service Discovery
1. Introduction This is an in-depth article related to the discovery of Restful Web Service. Spring Boot framework has features to build applications. Spring Boot has features related to building rest...
View Article