Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use more modern code #4

Open
cristan opened this issue Sep 30, 2018 · 0 comments
Open

Use more modern code #4

cristan opened this issue Sep 30, 2018 · 0 comments

Comments

@cristan
Copy link
Owner

cristan commented Sep 30, 2018

The current code is based of grails 2 and the project is created by Groovy/Grails Tools Suite. Especially the latter is an issue because this hasn't been maintained in years and the official download link is now dead.

Grails 3 would be a great option since it's build on top off Spring Boot, so IDE support should probably be fine. You could even get it to work with Kotlin although the main advantage of this route would mostly be that you don't need to rewrite that much of the code.

Another option is to skip Grails altogether, and just make a Kotlin Spring (boot) project. You'll miss out on the nice features to persist items in the database, so you'll have to manually do the hibernate work (or use some other method to persist data).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant