Re: [Geoserver-devel] Version control for local Geoserver Repository

2020-10-13 Thread maven apache
rad. > > On 13 Oct 2020 3:03 pm, maven apache wrote: > > I am building a local geoserver extension which does not have the plan to > make it open source, and I only use that extension with geoserver myself. I > think this does not breach the GPL License used by Geoserver. If yes, &

[Geoserver-devel] Version control for local Geoserver Repository

2020-10-12 Thread maven apache
I am building a local geoserver extension which does not have the plan to make it open source, and I only use that extension with geoserver myself. I think this does not breach the GPL License used by Geoserver. If yes, plesae let me know. The extension started from a tag v2.17.0: git pull https:

[Geoserver-devel] Work with IDEA

2020-08-26 Thread maven apache
ersion "11" 2018-09-25 OpenJDK Runtime Environment 18.9 (build 11+28) OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed mode) Maven: Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Java version: 11, vendor: Oracle Corporation, runtime: D:\install\java\jdk_jre\jdk11

[Geoserver-devel] How does the rest template work

2020-08-23 Thread maven apache
I tried to customize the layers schema served by restful API when I request it from "http://localhost:8080/geoserver/rest/layers.html"; And I found the template 'src\main\java\org\geoserver\rest\catalog\ftl-templates\layers.ftl', and I want to add the title attribute, so I modified the content as

Re: [Geoserver-devel] Replace Geoserver Web UI

2020-08-03 Thread maven apache
I for it appear > as a plugin. > With Wicket that's pretty easy (the page is registered via a Spring bean). > > Cheers > Andrea > > On Mon, Aug 3, 2020 at 10:32 AM Andrea Aime > wrote: > >> On Mon, Aug 3, 2020 at 8:28 AM maven apache >> wrote: >> >

Re: [Geoserver-devel] Replace Geoserver Web UI

2020-08-02 Thread maven apache
hat does the `new resources` mean? > > Cheers > Andrea > > Il gio 30 lug 2020, 09:47 maven apache ha > scritto: > >> Hi: >> >> I wonder if it is possible to replace the GeoServer Web UI from apache >> wicket to ReactJS or something else? >> >&g

[Geoserver-devel] Replace Geoserver Web UI

2020-07-30 Thread maven apache
Hi: I wonder if it is possible to replace the GeoServer Web UI from apache wicket to ReactJS or something else? I am not sure if ReactJS based front end can use the endpoints provided apache wicket, if not, are the Restful endpoints enough for building a UI? _

[Geoserver-devel] difference between wfs and wfs-g

2012-06-27 Thread maven apache
Hi: We want to do further development based on geoserver,and we will have to implement the Web Feature Service Gazetteer service, however I can not find the difference between them evenn I read the starands from OGC. Then I got no idea how to start my work. I think people in this list may be fam

Re: [Geoserver-devel] Test in gs

2010-01-29 Thread maven apache
2010/1/30 maven apache > Hi: > I found that the test of org.geoserver.config.GeoServerPersisterTest often > failure when I run the maven command. > I look into the sources codes and I noticed that "*File ws = new File( > testData.getDataDirectoryRoot(), "workspaces/acme

[Geoserver-devel] Test in gs

2010-01-29 Thread maven apache
Hi: I found that the test of org.geoserver.config.GeoServerPersisterTest often failure when I run the maven command. I look into the sources codes and I noticed that "*File ws = new File( testData.getDataDirectoryRoot(), "workspaces/acme" );". *So I wonder the failure is caused by the lack of some

Re: [Geoserver-devel] the servcie links in the geoserverHomePage

2010-01-20 Thread maven apache
etServices()method. And I want the sos( I added using ServletWrappedController) displayed in the page by the same manner(Just config my sos in the applicationContext.xml rather than modify the .java code of the GeoserverHomePage). Is it clear? > > -Justin > > maven apache wrote: > &g

Re: [Geoserver-devel] the servcie links in the geoserverHomePage

2010-01-19 Thread maven apache
Hi: I want to know why no one reply my thread since this thread is post long ago. If I have do something wrong, please let me know, ok? 2010/1/17 maven apache > > > 2010/1/15 maven apache > > Hi : >> I have add my sos to geoserver by using the ServletWrappController.

[Geoserver-devel] get some advises to learn spring for looking into the geoserver

2010-01-18 Thread maven apache
Hi: As a pervious thread said,you (the gs developer) all learn heavily in spring. And I found that the spring contains more than one components for example : spring-ioc spring-web spring-webmvc and etc../ So I want to know which compontent is the key to understand the gs? In fact I have used spri

Re: [Geoserver-devel] the servcie links in the geoserverHomePage

2010-01-16 Thread maven apache
2010/1/15 maven apache > Hi : > I have add my sos to geoserver by using the ServletWrappController. And I > can visit my sos by "http://localhost/geoserver/sos?";. > However I found there are three services links (wcs wms and wfs) in the > geoserverHomepage,and I w

