Hi,
today I was looking into extracting the query parser code for use in a
non-Jackrabbit project. This turned out to be feasible due to good
documentation and code modularity (thanks!). Except:
org.apache.jackrabbit.core.query.xpath.XPathQueryBuilder has a
dependency on org.apache.jackrabbit.core.SearchManager, for the sole
purpose of importing to constants for namespace URIs. Would it be
possible to get rid of that dependency?
Best regards, Julian
- Re-using the query parsers outside Jackrabbit Julian Reschke
-