Package org.atomojo.app.storage.xmldb

Examples of org.atomojo.app.storage.xmldb.XMLDBStorageFactory


  
   public void startServer()
      throws Exception
   {
      dbList.get("data").connect();
      StorageFactory storageFactory = new XMLDBStorageFactory();
      www = new WebComponent(getDatabaseDirectory(),dbList,storageFactory,conf);
      www.start();
   }
View Full Code Here

TOP

Related Classes of org.atomojo.app.storage.xmldb.XMLDBStorageFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.