-
1. Re: create a jhipster like addons
vineet.reynolds Dec 3, 2014 4:52 AM (in response to fazertyplus)Hi,
Coincidentally, we've been exploring how to support front-end development better, possibly through
- some form of integration in Forge with yeoman,
- or simply play well with yeoman, so that you can use jhipster with Forge.
I haven't looked at jhipster in depth, so I can't answer whether we would replicate everything in Forge. Some of it may not make sense, while others would. As for security, we'd look at picketlink to work with JAX-RS (considering that the angularjs addon can generate JAX-RS resource classes), but this is not a necessity. It naturally follows that multiple addons would require changes, and that having one single addon may complicate things due to size. Is there any chance we could discuss this in depth on IRC (my handle is vineetreynolds).
Vineet
-
2. Re: create a jhipster like addons
dennisthemenace Aug 11, 2016 4:54 AM (in response to vineet.reynolds)Hi,
I am currently looking into ways to achieve an integration between jboss forge and jhipster exactly as written in this post.
Is it true that there is no forge plugin that currently provides a yeoman integration?
Would it be better to trigger yeoman from forge or trigger forge from yeoman?
Probably a JHipster Plugin and a JBoss Forge plugin have to be written that play well together.
Anybody else interested in starting / investigating on this project?