Label: faq

All content with label faq.
Related Labels: tomcat , regexp , troubleshooting , grails

FAQ (Grails)
Frequently Asked Questions (FAQ) General Q: I see something wrong\! Can someone fix it? / I want to someone to enter in my additional FAQ or other information. Actually, anyone can do this\! Just sign up for a Confluence ...
FAQ - RegExp (Groovy)
RegExp matcher.maches() returns false Why this code fails ? def matcher = "/home/me/script/test.groovy" = /\.groovy/ assert matcher.matches() Because of you think you do something like "Oh dear it contains the word\!", but you're confusing matches ...
Runtime vs Compile time, Static vs Dynamic (Groovy)
Runtime vs Compile time, Static vs Dynamic I misspelled a method call, but it sill compiled. What gives? Take this simple script as an example: class Greet { def salute( person ) { println "Hello $ !" } def welcome( Place ...