Hi, I'm working on a system that automatically updates our datasets in GeoServer. I'm implementing this using Spring within the GeoServer application context. So far, I've managed to instantiate my bean, inject it with the running GeoServer instance, and access the Catalog. My goal is to be able to create namespaces and workspaces, coverage and data stores, coverages and feature resources, and styles programmatically. I know that GeoServer reads, for example, GeoTIFF headers, and configures many properties of CoverageStoreInfo automatically. It would be really cool if I could take advantage of these kinds of facilities in my code.
I've been perusing the GeoServer sources looking for code that creates new Catalog entries, configures and persists them. But, I can't seem to find a service layer where this code resides. Any suggestions as to where I might look for this code? Thanks! Greg ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
