eigengo / sbt-raml-plugin

RAML compiler and documentation generator
15 stars 4 forks source link

Add support for case class generation from RAML referenced JSON schemas #4

Open sslavic opened 10 years ago

sslavic commented 10 years ago

Please consider adding support for code generation from RAML, e.g. generate case classes from JSON schemas. When working with schemas, watch out, there is a bug in raml java parser: https://github.com/raml-org/raml-java-parser/issues/39

Maybe in the future some route related code can be generated as well, e.g. for spray or finatra, but data model is basis needed in any case, even when implementing routing code by hand.

janm399 commented 10 years ago

Good idea! I would like to start with SoapUI test driver so that I can use this plugin to implement black-box integration testing.

But your idea is interesting, and potentially very useful, too!