Hello,

Without know the details of your project it's impossible to give you a
definite answer. It will depend in part on how much of the code base
uses GeoTools classes, and how complex that use is. However, I
certainly wouldn't recommend trying to do an incremental port through
successive versions because I'm sure that would involve a lot of
redundant doing and undoing of code.

Version 2.4 is before my time (or at least beyond my memory) but one
thing to keep in mind is that although there have been many changes
between then and now, there has also been a lot of improvement and
simplification, not to mention better docs and examples.

If it's a large project, perhaps the best thing to do is to break it
up into conceptual or functional chunks and then post questions about
how best to implement each of these.

Michael

On 12 May 2011 20:35, mil84 <[email protected]> wrote:
> Hi, i've an old project, which was made with geotools 2.4.2, and i want to
> migrate it to 2.7. But i have big problems during upgrading, i can't even
> upgrade to 2.5 because of lot of changes between 2.4.2 and 2.5. For example
> classes that i'm currently using like:
>
> DefaultFeature
> DefaultFeatureType
> Feature
> FeatureType
> ...
>
> doesn't exists even in 2.5. Of course i tried to use upgrade manuals:
>
> http://docs.codehaus.org/display/GEOTOOLS/Upgrade+to+2.5
> http://docs.codehaus.org/display/GEOTOOLS/Upgrade+to+2.6
> http://docs.codehaus.org/display/GEOTOOLS/Upgrade+to+2.7
>
> but it looks like these manuals are incomplete, because they only write
> something about Feature and FeatureType and some other changes and thats
> all. But there are much more changes between these versions, which they
> probably don't mentioned in these documents. So now i'm quite lost...
>
> So the question is, what should i do? Do u think its possible (and
> reasonable) to upgrade my project, and are there some "better" instructions
> than very short upgrade sites i posted? Or should i rewrite my project from
> scratch?
>
> Thx for advices a lot
>
> --
> View this message in context: 
> http://osgeo-org.1803224.n2.nabble.com/GeoTools-upgrade-problem-2-4-2-2-5-6-7-tp6355239p6355239.html
> Sent from the geotools-gt2-users mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Achieve unprecedented app performance and reliability
> What every C/C++ and Fortran developer should know.
> Learn how Intel has extended the reach of its next-generation tools
> to help boost performance applications - inlcuding clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> Geotools-gt2-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to