Other News

Community

Layering XSLT stylesheets

(Chuck White) In this third tutorial in a multi-part series on the benefits of using XSLT, the MindMap Team discovers the need to perform some analyses that require procedural techniques. Because XSLT is not a procedural language, this tutorial explains how to layer and use chain transformations to

Community

Creating Web Services, Part 2

(Mike Lehmann) The first article of this series looked at the APIs necessary to wrap a Java class so that it could send and receive SOAP messages, by taking a Java class, EmpImpl.java, containing a JDBC database query of an employee table, and publishing and consuming it, using JAX-RPC. Now we focus