Re: [Geoserver-devel] Developer opinion: using aspects and/or AspectJ in GeoServer?

2010-01-15 Thread maven apache
2010/1/15 Justin Deoliveira > > > maven apache wrote: > >> >> Actually I can not understand why do the gs use spring. It has a high >> coupling with spring. >> So it is a little difficult for ones who are not familiar with spring(for >> example me :(

Re: [Geoserver-devel] Developer opinion: using aspects and/or AspectJ in GeoServer?

2010-01-15 Thread maven apache
Actually I can not understand why do the gs use spring. It has a high coupling with spring. So it is a little difficult for ones who are not familiar with spring(for example me :( ). Maybe the gs is just a product for users rather than a open sources software for studying. :) 2010/1/15 Justin Deol

[Geoserver-devel] the servcie links in the geoserverHomePage

2010-01-14 Thread maven apache
Hi : I have add my sos to geoserver by using the ServletWrappController. And I can visit my sos by "http://localhost/geoserver/sos?";. However I found there are three services links (wcs wms and wfs) in the geoserverHomepage,and I want to the sos link there also. So I goto the sources codes and

Re: [Geoserver-devel] add other ows to gs

2010-01-13 Thread maven apache
Hi: I have integrate my sos to the geoserver ,and now I want to add some back pages like the wcs wms, is there anything I should pay attention to? -- This SF.Net email is sponsored by the Verizon Developer Community Take ad

Re: [Geoserver-devel] add other ows to gs

2009-12-29 Thread maven apache
ataDirectory(rl); > } > > } > > > The "dataDirectory" bean is a singleton bean declared by the main >>module. >> >>With the GeoServerDataDirectory class you have numerous lookup >>methods you can use to get at lookup files. >> >>

Re: [Geoserver-devel] add other ows to gs

2009-12-27 Thread maven apache
elated class of GeoserverDataDirectory in 2.0.0? If there is not one ,I think I have to change to version of 2.0,x then. > The "dataDirectory" bean is a singleton bean declared by the main module. > > With the GeoServerDataDirectory class you have numerous lookup methods you &

Re: [Geoserver-devel] add other ows to gs

2009-12-27 Thread maven apache
7;s a good idea to add the config files to the web module of gs directly, because 1 ) I do not want to break the gs architecture. 2 ) the wcs wms also read data from the local disk, how did them configed? Can I use the same way for my ows? 2009/12/24 maven apache > > > 2009/12/24 Andrea Ai

Re: [Geoserver-devel] add other ows to gs

2009-12-24 Thread maven apache
2009/12/24 Andrea Aime > maven apache ha scritto: > > Yes,I forgot mention that: >> I have add a profile in the pom fo the webapp module: >> -- >> >> addking >> >> >> org.geoserver >> king >> 2.0.0 >> &

Re: [Geoserver-devel] add other ows to gs

2009-12-24 Thread maven apache
2009/12/24 Andrea Aime > maven apache ha scritto: > > 1) I create a new maven module named "king" under the community module,and >> under the directory king/src/main/java I only create a simple Servelt named >> KServelt which just return a string to the client,

Re: [Geoserver-devel] add other ows to gs

2009-12-23 Thread maven apache
2009/12/23 Justin Deoliveira > > > maven apache wrote: > >> Thanks for Justin's reply and sorry for my crossing posting, it won't >> happen again. :) . >> >> No problem :) > > 2009/12/22 Justin Deoliveira > jdeol...@opengeo.org>> &g

Re: [Geoserver-devel] add other ows to gs

2009-12-22 Thread maven apache
es to config the wcs wms and wcs in the gs. Actually I prefer I can add my service in a plugin way like the other ows in the gs. Thanks anyway. > > -Justin > > maven apache wrote: > >> Hi: >> >> We have implemented a WPS instance, and now we want to integrate it

[Geoserver-devel] add other ows to gs

2009-12-22 Thread maven apache
Hi: We have implemented a WPS instance, and now we want to integrate it to gs to replace the wps under the community module of geoserver 2.0.0(for easily written, I call it gs-wps). The problem is that our wps have a different architecture with the gs-wps. I found the other ows such as wcs wms a

[Geoserver-devel] the version of the geotools

2009-12-21 Thread maven apache
Hi: Since the document of 2.0.0 is not completed enough,so I tried the 1.7.7 version from the tags of the svn, I think it should be a stable version. However I found that the root pom define a artifact named gt-directory with version 2.5.8 as in the following: https://svn.codehaus.org/geoserver/ta

Re: [Geoserver-devel] [Geoserver-users] GeoServer as Eclipse Dynamic Web Project for Tomcat

2009-12-21 Thread maven apache
/21 Andrea Aime > maven apache ha scritto: > >> No one at line? >> > > We all start GeoServer using the Start.java file contained > in the web-app module. > > If you need priority support I suggest you look into the commercial > support offerings linked fr

