Author: SSWUG Research

Community

Asked & Answered

(Roger Miller) We require the ability to provide DBAs access to a database in RW or RO mode for maintenance purposes while leaving it unavailable to the end users (applications). The UT mode doesn’t allow us to perform the maintenance we require.

Community

The Semantic Web Revisited

(Nigel Shadbolt, Wendy Hall and Tim Berners-Lee) In the 50 years since the term AI was coined at the Dartmouth Conference, the digital world has evolved at a prodigious rate. It has produced an information infrastructure that few would have anticipated—with the possible exception of Vannevar Bush, a

Community

The Java XPath API

(Elliotte Rusty Harold) XPath expressions are much easier to write than detailed Document Object Model (DOM) navigation code. When you need to extract information from an XML document, the quickest and simplest way is to embed an XPath expression inside your Java program. Java 5 introduces the javax