Grails 2 vs Grails 3 -
i'm rather new grails , i'm start new grails project. i'm confused version go based on tools not being ready support newest version. i've read version 3 complete rewrite ground gut says should version go considering project brand new, i'm discovering none of tools ready version 3.
i able version 3 intellij out grails support , same goes ggts.
with being said, don't know how run app in ggts since grails-runapp doesn't work
with ggts, used following tutorial https://tedvinke.wordpress.com/2015/04/10/grails-3-released-installing-gradle-and-groovy-2-4-support-in-eclipseggts/ i've been able figure out how app run. know how this?
my questions are
- how run grails 3 app in ggts.
- is recommended use grails 3 @ point or should use grails 2
- if use grails 3, recommended ide?
with intellij had run going grails-app/init project run main. correct way it?
as of grails 3 don't need special ide run grails 3 application. need right-click on application class , execute start grails application. read more ide integration https://grails.github.io/grails-doc/latest/guide/introduction.html
currently, not plugins upgraded grails 3. if project depends on plugins not upgraded issue. example spring security not upgraded yet, there work around use it.https://groups.google.com/forum/#!searchin/grails-dev-discuss/spring$20security/grails-dev-discuss/jof0jw_bics/toxd0nzpaxkj
finally, both intellij community edition , ggts supports grails3. if want special grails features gsp syntax highlighting use ggts or idea ultimate edition.
Comments
Post a Comment