Hello all
I had a look and realized that georss is used by the following class,
defined in the sis-referencing module:
org.apache.sis.storage.GeoRSSData
In order to reduce the annoyance caused by the georss mismatched
artifactId, I would need to move this GeoRSSData class in another
module. Indeed, the "storage" package name suggests that this class
should probably not belong to the "sis-referencing" module.
It may be a bit early to create an entire module for this single class.
What about moving it (for now) to the sis-webapp module, which already
have the "georss" dependency? This may not be the most accurate place,
but web services would probably be revisited later anyway. Its package
name would be unchanged.
Le 14/05/13 14:25, Adam Estrada a écrit :
I am excited to hear that you are using the Play framework. From what I can
tell, it is a pretty modern set of tools for web development.
Thanks :-). Actually I do not really know this framework myself, but
some peoples around me are tying it. I'm curious to see what the result
may be.
Martin