Simone Giannecchini a écrit :
> My main concern with using JAXB and its annotations is that it make
> hard if not impossible to use others technologies like hibernate which
> can use annotations themselves.

As stated in an earlier email, annotations are fully qualified constructs like 
any Java classes. JAXB annotations can not conflict with Hibernate annotations 
even if they have the same name, because they live in different packages.

Nothing prevent us from putting JAXB + Hibernate annotations on the same 
classes.


> Second concern I have it towards file size increase. I use geotools in
> webstart apps where size is an issue, hence I would like to avoid
> anything that make the esize of the lib growt, at least the size of
> the core parts or it.

As stated in an earlier email, there is a recognized need for providing 
different flavor of GeoTools (with/without JAXB, full/trimmed referencing, 
etc.). Mercurial is an approach under consideration for that.

        Martin


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to