slavaschmidt

Results 50 comments of slavaschmidt

Ok, may be it's possible to replace "-" with "-", but what is with other possible characters? Like ":" for example. Would be valid in swagger spec as well.

Yep, this is good one.

With generation we were thinking about multiple plugins, like spray-..., play-..., lagom-... etc The real fun will begin if somebody will express interest in implementing code generation for java framework.....

@nmcb what do you think?

@benmccann @frantuma This is really great! May be we should have a conversation in gitter about the common architecture of the plugin. We aim to have a plugin which should...

By the way, will you utilise some template engine for code generation?

I started to use scalatra lately but not really satisfied with it. The main problem with any template engine i've found so far is that all of them are really...

@frantuma everything is correct. I was not aware about sbt-swagger-codegen, will take a look at it.

Seems that the solution would be a custom ErrorHanler like [this](http://alvinalexander.com/scala/handling-scala-play-framework-2-404-500-errors) In this case the fix must be implemented in activator template

The problem is actually harder then just importing needed references. The reason for that is that it's not possible to ensure, that referenced model is actually generated as a part...