Category Archives: Enterprise Java

Enterprise Java and JEE

SOAP Binding: Difference between Document and RPC Style Web Services

A Tutorial on RPC Vs Document Style WSDL SOAP binding with Example Table of Contents Basics: Document Style Vs RPC Style What is SOAP Encoding and Literal? Learn by doing: Document Vs RPC Web Services and Artifacts Examples (WSDL,Schema, SEI). RPC /LITERAL SOAP Binding Example Web Service Notes on RPC –ENCODED Style and JAX-WS Document/Literal… Read More »

Java JAX-WS Tutorial: Develop Web Services and Clients (Consumers) Using JAX-WS

Java JAX-WS Tutorial to Develop your First Web Service Using JAX-WS API, Eclipse, wsimport and wsgen Tools without using JEE Containers. This article gives an introduction and quick start guide on JAX-WS, the Java API for XML Web Services. This tutorial explains about how to create the Service Endpoint Interface, implementation classes, usage of annotations… Read More »

JSF Page Forward vs. Page Redirect: URL Doesn’t Refresh and Is One Step Behind

The Problem: URL Doesn’t Refresh. URL Always One Step Behind You are working with a JSF application and seeing the URL that appears in the browser’s navigation bar is always the page you just left, rather than the page currently you are on. In other words the browser doesn’t actually refresh or reflect the actual… Read More »