All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.pdok.StartUp Maven / Gradle / Ivy

The newest version!
package nl.pdok;

import nl.pdok.workspacebuilder.GeoserverRestProxy;

/**
 * Created with IntelliJ IDEA.
 * User: nijhur
 * Date: 10-11-14
 * Time: 11:19
 * To change this template use File | Settings | File Templates.
 */
public class StartUp {

	public static void main(String[] args) {
		
		String catalogusRoot = "D:\\git-repos\\catalogus";
		String geoserverUrl = "http://localhost:8080/geoserver";
		String geoserverUser = "admin";
		String geoserverPassword = "geoserver";
       
		ServiceCreator service = new ServiceCreator(catalogusRoot);
        service.update("ahn3", new GeoserverRestProxy(geoserverUrl, geoserverUser, geoserverPassword), true);
       // service.create("top10nlv2");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy