Other News

Community

WWW2004 Semantic Web Roundup

(Paul Ford) According to Tim Berners-Lee’s WWW2004 keynote address, the Semantic Web is entering “phase II”, a time of “less constraint” when Semantic Web developers are encouraged to build upon the foundations of RDF and OWL to create working applications on both the server and the desktop. And whi

Community

.NET tools for working with XML

(Peter G. Aitken) A lot of people associate the .NET framework with XML, and for good reason. .NET uses XML behind the scenes to implement many of its development tools, such as SOAP and Web services. Beyond that, however, .NET provides a powerful set of classes for working with XML directly. Whatev

Community

Oracle’s explain plan

Whenever you read or write data in Oracle, you do so by issuing an SQL Statement. One of Oracle’s task when it receives such a statement is to build a statement execution plan. An execution plan defines how Oracle finds or writes the data. For example, an important decision that Oracle has to take i