Re: [Geoserver-devel] GeoServer as Eclipse Dynamic Web Project for Tomcat

2009-12-21 Thread maven apache
No one at line? 2009/12/21 maven apache > > Hi > I found the doc at : > > http://geoserver.org/display/GEOSDOC/GeoServer+as+Eclipse+Dynamic+Web+Project+for+Tomcat > <http://geoserver.org/display/GEOSDOC/GeoServer+as+Eclipse+Dynamic+Web+Project+for+Tomcat>Which >

[Geoserver-devel] GeoServer as Eclipse Dynamic Web Project for Tomcat

2009-12-20 Thread maven apache
Hi I found the doc at : http://geoserver.org/display/GEOSDOC/GeoServer+as+Eclipse+Dynamic+Web+Project+for+Tomcat Which shows how to change the web module to a web dynamic project,however the related version of gs is 1.7,and in the 2.x of gs, the web module is a pom-packaged module, it contains othe

Re: [Geoserver-devel] GeoServer as Eclipse Dynamic Web Project for Tomcat

2009-12-20 Thread maven apache
2009/12/21 maven apache > Hi > I found the doc at : > > http://geoserver.org/display/GEOSDOC/GeoServer+as+Eclipse+Dynamic+Web+Project+for+Tomcat > Which shows how to change the web module to a web dynamic > project,however the related version of gs is 1.7,and in the 2.x of gs

Re: [Geoserver-devel] debug gs in eclipse with tomcat 6.0

2009-12-15 Thread maven apache
2009/12/15 David Winslow > On 12/15/2009 08:30 AM, maven apache wrote: > > > > 2009/12/15 maven apache > >> Hi: >> I want to debug the gs in the eclipse since I add some breakpoints in the >> codes. >> I found that I can change the web-app module

Re: [Geoserver-devel] debug gs in eclipse with tomcat 6.0

2009-12-15 Thread maven apache
2009/12/15 maven apache > Hi: > I want to debug the gs in the eclipse since I add some breakpoints in the > codes. > I found that I can change the web-app module to a dynamic web project by > modify the project facets of this module, then I can use the command " debug > on

[Geoserver-devel] debug gs in eclipse with tomcat 6.0

2009-12-15 Thread maven apache
Hi: I want to debug the gs in the eclipse since I add some breakpoints in the codes. I found that I can change the web-app module to a dynamic web project by modify the project facets of this module, then I can use the command " debug on server " to run the gs in the web container, however it fails

Re: [Geoserver-devel] the spring component in gs

2009-12-15 Thread maven apache
2009/12/15 Andrea Aime > maven apache ha scritto: > > It is injected in other beans directly in the spring context file. >>Only a handful of beans are actually looked up using getBean, and >>usually when that happens we look for implementors of extension poin

Re: [Geoserver-devel] the spring component in gs

2009-12-15 Thread maven apache
2009/12/15 Andrea Aime > maven apache ha scritto: > >> >> >> 2009/12/15 Just van den Broecke > j...@justobjects.nl>> >> >> >>You will find applicationContext.xml files within various GeoServer >> .jar >>files under WEB-IN

Re: [Geoserver-devel] the spring component in gs

2009-12-15 Thread maven apache
beans are configed in the xml file. For example there is a bean named Geoserver(just a example), but I can not find where this bean is got. For my unsderstanding of spring ,there should be some codes like" beanFactory.getBean("Geoserver") or something else. > > -- Just van den Broecke

[Geoserver-devel] the spring component in gs

2009-12-14 Thread maven apache
Hi: Sorry for my problem again. These days I deepped into the gs sources codes, at the sametime I am new in spring , although I know the gs use the spring as a IOC container, however I have not found where the configed beans in the applictionContext.xml are called. That's to say many beans are con

Re: [Geoserver-devel] the ows architectural in geoserver

2009-12-09 Thread maven apache
ervlet? > Regards, > Jody > > On 09/12/2009, at 1:48 PM, maven apache wrote: > > Hi; > I want to know the architectural of the ows (such as wcs wms),that's to > say how to integrate them to the geoserver,and I follow the docs in the > geoserver website: > >

Re: [Geoserver-devel] the ows architectural in geoserver

2009-12-08 Thread maven apache
Nobody at line? 2009/12/9 maven apache > Hi; > I want to know the architectural of the ows (such as wcs wms),that's to > say how to integrate them to the geoserver,and I follow the docs in the > geoserver website: > > http://docs.geoserver.org/2.0.x/en/developer/program

[Geoserver-devel] the ows architectural in geoserver

2009-12-08 Thread maven apache
Hi; I want to know the architectural of the ows (such as wcs wms),that's to say how to integrate them to the geoserver,and I follow the docs in the geoserver website: http://docs.geoserver.org/2.0.x/en/developer/programming-guide/ows-services/index.html But it has no contents. In my opinion each o