Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Experiences using Groovy++ in Grails

has anybody tried to implement a Grails solution having Groovy++ under the hood ?

like image 332
xain Avatar asked Jul 03 '10 14:07

xain


People also ask

What is Groovy on Grails?

Groovy-Based Apache Groovy is a language for the Java platform designed to enhance developers' productivity. It is an optionally-typed and dynamic language but with static-typing and static compilation capabilities.

Does Grails come with Groovy?

Grails is a Java-based web application framework that uses the Apache Groovy programming language.

What is Grails framework used for?

Grails is Java and Groovy framework used when developing agile web applications. Grails implements the MVCS (Model, View, and Controller) design pattern. Grails is superb because it allows developers to concentrate more on actual application requirements and spend less time configuring the framework.


2 Answers

Groovy++ uses Groovy 1.7.5 and contains plugin integrating G++ with Grails

like image 104
Alex Tkachman Avatar answered Oct 12 '22 20:10

Alex Tkachman


It won't currently work.

Grails 1.3.2 (the current latest) uses Groovy 1.7.3

Groovy++ requires Groovy 1.8 (which is currently unreleased)

Please see Alex's response instead of this one...

like image 42
tim_yates Avatar answered Oct 12 '22 19:10

tim_yates