XML/HTML

Dynamically Manage XML schema variations in XMLBeans apps

Apache XMLBeans does not inherently support multiple versions of an XML schema. For applications that need this type of support to manage compatibility, this limitation is serious. But there is a solution, and in this article, you'll learn how dynamic class loading techniques can help.

Create a maintainable extensible XML format

XML is a communication format for exchanging structured documents and data. Too often, an XML format is chosen arbitrarily during development, without much planning or design. Learn how to design a format less likely to require change and agile enough to incorporate new requirements with the simple addition of new extensions instead of full changes.

Call Control XML Interpreter

Discover the Call Control XML Interpreter (CCXML), an XML-based mark-up language that provides call control for telephony systems. A CCXML application allows multiple-call handling and control, including the ability to place outgoing calls, to answer incoming calls, and to invoke voice applications. It also allows for handling of complex operations involving large amounts of signals, status events, and message passing.

Average: 3 (1 vote)