<div class="gmail_quote">On Tue, Jan 26, 2010 at 3:33 AM, sorel <span dir="ltr"><<a href="mailto:johann.sorel@geomatys.fr">johann.sorel@geomatys.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
<br>
I am a developer on several GIS Java projects like GeoAPI, GeotoolKit,<br>
Constellation, Puzzle-GIS ... and so on.<br>
Currently I am exploring existing java solutions to work with Open<br>
Street Map and seen only OSMOSIS and JSOM free.<br>
<br>
If you have a few minutes to answer my questions that would be a real help.<br>
<br>
I explored your project and it's well made, great work.<br>
I was wondering if it could be possible to split this unique maven<br>
module in smaller modules to organize it ?<br>
something like : api, model, utils, osmbin, gpx, mysql, postgresql ...<br>
(you know the project better than me).<br></blockquote><div><br>It's certainly possible. It's currently in one single jar file because that was quicker and easier. So far there's been no need to split it. I've often thought about splitting it up, but never found the time or inclination to do it.<br>
<br>What are you trying to do with it? Is there any reason to split it other than size?<br><br>One complication that would make it difficult to split is cross dependencies between java packages. There hasn't been a serious effort made to avoid circular dependencies. I suspect some refactoring would be required in order to find logical points to make it work.<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
thank you for your answers, I hope my english wasn't too bad.<br></blockquote><div><br>Your English is just fine ;-)<br></div></div><br>Brett<br><br>