From aa91b45e5f65c37ca4d270a801cfed6be3bc1e81 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 23 Apr 2007 14:34:39 +0000 Subject: [PATCH] --- src/docbkx/why-contract-first.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/docbkx/why-contract-first.xml b/src/docbkx/why-contract-first.xml index 2d80101d..a7e8545a 100644 --- a/src/docbkx/why-contract-first.xml +++ b/src/docbkx/why-contract-first.xml @@ -186,7 +186,8 @@ public class Passenger { When Java is automatically transformed into XML, there is no way to be sure as to what is sent across the wire. An object might reference another object, which refers to another, etc. In the end, half of - your virtual machine might be converted into XML, which will result in a slow service. + the objects on the heap in your virtual machine might be converted into XML, + which will result in a slow service. When using contract-first, you explicitly describe what XML is sent where, thus making sure that it is