Thursday, August 23rd, 2007
In today’s high-tech world there is a growing need to create a simpler way to describe web-based applications. In the past one would use a WSDL to describe such application. One competing project put forth from Sun is Web Application Description Language [WADL] (http://research.sun.com/techrep/2006/abstract-153.html).
More…
Wednesday, August 1st, 2007
XML processing in hardware to boil down an XML doc for simpler binding to objects:
http://tinyurl.com/2syl99
Most importantly:
“We use an object binding framework,” he explained. “We use XSLT to
transform it in hardware. So when the XML comes in, all the validation,
all the business rules that are applied to it, all the transformations are
done, so we get a clean XML that is exactly fitting the object that we
want. So we can make one Java call, say un-marshal, and we have the
object, lo and behold. We don’t have compiled classes. We have no mapping. Nothing.”