Hello Martin and all,
I  tried clean and build web service layer  but have error , I think error
from dependency in the pom.xml .
So Can I edit pom.xml file in sis-webapp ? or I create a new package ? .
And my code , Will I push directly to the  SIS or I create a new repository
for the SIS in my github ?

This is CSW design architecture model v2.0.2 that I will use to develop csw
service : . (Note : It is still incomplete I will update in my work process)
https://docs.google.com/document/d/1GrKRMCbOaaQw2ic4NYBX4QsczbR7n_rJevGyj4yBzgo/edit?usp=sharing

*My reference source : *
OpenGIS Catalogue Service Implementation Specification
<http://portal.opengeospatial.org/files/?artifact_id=20555>
http://portal.opengeospatial.org/files/?artifact_id=20555
OGC Web Service Common Implementation Specification
<http://portal.opengeospatial.org/files/?artifact_id=38867>
http://portal.opengeospatial.org/files/?artifact_id=38867
UML to java mapping
http://docs.geotools.org/latest/javadocs/org/opengis/annotation/doc-files/UML-Java.html

The first I will developing REST service on the server-side  and I am
starting with GetCapabilities operation.
And in the learning process I see in UML (getCapabilities request parameter
) have a (CostList)  Sections  ,  Can you explain this part ? and How I can
extends CostList in java ? (can you give me a example ?)

Thanks so much
Hao

On Thu, Apr 26, 2018 at 3:26 PM, Martin Desruisseaux <
[email protected]> wrote:

> Le 26/04/2018 à 08:59, phuong hao nguyen thi a écrit :
>
> > I'm instaling GeoAPI but it have a error java version : " Detected JDK
> > version 1.8.0-171 is not in the allowed range 10 "
> >
> As the message said, GeoAPI requires Java 10 for compilation. Note
> however that this is only for compilation; the compiled classes are
> still compatible with Java 7. The reason for requiring Java 10 at build
> time is for improved Javadoc generation, in part with some new options
> available only in Java 10.
>
>     Martin
>
>
>

Reply via email to