Hello Hao
Le 07/07/16 à 13:47, phuong hao nguyen thi a écrit :
> Martin, thanks so much, I created a class too config the system path(It use
> to edit config.propeties file ) where data storaged and image file I will
> set to folder image in the path . It's Ok?
This is a good start. Would you be okay with the following proposed changes?
* Rename ReadConfiguePath as ConfigurationReader. Tip: "Read" is a
verb while "Reader" is a noun. In Java, we often use noun for class
names and verb for method names (often, but not necessarily always).
* Remove the catch (Exception e), especially since it only print the
exception to the console. Unless an error is really recoverable, it
is better to let it propagate or to wrap it in another exception.
* The InputStream can be local to the getPropValues() method - it does
not need to be a field in this case.
> Today Chinh and me completed the parth config path direction ,
> search any text and reponse metadata on interface client . The present
> , we just need get value from home page and complete the mapping path
> . This is image screenshot from interface client . Do you have suggested?
I didn't saw the screenshot, I think they can not be posted on Apache
mailing list. But I was able to run the application, so I could see what
it looks like. For Apache SIS, an interesting part would be to see an
example of request sent to the CSW server and the response that we get
back. Could you post such example? (this is only text or XML).
Thanks,
Martin