Author: SSWUG Research

Community

Checking Port Numbers

I created a server alias that uses the Transmission Control Protocol/Internet Protocol (TCP/IP) network library. The client-side server alias is configured to dynamically determine which port to use. How can I find out which port the client is using so that I can lock down our firewall?

Community

Comparing Java Data Binding Tools

by Mette Hedin – Many W3C XML Schema (WXS) data binding tools for Java are now emerging. These tools generate Java code from instances of WXS in order to represent the structures defined therein. The autogenerated code has the ability to convert from XML format to Java objects and vice versa. This g