
Oracle WebLogic server 12c + Apache-CXF JAX-WS + Packaging WAR as EAR
In this article, we will learn and understand issues while deploying JAX-WS based SOAP Web Service’s WAR packaging into Oracle WebLogic 12c server and their Read More
In this article, we will learn and understand issues while deploying JAX-WS based SOAP Web Service’s WAR packaging into Oracle WebLogic 12c server and their Read More
In previous article, we have integrated spring framework with SOAP web service. We will extend the same article to integrate with hibernate ORM framework for Read More
In the previous articles top-down-approach, security-policy and cxf-interceptor we have learnt/implemented a JAX-WS based SOAP Web Service using top-down approach. Now, in this article we Read More
In previous article, we have explored about adding WS-Security policy to the exposed SOAP based web service and thereby allowing access to authenticated clients Now, Read More
In this article, we will add UsernameToken security headers to the demo example seen in the last article “Web Service using top-down approach” There are Read More
In this article, we will learn and implement a JAX-WS based SOAP Web Service using Apache CXF Reference Implementation (Apache-CXF-RI) Apache CXF has a good Read More
In this article, we will learn and implement a JAX-WS based SOAP Web Service using Apache CXF Reference Implementation (Apache-CXF-RI) Apache CXF has a good Read More
In this article, we will learn and implement JAX-RS Restful web service which is exposed to upload/download Zipped (.zip) file Download Annotate download Zip method Read More
In this article, we will learn and implement JAX-RS Restful web service which is exposed to upload/download MS Word document Download Annotate download MS Word Read More
In this article, we will learn and implement JAX-RS Restful web service which is exposed to upload/download Excel file Download Annotate download Excel method with @Produces(“application/vnd.ms-excel”) Read More
In this article, we will learn and implement JAX-RS Restful web service which is exposed to upload/download .pdf file Download Annotate download PDF method with Read More
In this article, we will learn and implement JAX-RS Restful web service which is exposed to upload/download image files such as .png, .jpeg, .gif, etc Read More
In this article, we will learn and implement JAX-RS Restful web service which is exposed to upload/download .txt files Download Annotate download text file method Read More
In this article, we will integrate Spring Security features to protect the access to the exposed web services. And only authorized users can access this Read More
In this article, we will extend previous article and integrate with Spring & Hibernate for database interaction. In the previous article, constructed a dummy objects Read More
In this article, we will learn and implement a JAX-RS Restful Web Service which consumes & produces in both XML/JSON format The trick is to Read More
In the previous article, we learnt and implemented an example on how to use JAX-RS Restful web service to send & receive XML data as Read More
In this article, we will learn and implement a JAX-RS Restful web service using JAXB. Although there are various types of input/output formats can be Read More
In this article, we will learn and implement an example to get header details of Restful web service using @HeaderParam and @Context annotations @HeaderParam Read More
In this article, we will learn and implement @FormParam annotation in JAX-RS Restful web service. @FormParam binds the value/s of form parameter sent by the Read More