(James Leigh) Many digital documents reside on the web and other networks, but few of them have sufficient metadata to accurately identify the content. Adding metadata to a document has typically been the burden of the document author, and few authors take the time to create detailed metadata for th
Tag: JSON / JAVA / XML
Evaluating XPaths from the Java platform
(Brett D. McLaughlin, Sr.) No data format is harder to search than XML, but with the fairly recent introduction of the XQuery API, XML searches are now flexible and easy to perform. For Java programmers who work with XML documents using SAX, DOM, JDOM, JAXP, and more, the XQuery API for Java is a we
Computed Column based on XML Data Type
We have discussed computed columns quite a bit in our posts at this blog. You can search for computed column and get to all those posts – the basic ones are here and here. A few days ago, a reader had asked whether we can create a computed column based on an XML Data Type column and if so, how […]
SOA triple play: Policy meets Semantic Web
(Rich Seeley) Service-oriented architecture (SOA) policy customization using W3C Semantic Web concepts is the next step in the development of the governance registry from WSO2. (R)
Integrate your PHP application with Google Calendar
(Vikram Vaswani) Google Calendar allows Web application developers to access user-generated content and event information through its REST-based Developer API. PHP’s SimpleXML extension and Zend’s GData Library are ideal for processing the XML feeds generated by this API and using them to build cust
Get Value Of Node in XML Response From HTTP Request in vb.net
(Kelly Martens) This one took me a while to do. Basically it is in a memory stream and we are trying to get a specific value of a node in the response.
DataSet Xml Deserialization Data / Schema Load Order
(Jimmy Chandra) When deserializing a dataset from xml, make sure to execute ReadXmlSchema before executing ReadXml, otherwise you’ll have problem when you try casting your data into the correct data type.
Ajax overhaul, Part 3: Retrofit existing sites with jQuery, Ajax tabs, and photo carousels
(Brian J. Dillard) Ajax techniques have changed the face of large, commercial Web applications, but many smaller Web sites don’t have the resources to rebuild their entire user interface overnight. New features should justify their costs by solving real-world interface problems and improving user ex
Easily test Web services with soapUI
(Tony Patton) SOA and Web services have revolutionized the way we work with Web applications and exchange data, but they can be very difficult to debug problems during development. There are numerous options available depending upon your development environment. The caveat is working with a Web serv
Software Review: XMLSpy 2008 From Altova
(T. Michael Testi) XMLSpy 2008 is the latest version of Altova’s integrated development environment (IDE) for XML. XMLSpy allows programmers to create XML-based applications and Web services in a more dynamic and easier to understand environment. The version that I am reviewing is XMLSpy 2008 releas
