image.png
# questions
g
image.png
👍 2
👍🏼 1
p
looks nice, do you have some video tutorial?
g
Not at the moment, the best way is to try running the App Template (https://www.dueuno.com/docs/#_quick_start) or, if you prefer, starting from scratch with a plain Grails App (https://www.dueuno.com/docs/#_api_reference)
p
👍 I would like to see it on action before testing, I'm lazy 😛
m
🎉 Congrats, welcome to the open source world, let's work together to build better Grails applications partygrails
❤️ 1
whee 1
g
@Pablo Pazos I can understand I am lazy as well 😆 let me see what I can do in the next days. Anyway just in case you have IntelliJ IDEA installed on your pc you just have to download the template app and bootRun it, it should be “laziness proof” 😎 👍🏻
p
thanks, I don't have ItelliJ
m
Anyone remember the Gant Script in Grails 2, which provides some Build Events hooks, such as
_Install.groovy
and
_Events.groovy
?
g
I have no idea, sorry 😕
m
I’ve always found it useful for plugins to provide scripted commands like install and upgrade to make it easier for developers to use and get started.
I’m working on this feature to optimize the script commands in Grails to provide a richer variety of file manipulation methods, as well as adding group and visible attributes to manage the commands.
Application templates are simple Groovy files containing DSL, Ant tasks, and Groovy scripts, etc. • you can use templates to generate/customize Grace applications. • you can write reusable application templates using the Groovy template scripts. This feature allow script command to apply Application Templates to exist project, perform some complex tasks such as install, uninstall, upgrade. If you are Plugin developer, this will help you use powerful Groovy scripts to provide commands and tasks for the end users, so users will easily install your plugins and configure it.
g
I have seen your posts on X, I find the usage of ant in the application templates very easy to understand/write and very clean. I definitely want to “port” Dueuno Elements on Grace, I just need to find the excuse to do it, it may come with the next project we are negotiating but I still haven’t a go/no-go on it
m
You need it, every plugin developers and users will love ❤️ this feature
👍 1
I’m glad to share this good news for Grails developers, you can create Grails apps using Grace CLI with all of the features available in Grace 2023. https://github.com/graceframework/grace-framework/issues/425
Copy code
grace create-app <http://grails.apps.blog|grails.apps.blog> --grace-version=6.2.0
grace create-app <http://grails.apps.blog|grails.apps.blog> --grace-version=5.3.6
grace create-app <http://grails.apps.blog|grails.apps.blog> --grace-version=5.2.6
grace create-app <http://grails.apps.blog|grails.apps.blog> --grace-version=5.1.10
grace create-app <http://grails.apps.blog|grails.apps.blog> --grace-version=5.0.3
grace create-app <http://grails.apps.blog|grails.apps.blog> --grace-version=4.1.4
grace create-app <http://grails.apps.blog|grails.apps.blog> --grace-version=4.0.13
grace create-app <http://grails.apps.blog|grails.apps.blog> --grace-version=3.3.18
grace create-app <http://grails.apps.blog|grails.apps.blog> --grace-version=3.2.12
grace create-app <http://grails.apps.blog|grails.apps.blog> --grace-version=3.1.16