Web Development
wsjsp.txt
Associated article: Web Services & Java Server Pages
Tags: Web Development
Published source code accompanying the article by John M. Kanalakis Jr. in which he presents a portal that shows how web applications can tie together distributed Web Services to offer a single solution. Also see WSJSP.ZIP.
Web Services & Java Server Pages by John M. Kanalakis Jr. Example 1: (a) <%@ page isThreadSafe="true" import="java.net.*,java.util.*,org.apache.soap.*,org.apache.soap.rpc.*;" %> (b) <%! //SOAP specific variable declarations ...


