The Pojo data store was based on some technology called jpox; the students have since moved on and the module is off in the unsupported folder. One of the ideas the project explored was a more generic Data Access API (so the rendering system could query POJOs).
The Renderer is still able to display a Collection<Object> when armed with the right property accessors. The JPOX project above implemented a couple of propery accessors based on java beans. Still the ability to efficiently query is missing; I recommend writing a DataStore for your POJOs. You may want to just make your POJOs implement Feature; or apply a Feature Wrapper. Cheers, Jody Cole Harper wrote: > I would like to use GeoTools (or perhaps the GeoAPI) in conjunction with > Gigaspaces on Amazon ec2. My first attempt will be simple points. So I was > wondering if the POJO datastore is functional and if it is would this be the > recomended way to use GeoToos/API with gigaspaces? > > http://www.gigaspaces.com/wiki/display/GS6/Welcome+to+GigaSpaces gigaspaces > xap > http://www.gigaspaces.com/wiki/display/GS6/Open+Spaces+Frequently+Asked+Questions > gigaspaces faq > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
