Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Reference_description_with_linked_URLs_________________________Notes________________________________________________________________


https://grails.orgGrails

https://github.com/grails/grails-core/releases/tag/v4.1.0.M2

http://docs.grails.org/4.1.0.M1/guide/introduction.html#whatsNew

grails experimental downloads for 4.2, Groovy 3
https://grails.org/blog/index.htmlutm_campaign=2GM%20Community%
20Engagement&utm_medium=email&_hsmi=95220434&_hsenc=p2ANqtz--Gie_w6ROGkVF89tuvgvf0TvA5zGNNJOLiSLxRPsYRscSTXn6f_b5b9sjFqnW-HpRXh-Y5pJ7MiE3jgwUVf2JwyXRBrQ&utm_content=95220434&utm_source=hs_email
Grails blog
https://grails.org/blog/2020-09-10-grails-state-of-union.htmlGrails 2020 update
https://github.com/grails/grails-core/releasesGrails releases repo including Milestones *


http://docs.grails.org/latest/guide/introduction.htmlGrails 4.0 online doc

http://docs.grails.org/latest/guide/single.pdf

https://drive.google.com/open?id=1mMT9PXJMt1LhKMlNIXYdvK17w9_sfSYk

Grails 4.0 single pdf
https://objectcomputing.com/products/grails/grails-roadmapGrails roadmap to v4.0


https://grailsthreebook.com/assets/pdf/grails3book-sample-preview.pdf

https://drive.google.com/open?id=16CCCp9JIztLSy2dDVJl153aogU9klgDX

Grails 3 book - sample - rest api profile

https://www.slideshare.net/paulbowler/grails-patterns-and-practices

https://drive.google.com/open?id=1GluRzUKpndHmqx4C3a87H8o0nOTln50W

Grails Patterns and Practices slide deck

https://www.sapient.com/content/dam/sapient/sapientglobalmarkets/pdf/thought-leadership/MarProg_Grails_WP_Web.pdf

https://drive.google.com/open?id=165wtwVmVXBQU2JX5uQ2QyS6NXlceS8BU

Grails Overview and Best Practices Guide - v2.0
https://opensourceconnections.com/blog/uploads/2010/01/
Introduction_to_Groovy_and_Grails.pdf
Grails and Groovy Details - 2011

https://drive.google.com/open?id=0BxqKQGV-b4WQVHptM01wVHZQOE0

https://drive.google.com/open?id=0BxqKQGV-b4WQRE52M2ozU2RTR1k

Jim Mason - 2009 - Books and Authors Web App in Grails in 1 hour

Lab loading instructions doc

https://drive.google.com/open?id=1CcNKF5Mab8po1R9G_BSrYQ-uYjf2qDM5Vogella - 2010 - Grails Web Blog app - decent example on v2.0
https://drive.google.com/file/d/1fL5Q9LH5WB8XsQw71JP_8GoCgjeQt7us/viewGrails Angular CRUD app example - manage customers - older



Grails REST api example - see docs
https://github.com/budjb/grails-jaxrsGrails REST Jax-RS generator plugin
http://budjb.github.io/grails-jaxrs/3.x/latest/Grails REST Jax-RS generator plugin documentation
https://grails.org/plugins/tag/jax-rsGrails REST Jax-RS plugin list


https://guides.grails.org/grails-vs-nodejs/guide/index.htmlTutorial Migrate React Node.js app to Grails backend


https://groups.google.com/forum/#!topic/grails-dev-discuss/CNmd8BRuf28

https://plugins.grails.org/plugin/grails/db-reverse-engineer

https://github.com/grails-plugins/grails-db-reverse-engineer/issues

https://grails-plugins.github.io/grails-db-reverse-engineer/

Grails DB reverse engineering plugin does not work after Grails 3.1 - 2017

NO LONGER SUPPORTED




GORM
https://docs.grails.org/latest/guide/GORM.htmlGrails GORM overview

http://gorm.grails.org/6.1.x/hibernate/manual/

GORM documentation


https://github.com/smallnest/gen

Generates Go lang structs from many SQL databases

could create converter to generate simple domain classes for GORM










Test References

...


Find grails scripts, files and apps 

from ~/ 

Groovy, Grails scripts

find ./   -iregex '.*grails.*' ".*setGr.*"  2>/dev/null -exec ls -l {} \;


Groovy work folders & files

