We need to automate process of creating datastore and publishing GeoTIFF layer. Also, before publishing we need to change Declared SRS and to save Native Bounding Box to our database.
GeoTIFF file will be uploaded to the file system by our customer.
I`ve seen Creating Layer in GeoServer using REST, also I see that there is publishGeoTIFF(...) methods in GeoServer-manager in GeoServerRESTPublisher.java.
Another solution that I see - is to make all the operations with bot written with selenium or htmlUnit.
Could you suggest what approach is more elegant and suitable for us?
Is there any actions in our workflow that we will not be able to do with GeoServer-manager.
We also have seen at gsrcj project, but it can`t create programmatically geotiff layer.