Re: [Geoserver-users] Catalog extension point

2012-09-06 Thread Andrea Aime
On Thu, Sep 6, 2012 at 10:23 AM, Alexandre Djioev wrote: > Hi Andrea, > > then what does MapPage do? According to this proposal a Map can have > collection of Maps, Layers and LayerGroups, which sounds to me like a tree > structure. > Then I can implement /rest/map.format interface and parse it o

Re: [Geoserver-users] Catalog extension point

2012-09-06 Thread Alexandre Djioev
Hi Andrea, then what does MapPage do? According to this proposal a Map can have collection of Maps, Layers and LayerGroups, which sounds to me like a tree structure. Then I can implement /rest/map.format interface and parse it on a client side. On Thu, Sep 6, 2012 at 5:06 PM, Andrea Aime wrote:

Re: [Geoserver-users] Catalog extension point

2012-09-06 Thread Andrea Aime
On Thu, Sep 6, 2012 at 5:45 AM, Alexandre Djioev wrote: > Hi Justin, > > I found the following proposal: > http://geoserver.org/display/GEOS/GSIP+23+-+Wicket+UI#GSIP23-WicketUI-proposal > There is a MapPage concept that you have mentioned before, it is got six > "likes" (i.e. approved) and its e

Re: [Geoserver-users] Catalog extension point

2012-09-05 Thread Alexandre Djioev
Hi Justin, I found the following proposal: http://geoserver.org/display/GEOS/GSIP+23+-+Wicket+UI#GSIP23-WicketUI-proposal There is a MapPage concept that you have mentioned before, it is got six "likes" (i.e. approved) and its exactly what I need :) I've went through the code and I can see some b

Re: [Geoserver-users] Catalog extension point

2012-09-04 Thread Justin Deoliveira
Hi Alex, Some comments inline. On Tue, Sep 4, 2012 at 12:32 AM, Alexandre Djioev wrote: > Hi Justin, > > thanks for replay. My original plan was to write a plugin, but I end up > moving to many files in and realized it is a horrible way to go. > > So I have following choices: > > 1) Make Catalo

Re: [Geoserver-users] Catalog extension point

2012-09-03 Thread Alexandre Djioev
Hi Justin, thanks for replay. My original plan was to write a plugin, but I end up moving to many files in and realized it is a horrible way to go. So I have following choices: 1) Make Catalog pluggable. sounds like clean but hard solution, I'm worried about time limit... 2) Fork GeoServer cod

Re: [Geoserver-users] Catalog extension point

2012-09-03 Thread Justin Deoliveira
Hi Alexandre, Yeah, this thread probably makes more sense on geoserver-devel. That said I will comment a bit here. I don't; think you will find exactly what you need in terms of extension points in the CAtalog api. The api is designed to be extensible in terms of STore and Resource classes but the

[Geoserver-users] Catalog extension point

2012-09-03 Thread Alexandre Djioev
Hi everyone, I'm trying to write a theme plugin for GeoServer - geoserver interface where you can maintain layers as a tree structure, similar to files (layers) and directories (themes). 1) Themes can be inside of themes (just like directories) 2) Same layer can be found in several themes. 3) Ord