Re: [Geoserver-devel] Configuration through Database

2009-04-13 Thread Andrea Aime
Debasish Sahu ha scritto: > Hi, > > I was planning to create a database based configuration module for > GeoServer. > Can you point me to the java classes that's needs to be > implemented/extended to > implement the same ? As far as I know Simone and Alessio are playing with a Hibernate based c

Re: [Geoserver-devel] Configuration through Database

2009-04-13 Thread Justin Deoliveira
Hi Debasish, Actually this is something that we have been trying to move toward for a long time, but no easy task. The way our current persistence works is that everything is stored in memory. Are you simply wanting to replace the XML storage format for a database, continuing to load all data i

Re: [Geoserver-devel] Configuration through Database

2009-04-13 Thread Debasish Sahu
Hi, I was planning to create a database based configuration module for GeoServer. Can you point me to the java classes that's needs to be implemented/extended to implement the same ? Thanks Debasish On Mon, Apr 13, 2009 at 12:29 PM, Arne Kepp wrote: > Hi Debasish, > > it can of course be done,

Re: [Geoserver-devel] Configuration through Database

2009-04-13 Thread Arne Kepp
Hi Debasish, it can of course be done, but I do not think anyone is currently planning on doing it. Putting the configuration into a database creates a lot of overhead, especially upgrade scripts, and where to you store the database connection configuration. I would be interested to know why y

[Geoserver-devel] Configuration through Database

2009-04-12 Thread Debasish Sahu
Hi, The current implementation stores the configuration parameters such as Datastores,layers,styles etc in XML files.Can the configuration be stored in Database tables rather than XML ? Any ideas ? -- Thanks and Warm Regards Debasish Sahu