-
Notifications
You must be signed in to change notification settings - Fork 101
Hack proposals
If this hack session goes ahead, it would be useful to have a list of tasks that people can partake in. If you have suggestions for projects and tasks that attendees can contribute to, please specify the project name, who will be in charge/offering guidance, and what the goal is for each task. A reference to an issue is also useful.
Lead: Peter Ledbrook
This is a tool available through gvm that creates new projects from templates, e.g. you can easily create starting Ratpack or DropWizard projects.
-
Use a spike to prototype Handlebars support
At the moment, the only template engine support for source files is Groovy's
SimpleTemplateEngine
. As described in issue #52, we should support at least one alternative template engine. Handlebars has a Java implementation and is a good candidate. -
Use a spike to prototype sub-generators
Lazybones only allows you to create a project from a single template. There is currently no way to then add extra features to that new project through extra commands/templates. For example, it would be nice to have a command that processes templates to add scaffolding to new DropWizard projects. This is described in issue #86.
Lead: [Tomas Lin/tomaslin]
Want to be able to use betamax with the latest version of Grails. Would like to explore how to get the tape loading mechanism to work with Remote Control plugin in functional tests.
Lead: [Sebastien Arbogast/sarbogast]
A curated referential of Groovy-wrapped java libs with a search engine, code samples, links, tags, ratings, etc. This would also be a nice open source grails demo project (more real-world than Petclinic)