Package edu.indiana.dlib.metsnav.config

Examples of edu.indiana.dlib.metsnav.config.URLDataSource


    JSONObject jo = new JSONObject();
        JSONArray array = new JSONArray();
        MetsObjectController controller = null;
        String json = null;
    try {
        DataSourceConfig dsConfig = new URLDataSource();
        dsConfig.setDaoType("edu.indiana.dlib.metsnav.dao.PersistentMetsFileDAO");
        CollectionConfig config = new CollectionConfig();
        config.setDataSource(dsConfig);
        controller = new MetsObjectController(config);       
          MetsObject metsObj = controller.getMetsObject(oid);
View Full Code Here

TOP

Related Classes of edu.indiana.dlib.metsnav.config.URLDataSource

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.