I used JXPath within a project about nine months ago. I found it easy to use, and despite my concerns, performance wasn't really a problem.
However, I would advise against using it for large projects, because code that uses JXPath is hard to maintain. None of the refactoring utilities in the modern IDEs will work with it, and xpaths (kind of like perl scripts) are easier to write than to read, especially after a few months have passed. I think my future use of JXPath will be limited to rapid prototyping only. --- Cory Foy <[EMAIL PROTECTED]> wrote: > What is the list's opinion on JXPath? > (http://jakarta.apache.org/commons/jxpath/) > > The concept is intriguing to me - using XPath > queries on Java objects, > but do any of you all use it? Any experiencies, > insight, etc? > > Cory > > _______________________________________________ > Juglist mailing list > [EMAIL PROTECTED] > http://trijug.org/mailman/listinfo/juglist_trijug.org > _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
