Implementing GxCatalog

A catalog provides the means to isolate your application from the physical location of file resources. Writing a catalog means implementing the GxCatalog interface so that it maps form the logical locations specified in code or XML resources to the corresponding physical location.

001 package org.gxml.book.common; 
002  
003 public class SampleCatalog 
004 { 
005  
006 }