Jody Garnett ha scritto:
> Thanks for the feedback Andrea:
> 
> Just going to try and sum up where we got to (so I can think about it 
> offline).
> 
> -"go further" with description, that is describe what "xpath" 
> expressions would be valid.
> 
> Q: Would something similar to command completion work? Ie given an xpath 
> expression list the valid next strings? I only ask as that could be 
> done, the result would be similar to TreeModel, and would let us handle 
> recursive structures etc... For an example consider Road and Junction.
> 
> - "slice" so only some attributes are fetched rather then all of them

Well, from the use case I'm trying to consider, a default slice would
be nice. Maybe the datastore could be configured in order to specify
the slice you want to publish.

Remember the Hibernate data store? There you basically build up a 
Hibernate criteria specifying which attributes you do want, eventually
using wildcards to avoid the tedium of listing each attribute.
Oh, by default a wildcard won't match associated entities and 
collections, so you build something simple. But you can then
add features coming from single associations as well.

Btw, it would be nice to add the hibernate datastore among supported,
but afaik we have no written permission to do so from Bluesphere, I'm 
worried that just a spoken statement is not enough?

Cheers
Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to