find ./   -iregex ".*groovy" 2>/dev/null   -exec ls -l {} \; | more

find  ./  -iregex '.*resources.groovy.*' 2>/dev/null -exec ls -l {} \; | more

from ~/ 

Groovy, Grails scripts

find ./ -iregex ".*setGr.*"  2>/dev/null -exec ls -l {} \;  | more

find ./  -ctime -150d   -iregex ".*groovy" 2>/dev/null   -exec ls -l {} \;  | more


gdrv/_work/

use_case_template1.groovy

find ./  -ctime -120d   -iregex ".*groovy" 2>/dev/null   -exec ls -l {} \;  | more

-rw-r--r--@ 1 jimmason  staff  372220 Jul 22 09:09 .//learn/blearn-pc/gtest6.groovy

-rw-r--r--  1 jimmason  staff  1807 Dec  9 19:06 .//sfw/gdsl_base.groovy

-rw-r--r--  1 jimmason  staff  1944 Dec 13 18:52 .//sfw/use_case_template1.groovy


Grails apps list

find ./ -iregex ".*spring\/resources.groovy.*"  2>/dev/null -exec ls -l {} \; > ./temp/_grails_apps_list1.txt


Code Block
languagetext
titlegrails app list
collapsetrue
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//.gvm/grails/2.4.4/src/grails/grails-app/conf/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//_dev/_gdev/bookstore/grails-app/conf/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//_dev/_gdev/test2/grails-app/conf/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//_dev/_gdev/gtest1/grails-app/conf/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//_dev/qt1/grails-app/test1/grails-app/conf/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//_dev/qt1/grails-app/conf/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 May  7  2016 .//.grails/wrapper/2.4.4/grails-2.4.4/src/grails/grails-app/conf/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//_gd/_ptp/work/grails/_gdev/bookstore/grails-app/conf/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//_gd/_ptp/work/grails/_gdev/gtest1/grails-app/conf/spring/resources.groovy
====================
-rw-r--r--  1 jimmason  staff  84 Feb 21  2020 .//Google Drive/_work/learn/blearn-pc/grails/peblock/grails-app/conf/spring/resources.groovy.gz
-rw-r--r--  1 jimmason  staff  84 Feb 21  2020 .//Google Drive/_work/learn/blearn-pc/grails/peblock/build/resources/main/spring/resources.groovy.gz
====================
-rw-r--r--  1 jimmason  staff  84 Sep  3  2018 .//Google Drive/_work/learn/blearn-pc/gtwf1/grails-app/conf/spring/resources.groovy.gz
-rw-r--r--  1 jimmason  staff  84 Sep  3  2018 .//Google Drive/_work/learn/blearn-pc/gtwf1/build/resources/main/spring/resources.groovy.gz
====================
-rw-rw-r--  1 jimmason  staff  47 Feb 21  2020 .//Google Drive/_work/jim-acer/blearn/grails/peblock/grails-app/conf/spring/resources.groovy
-rw-rw-r--  1 jimmason  staff  47 Feb 21  2020 .//Google Drive/_work/jim-acer/blearn/grails/peblock/build/resources/main/spring/resources.groovy
-rw-rw-r--  1 jimmason  staff  47 Sep  3  2018 .//Google Drive/_work/jim-acer/blearn/gtwf1/grails-app/conf/spring/resources.groovy
-rw-rw-r--  1 jimmason  staff  47 Sep  3  2018 .//Google Drive/_work/jim-acer/blearn/gtwf1/build/resources/main/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//Google Drive/_ptp/work/grails/_gdev/bookstore/grails-app/conf/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//Google Drive/_ptp/work/grails/_gdev/gtest1/grails-app/conf/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Feb 21  2015 .//Documents/_ptpdev/eclw2/qwpm/target/test-classes/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//Documents/_ptpdev/eclw2/qwpm/grails-app/conf/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//Documents/_ptpdev/eclw2/zdbmgt/grails-app/conf/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//Documents/_ptpdev/eclw1/gttask1/grails-app/conf/spring/resources.groovy
-rw-r--r--  1 jimmason  staff  47 Jul 30  2014 .//Documents/_ptpdev/eclw1/issdmg1/grails-app/conf/spring/resources.groovy

...

jim-macbook:~ jimmason$ ls -l _dev/_gdev   

total 576

-rw-r--r--   1 jimmason  staff    2295 Aug 24  2015 JdbcTester1.groovy

...