28
2007
24 Hours of groovyblogs.org: source now available
Well the first 24 hours of groovyblogs.org was a senssational one. Only one outage due to the most fierce electrical storm we’ve had in Canberra for ages. Note to self: move the router onto the UPS as well.
I’m pleased to announce that the complete source code for the site (including art) is now available, so if you’ve been wondering how much dodgy-ness can be crammed into 22 hours, now’s your chance to find out.
Should be a nice sample app for people to learn about fulltext search, RSS aggregation and generation, caching, and some simple Ajax uses.
Have updated the site with some fixes today based on the first 23 hours. The first fix was to suppress any entries not containing groovy or grails keywords. I think a lot of people may have thought that groovyblogs.org was just a general java aggregator written in groovy/grails. Fair enough.
Decided to make that more clear for people when they test their blog (with checkboxes for groovy related stuff). Incidentally, found a great site for icons in my quest for an open source tick and cross.
Anyways, enjoy the source! And have fun with groovyblogs.org!
16 Comments + Add Comment
Leave a comment
Glen Smith
Archives
- April 2012
- March 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003

An article by Glen





Great stuff Glen
Thanks for sharing
Great job, i will take a look at the source thank you!
Benjamin
Cheers Glen, thanks for the experiment and the source. New tech like Grails needs people to do stuff like this.
Great work! groovyblogs.org looks fantastic… But, this is just a personal pet peeve of mine, do I have to download and unpack the 2Mb zip file to find out what terms you’ve licensed the code under? Can you put a LICENSE.txt file in the download folder for folks like me who’d prefer to know that info before downloading?
In any case, thanks for sharing your work! Once I find out what the terms are, I just might download and start using your app.
Great idea. I was thinking that yesterday. I’ll put a licence in the next version. Might be a couple of weeks, but check back then.
Ok. Have placed a license.txt file in the directory for now. Will place a copy in the source download and comments with the next version.
Like pretty much all my stuff, groovyblogs is licensed under the commercial-friendly Apache 2.0 license.
Enjoy!
Thank you,
I’m just starting with groovy/grails.
Thanks for the code!
cheers
Thanks for this great application, and for making the source code available too.
Hi Glen,
the source code is not available:-( at the link provided
Sorry. Check back in a week. Just rebuilding the server from scratch right now… and haven’t restored the download section yet.
Thank you! I’m beginning Grails. I have good book but need good real world examples. This one will be useful source to learn.
I have ran ‘grails upgrade’ and then ‘grails run-app’, but there is an error during compilation:
[javac] Compiling 40 source files to /home/pete/.grails/1.0.1/projects/groovyblogs-1.0-RC1/classes
/home/pete/.grails/1.0.1/projects/groovyblogs-1.0-RC1/generated-java-source/DescendingComparitor.java:10: modifier private not allowed here
private class DescendingComparitor
^
Note: /home/pete/groovyblogs-1.0-RC1/plugins/quartz-0.1/src/java/org/codehaus/groovy/grails/plugins/quartz/TaskArtefactHandler.java uses unchecked or unsafe operations.
I don’t know how to fix it. I would be very grateful for help.
Sure Pete. Just remove the “private” keyword and you’re good to go. I’ll migrate to 1.0 over the coming weeks and move the repo to GoogleCode to ensure everyone has the latest stuff as per what’s running on the site.
Could you please point me the groovy class in your project, where I have to remove “private” keyword? Does I have to remove it from generated DescendingComparitor.java file?
Pete, I’ve fixed this in the downloadable version of groovyblogs that I’ve uploaded to googlecode. You can grab it from the downloads section of http://code.google.com/p/groovyblogs/ and it’ll be all fixed.
Thanks for your interest.
The link near the top of this page to download “the complete source code” is pointing to the old download, not the GoogleCode project. A bit confusing.
Thank you for putting out some example code like this, it’s a great help.