Hi all,<br><br>I describe shortly the activities of this week aimed mostly to understanding the extension system of gvSIG and to do tests for trying concepts step by step. I still miss something for understanding it completely in order to register a new DAL provider.<br>
<br>It&#39;s been another hard week frankly. I&#39;ve tried to take advantages of gvSIG development team&#39;s suggestions, studying hardly both the code of the suggested extensions and documentation.<br><br>What have I done:<br>
<br>        * studied and tested Maven most advanced features (jar creation, pom features, etc)<br>        * tried to implement the SQLite DAL provider extending the gvSIG functionalities using the small library created during the past weeks<br>
        * studied the code of suggested extensions (extGPE-gvSIG)<br>        * studied the documentation on the gvSIG DAL [1] [2]<br>        * tried to modify libFMap_daldb extension as a test for trying to register the sqlite provider<br>
<br>What I plan to do next week:<br><br>       * understand and finally implement the SQLite DAL provider extending the gvSIG functionalities, using the library I&#39;ve created during the past weeks<br><br>    If there&#39;s time:<br>
<br>            * finally implement the 3D/4D geometry support<br>            * implement exceptions classes for the library already developed<br>            * create the maven project for the library implemented in the weeks before<br>
<br>Problems:<br><br>        * No real problem. I need to loose some other time in understanding the way of registering a DAL provider with a gvSIG extension, that&#39;s unfortunately not completely clear for me yet. I&#39;ve asked (and got) the whole week as holidays from job for trying to complete the extension and completing my tasks for GSOC.<br>
        * eventually loose some time for fixing the &quot;3D/4D problems&quot; with JTS(java library used here for WKB/WKT) and SpatiaLite Blob. Probably I will be obliged to implement all these functions outside JTS.<br>
<br>[1] <a href="http://www.gvsig.org/web/projects/gvsig-desktop/docs/devel/org.gvsig.fmap.dal">http://www.gvsig.org/web/projects/gvsig-desktop/docs/devel/org.gvsig.fmap.dal</a><br>[2] <a href="http://www.gvsig.org/web/projects/gvsig-desktop/docs/devel/org.gvsig.fmap.dal/2.0.0/featurestore">http://www.gvsig.org/web/projects/gvsig-desktop/docs/devel/org.gvsig.fmap.dal/2.0.0/featurestore</a><br>