jaxb2ruby 0.1.0-java
jaxb2ruby generates Java XML mappings via xjc, reads the resulting annotations, and passes the extracted info to an ERB template. This allows one to automatically map an XML schema to pure Ruby classes (i.e. classes that don't require JRuby) using the mapping framework of their choice. Several templates are included: ROXML, HappyMapper and generic Ruby class (PORO).
Gemfile:
=
install:
=
Runtime Dependencies (2):
activesupport
>= 3.2, < 7
cocaine
= 0.5.8
Development Dependencies (1):
rake
~> 13.0