Jaxen looks like a nice/extensible XPath project, but it doesn't not seem to be actively developed nor have dates on releases. Even the mailing list URLs are dead.
Anyone have any info on this?
Jaxen looks like a nice/extensible XPath project, but it doesn't not seem to be actively developed nor have dates on releases. Even the mailing list URLs are dead.
Anyone have any info on this?
Two commits in 2011: https://fisheye.codehaus.org/changelog/jaxen/trunk/jaxen.
The problem of Jaxen is that every XML library already has its own XPath processor and almost no incentives to switch to another.
Update: Yes, Jaxen has definitely been abandoned. The homepage is currently defaced and none of the devs seems to be able or care to fix it: http://old.nabble.com/Fwd%3A-jaxen.org-home-page-defaced-td27594582.html
Update (Sep 2012): Jaxen has resumed development in May 2012 after one and a half year of inactivity, and has since released version 1.1.4 (12 May 2012) and 1.1.5 (5 Aug 2012).
Update:
The sourceforge page last updated in 2013 states:
FURTHER DEVELOPMENT IS NOW OCCURING AT http://jaxen.codehaus.org
But codehaus was closed down in 2015.
So everything is now at jaxen.org however currently the domain seems to be expired. The google cache shows the last version.
The last (latest) activity I saw was Elliotte Rusty Harold doing something w.r.t. his XOM project a couple of years ago.
JDOM, DOM4J, JAXEN, XOM, etc, probably have seen their peak usage. Java and XML has matured and the consensus is JAXP and JAXB together with the streaming API, with one exception: If you want Xpath 2.0, Saxon is probably the choice; it also has bindings to the beforementioned libraries (at least for Xpath 1.0)