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
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
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,
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
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