Jan Torben Heuer ha scritto: > Hi, > > Do you have any experiences with Geotools and OR-Mappers? I currently use > getools with JDBC. Does Geotools play well with projects like hibernate > and/or datanucleaus? Or do you recommend to separate the geometries from the > content and use hibernate and geotools (and its jdbc stuff) together?
At the moment we don't have a good way to mix togheter GeoTools and or-mappers, the abstractions are different. I once developed a datastore that was using hibernate spatial under covers, bridging the two worlds, but unfortunately it was not released under open source (to my disappointment). Imho the best thing today would be to try and redo the same, building a datastore that can take Criteria Query objects as the definition of a feature type and then serve it using the normal DataStore set of interfaces. Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
