| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Hi all, my apologies for cross posting, but I'd like to get as many responses as possible from any kind of jackrabbit users on this topic. I'd like to know what the preferred query language is that you are using, just to get a feeling where further development should go regarding query support in jackrabbit and JCR in general. [ ] I primarily use XPath [ ] I primarily use SQL [ ] I use both XPath and SQL and on a related topic: If there was an API to construct a query I would ... [ ] ... use it /instead/ of the existing XPath or SQL languages. [ ] ... use it only for occasionally. [ ] ... not use it at all. Thank you for participating. regards marcel |
|
#2
| |||
| |||
| Hi Marcel, [ ] I primarily use XPath [ ] I primarily use SQL [X] I use both XPath and SQL [X] ... use it /instead/ of the existing XPath or SQL languages. [ ] ... use it only for occasionally. [ ] ... not use it at all. On the 2nd point, especially true if the construction of the query provided performance benefits in terms of parameter binding etc. Regards, Shaun. -----Original Message----- From: Marcel Reutegger [mailto:marcel.reutegger@gmx.net] Sent: 02 April 2007 10:16 To: dev@jackrabbit.apache.org; users@jackrabbit.apache.org Subject: poll on jcr query usage Hi all, my apologies for cross posting, but I'd like to get as many responses as possible from any kind of jackrabbit users on this topic. I'd like to know what the preferred query language is that you are using, just to get a feeling where further development should go regarding query support in jackrabbit and JCR in general. [ ] I primarily use XPath [ ] I primarily use SQL [ ] I use both XPath and SQL and on a related topic: If there was an API to construct a query I would ... [ ] ... use it /instead/ of the existing XPath or SQL languages. [ ] ... use it only for occasionally. [ ] ... not use it at all. Thank you for participating. regards marcel __________________________________________________ _________ Inbox full of spam? Get leading spam protection and 1GB storage with All New Yahoo! Mail. http://uk.docs.yahoo.com/nowyoucan.html |
|
#3
| |||
| |||
| [X] I primarily use XPath [ ] I primarily use SQL [ ] I use both XPath and SQL [X] ... use it /instead/ of the existing XPath or SQL languages. [ ] ... use it only for occasionally. [ ] ... not use it at all. |
|
#4
| |||
| |||
| [ ] I primarily use XPath [X] I primarily use SQL [ ] I use both XPath and SQL [X] Would primarily use DASL <basicsearch> if it was available (write in ballot ;-) If there was an API to construct a query I would ... [ ] ... use it /instead/ of the existing XPath or SQL languages. [X] ... use it only for occasionally. [ ] ... not use it at all. > -----Original Message----- > From: Marcel Reutegger [mailto:marcel.reutegger@gmx.net] > Sent: Monday, April 02, 2007 5:16 AM > To: dev@jackrabbit.apache.org; users@jackrabbit.apache.org > Subject: poll on jcr query usage > > Hi all, > > my apologies for cross posting, but I'd like to get as many > responses as possible from any kind of jackrabbit users on this topic. > > I'd like to know what the preferred query language is that > you are using, just to get a feeling where further > development should go regarding query support in jackrabbit > and JCR in general. > > [ ] I primarily use XPath > [ ] I primarily use SQL > [ ] I use both XPath and SQL > > and on a related topic: > > If there was an API to construct a query I would ... > > [ ] ... use it /instead/ of the existing XPath or SQL languages. > [ ] ... use it only for occasionally. > [ ] ... not use it at all. > > Thank you for participating. > > regards > marcel > |
|
#5
| |||
| |||
| [X] I primarily use XPath [ ] I primarily use SQL [ ] I use both XPath and SQL If there was an API to construct a query I would ... [ ] ... use it /instead/ of the existing XPath or SQL languages. [X] ... use it only for occasionally. [ ] ... not use it at all. Alex -- Alexander Klimetschek http://www.mindquarry.com |
|
#6
| |||
| |||
| I would like to add that it would be great to have extended XPATH support, will all the axis and functions implemented... On Apr 2, 2007, at 5:16 AM, Marcel Reutegger wrote: > Hi all, > > my apologies for cross posting, but I'd like to get as many > responses as possible from any kind of jackrabbit users on this topic. > > I'd like to know what the preferred query language is that you are > using, just to get a feeling where further development should go > regarding query support in jackrabbit and JCR in general. > > [X ] I primarily use XPath > [ ] I primarily use SQL > [ ] I use both XPath and SQL > > and on a related topic: > > If there was an API to construct a query I would ... > > [ ] ... use it /instead/ of the existing XPath or SQL languages. > [ ] ... use it only for occasionally. > [ X] ... not use it at all. > > Thank you for participating. > > regards > marcel |
|
#7
| |||
| |||
| [X] I primarily use XPath [ ] I primarily use SQL [ ] I use both XPath and SQL If there was an API to construct a query I would ... [X] ... use it /instead/ of the existing XPath or SQL languages. [ ] ... use it only for occasionally. [ ] ... not use it at all. Also, even if the latter API has optimizations that make query reuse faster than with XPath, it would of course be useful if it allowed you to recover the equivalent XPath (or SQL) queries, effectively providing an XPath formulation toolkit. Joshua -- View this message in context: http://www.nabble.com/poll-on-jcr-qu....html#a9794383 Sent from the Jackrabbit - Users mailing list archive at Nabble.com. |
|
#8
| |||
| |||
| Alessandro Bologna schrieb: > I would like to add that it would be great to have extended XPATH > support, will all the axis and functions implemented... Oh, yes, I have to change my answer: [X] I primarily use Full XPath (based on Jaxen in a custom SearchIndex) [ ] I primarily use XPath [ ] I primarily use SQL [ ] I use both XPath and SQL Although our implementation [1] does not include the custom functions that the JCR standard adds to XPath (like element(*, nt:file)), it does have full Xpath 1.0 support, including child axis predicates. [1] http://www.mindquarry.org/repos/mind...krabbit/xpath/ Alex > > On Apr 2, 2007, at 5:16 AM, Marcel Reutegger wrote: > >> Hi all, >> >> my apologies for cross posting, but I'd like to get as many responses >> as possible from any kind of jackrabbit users on this topic. >> >> I'd like to know what the preferred query language is that you are >> using, just to get a feeling where further development should go >> regarding query support in jackrabbit and JCR in general. >> >> [X ] I primarily use XPath >> [ ] I primarily use SQL >> [ ] I use both XPath and SQL >> >> and on a related topic: >> >> If there was an API to construct a query I would ... >> >> [ ] ... use it /instead/ of the existing XPath or SQL languages. >> [ ] ... use it only for occasionally. >> [ X] ... not use it at all. >> >> Thank you for participating. >> >> regards >> marcel > > -- Alexander Klimetschek http://www.mindquarry.com |
|
#9
| |||
| |||
| [X] I primarily use XPath [ ] I primarily use SQL [ ] I use both XPath and SQL If there was an API to construct a query I would ... [ ] ... use it /instead/ of the existing XPath or SQL languages. [X] ... use it only for occasionally. [ ] ... not use it at all. --------------------------------- Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center. |
|
#10
| |||
| |||
| [ ] I primarily use XPath [X] I primarily use SQL [ ] I use both XPath and SQL and on a related topic: If there was an API to construct a query I would ... [X] ... use it /instead/ of the existing XPath or SQL languages. |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.