Groovy classes visibility within Grails Programming Software Development by BuddMurray …I just started a project at work which requires Groovy development in a Grails generated project. I got the …boss and I don't know much about Grails and Groovy. after exploring the project and got it running via…the objects instantiated from another classe from the "src\groovy\" directory. so I used "import" statement… Re: groovy code explanation Programming Software Development by Ewald Horn … called analyAPI that takes a single parameter, pkgname. In Groovy, you do not have to specify the variable type, …whatever is being iterated over and is very handy in Groovy. 11. Declare our static method and specify the parameters.…of types. 12. Println is a method / function in Groovy that will print something to the console. Of special note… Re: Groovy regulat expressoin Programming Software Development by cgeier … did everything I needed. I don't know anything about groovy, but I think that the regular java regex may work…) Here are some resources: * [Regular Expressions in Groovy](http://www.regular-expressions.info/groovy.html) * [Regular Expressions](http://docs.oracle.com/javase… Re: Groovy regulat expressoin Programming Software Development by cgeier I don't really know anything specifically about Groovy--just some general regular expression stuff. [Here](http://groovy.codehaus.org/Beginners+Tutorial) is a resource that I found for Groovy. groovy code explanation Programming Software Development by anisha.silva Hi, i am new to groovy language. I was wondering if there will be anyone who … Groovy regulat expressoin Programming Software Development by anisha.silva … language and I would like to know what does this groovy regular expression match too. I was not able to figure… Re: groovy code explanation Programming Software Development by anisha.silva Hi Ewald what does the =~ mean in groovy. below is the code static propertyPattern = ~/@property\s*\([\w, =]+\)\s*(\w+)\s*(\*?)\w*/ def match = decl =~ propertyPattern And also the property Pattern what does \([\w, =]+\) match too? appreciate a reply thanks Re: Groovy regulat expressoin Programming Software Development by anisha.silva what does =~ in groovy code mean? is it an negative assignment? below is the line def match = m =~ methodPattern1 thanks Two Groovy updates Programming Software Development by EddieC …could simplify development when mixing Groovy code with Java. Groovy's [Eclipse community](http://groovy.codehaus.org/Eclipse+Plugin) … in a [post](http://docs.codehaus.org/display/GROOVY/Groovy-Eclipse+2.0.0+New+and+Noteworthy) describing… to [release notes](http://docs.codehaus.org/display/GROOVY/Groovy-Eclipse+2.0.0RC1+New+and+Noteworthy), also … how to create groovy client? getting an error, below. Programming Software Development by hwoarang69 …** http://localhost:9990/ username: abc password: abc1# ** # Groovy script: # ** import javax.management.ObjectName import javax.management.remote.JMXConnectorFactory…SocketTimeoutException: Read timed out] at jmxClient.run(jmxClient.groovy:10) Caused by: javax.naming.CommunicationException [Root … How can I use seleium test case in groovy? Programming Software Development by hwoarang69 How can I use seleium test case in groovy? such as clinking on links. test case <html> ... &…;td>link=BackLink</td> </tr> ... groovy script // Setup credentials def String[] credentials = new String[2] credentials… Simple mastermind game in groovy Programming Software Development by emilmicho I am in a huge need of having a simple mastermind game made in groovy. I will be very thankful for any help Thank you in advance Re: Simple mastermind game in groovy Programming Software Development by emilmicho I got this groovy figured out finally ! The thread is solved ;) Re: Simple mastermind game in groovy Programming Software Development by lukebridge hey emilmicho, are you at wolves university, because i am, im also doin the mastermind for groovy, havent got a clue, could you help. clean html tags using HtmlCleaner in groovy Programming Software Development by anisha.silva … + '/' + fname).parentFile d1.mkdirs() def fw = new FileWriter(base + '/' + fname) groovy.xml.XmlUtil.serialize(page, fw) fw.close() } the problem im… Re: groovy code explanation Programming Software Development by anisha.silva thank you Ewald good explanation! Re: groovy code explanation Programming Software Development by Ewald Horn My pleasure, I hope it was of some help :) Re: Groovy regulat expressoin Programming Software Development by anisha.silva hi can anyone give me a like to a java regular expression debugger that will show the matching parts of the string thanks in advance Re: Groovy regulat expressoin Programming Software Development by JamesCherrill ... and if not maybe someone has some ideas about how to write one? That would be a really ace project. Re: Groovy regulat expressoin Programming Software Development by anisha.silva Hi cgeier, thank you for the nice explanation. Herewith I have listed the match pattern and the string that matches. Appreciate if you could give me some explanaing on this. what each charater means in the match pattern. ------ static propertyPattern = ~/@property\s*\([\w, =]+\)\s*(\w+)\s*(\*?)\w*/ @property\s*\([\w, =]+\)\s*(\w+)\s*(\*?)\w* … Re: Groovy regulat expressoin Programming Software Development by anisha.silva thanks I will take a look at it Groovy website database query counter ..thing Programming Web Development by ReDuX You've seen those sites that say how many seconds it took to parse the page and how many database queries comprised the page. Well heres the database query bit... Re: Groovy website database query counter ..thing Programming Web Development by klinke About as small and clean as it gets. Nice one. Groovy website page parse time .. thing Programming Web Development by ReDuX Well like my previous snippet but completing the collection i suppose, this snippet counts how long it takes to parse the page and displays it somewhere.. Re: Groovy website page parse time .. thing Programming Web Development by Troy Useful, clean, and simple. I like it. Re: Groovy website page parse time .. thing Programming Web Development by mohamed badr i think it's not accurate Re: how to create groovy client? getting an error, below. Programming Software Development by CrazyDieter it seems that you're trying to connect on the http port of your jboss, instead of rmi connection ? by default, rmi binds on port 1099. maybe you should try def serverUrl = 'service:jmx:rmi:///jndi/rmi://localhost/jmxrmi' Re: how to create groovy client? getting an error, below. Programming Software Development by hwoarang69 i think I found the problem. i have start up JBoss but I never start rmi server. Do you have any idea's how can I start rmi using JBOSS in window? Re: Simple mastermind game in groovy Programming Software Development by TrustyTony You are making one or you want to find teacher to teach you to make one? How much you are willing to pay? Or you want to hire programmer? Re: Simple mastermind game in groovy Programming Software Development by emilmicho Well to be honest I just need one. When it comes to money I don't have any right now, I am quite poor, but I would repay in a different way if that's possible. Moreover I have an algorithm of this game so for a person who knows what he's doing it's a piece of cake ;)