Using groovy with web framework strip

I am joining a Java project that uses the Stripes web infrastructure. Personally, I prefer to write Groovy than Java, and I'm looking for opportunities to use Groovy in this project.

I am looking for examples of where you can use Groovy (instead of Java) in the Stripes project supposedly. Are there any specific steps you need to take to get Groovy working with Stripes (e.g. changing the assembly)?

I am particularly interested to know if GORM and GSP can be used in the Stripes app.

Thanks Don

+3
source share
2 answers

There is an article explaining how to use Groovy using Stripes here: http://www.fdaoud.com/groovy.html

+4

, , groovy libs . groovy , :

  • @URLBinding ( "/foo/{$ bar}" ) , groovy gstring.
  • , , . , . , , get * set * - . : , bean : : useActionBean
+4
source

Source: https://habr.com/ru/post/1793845/


All Articles