The Groovy programming language (groovy) group
Notices
-
why does File.write() create the file if it doesn’t exist, but does *not* create it’s parent dirs if missing? !groovy
about 10 months ago from xmpp -
is there anything in !groovy that’s not preceded by `def`? ;P
about 10 months ago from xmpp -
♺ @mariofusco: What Programming Language to Learn Next http://is.gd/18wQPH !Java !Groovy
-
Great turnout for the Seattle Groovy/Grails meetup tonight--very nice to see new faces! !grails !groovy !sea
-
Seattle Groovy/Grails meetup tonight! http://is.gd/g2p0Z !groovy !grails !sea
-
Seattle Groovy/Grails meetup tonight! http://is.gd/ef7BE !groovy !grails
-
!Java iteration vs !Groovy iteration http://is.gd/cGqVf
-
Heading to the Seattle Grails/Groovy Meetup tonight -- demoing my CFML Plugin for Grails http://bit.ly/cYLvGO !cfml !openbd !groovy !grails
-
Calling GORM dynamic finders from CFML working wonderfully well. Very cool stuff to show @cfobjective !cfml !openbd !groovy !grails
-
Check out Seattle Groovy/Grails Users Group April Meetup on Meetup - http://meetup.com/u/28S !groovy !grails
-
Grails 1.2.2 released http://bit.ly/dbBqTa !groovy !grails
-
Major breakthrough on the Grails CFML plugin tonight. GORM from CFML? Yes we can. :-) !grails !groovy !cfml !openbd
-
Major progress on the Grails CFML plugin--this thing's really starting to sing. !grails !groovy !cfml !openbd
-
Adding some ServletFilters to my Grails CFML Plugin and accomplishing some very cool stuff !grails !groovy !openbd !cfml
-
Trying SpringSource Tool Suite 2.3.0--the Groovy/Grails integration is VASTLY improved. Time to switch to STS from NetBeans. !groovy !grails
-
Still makes me giddy to take several lines of Groovy code and condense them down to a single line. Ah, the joy of learning. !groovy !grails
-
The Searchable plugin for Grails is completely mind-blowing http://grails.org/plugin/searchable !grails !groovy
-
Having issues using HTMLUnit with !groovy gant. It either finds duplicate xml-related classes or none, depending on the presence of 1 file.
-
Very happy to be using !groovy gant instead of plain Ant.
-
So where are all the great web #frameworks that make it easy to integrate with the *existing* database schema? !ruby !python !groovy
Monday, 02-Feb-09 09:52:19 UTC from web-
@datainadequate In fairness a web framework probably shouldn't be doing ORM. Data maps are probably to the way to go with the legacy schema
-
@datainadequate That means SQL Alchemy (Python) and Sequel (Ruby) probably. Groovy has this baked in on top of JDBC
-
@rrees Agreed, but it appears the popular web frameworks all come with an ORM piece, and it's not clear to me how easy it is to not use that
-