devxlogo

July 23, 2008

ASP.NET 2.0’s Project Health Monitoring Feature

ASP.NET 2.0 provides much needed project health monitoring through its Health Monitoring feature. Simply add few tags and their values in Web.Config and your project will be automatically monitored. This

When Is Open Source Not That Open Source?

Setting the legal nuances of the chosen open source license aside, wouldn’t two products under any open source license have the same claim to the open source moniker? Maybe so

Manipulate the Components of a JNDI Composite Name

This following code shows you how to list, add, and remove components from a JNDI composite name (javax.naming.CompositeName): import javax.naming.*;class jndiCompositeName{ public static void compositeComponents(CompositeName cn) { for(int i=0;i&ltcn.size();i++) System.out.println(cn.get(i));

Applying SKOS Concept Schemes

nyone who has started to look into the semantic web has inevitability seen the Semantic Web Layer Cake diagram some place. This ubiquitous image highlights an overall (and evolving) vision