By bloid
via javaworld.com
Published: Dec 21 2006 / 14:16
Using SOAP for system-to-system messaging and WSDL for interface description makes exception handling complex. In this article, we will explore exception handling and testing techniques, and their impact on Web services-based SOA.



Comments
abarnea_2000 replied ago:
The ULTIMATE exception handling: see www.cajoon.com . . . JVM upon exception 'wakes it up' and if passes criteria of type, class, method, extracts a snapshot of heap and stack values that were pertinent right after the exception and just before it is returned to the application (and to any exception handling therein). Completely transparent to the code . . . no instrumentation required
Voters For This Link (6)
Voters Against This Link (0)