Is HyperJaxb3 still maintained?

Viewed 599

I think this question should be fairly simple. I'm looking forward to persisting JAXB generated classes from a schema into a database via JPA annotations.

I came across Hyperjaxb3 but I noticed that most of the project's activity stopped in 2011.

So is this project being maintained still?

Are there any other alternative frameworks that can offer JAXB persistence via JPA? I found about EclipseLink but I seems to me that it is a much more general purpose tool.

Thanks!

1 Answers
Related