(Anil Kumar.M.S) With the advent of .NET and the .NET Framework, Microsoft introduced a set of new technologies in the form of Web services and .NET remoting. .NET remoting and ASP.NET Web services are powerful technologies that provide a suitable framework for developing distributed applications. I
Tag: JSON / JAVA / XML
XTree – Part II
(Marc Clifton) In Part I, I introduced the idea of using a template to describe a tree structure. The primary missing feature was automatic instantiation of the backing object for the node. In this update, that issue has been taken care of and a couple additional features have been implemented:
SOA Best Practices – Four Steps to Securing Your Web Services
(Adam Kolawa) Security has the inherent nature of spanning many different layers of a Web Services system. Web Services vulnerabilities can be present in the operating system, the network, the database, the Web server, the application server, the XML parser, the Web Services implementation stack, th
Caching for XMLPerformance
(Tom Yohe) Highly scalable implementations of service-oriented architectures (SOAs) always include heavy doses of caching. A guided tour through the SOA tiers, describing the caching and XML acceleration techniques employed along the way, provides the SOA enterprise architect with an awareness of op
Seven Steps to XML Mastery, Step 3: Exploring the Power of XSLT (Part 2 of 2)
(Frank Coyle) The previous article in this series explained how to use XSLT to generate a list of ZwiftBooks’ top sellers. In the example, after a manual transformation we ended up with a web page dynamically generated from our XML booklist. Now let’s take the process one step further and explore ho
Make scalable vector graphics more active with sXBL
(Peter V. Mikhalenko) The Scalable Vector Graphics (SVG) Working Group has released an updated Working Draft of SVG’s XML Binding Language (sXBL). The sXBL language defines the presentation and interactive behavior of elements outside the SVG namespace. sXBL is intended to be used to enable XML voca
Working XML: Get started with XPath 2.0
(Benoit Marchal) Although still a Candidate Recommendation, XPath 2.0 is moving towards formal approval. The first update to the XPath recommendation since 1999 is eagerly anticipated by the market and, indeed, several tools have already begun to implement the latest drafts. The changes are so funda
Converting Between XML and JSON
(Stefan Goessner) More and more web service providers seem to be interested in offering JSON APIs beneath their XML APIs. One considerable advantage of using a JSON API is its ability to provide cross-domain requests while bypassing the restrictive same domain policy of the XmlHttpRequest object. On
Relationships: modeling relational data in XML, part 3
(Kevin Williams) In this series, we’ll take a look at how relationships (in the relational database sense) are modeled in XML. Armed with this information and the information from the articles one and two in this series, you’ll be able to dive in and get started modeling your relational data in XML
Working with LINQ Using Visual Studio 2005
(Satheesh Kumar) LINQ is the general-purpose standard query operator that allows traversal, filter and projection operations to be expressed in a direct yet declarative way in any .NET programming language. The extensibility of the LINQ query language provides implementations that work over both XM
