14
2009
New and Noteworthy in groovyblogs 1.2
Well it’s finally happened! I’ve ported groovyblogs over to Grails 1.2 M2 – and it’s been a fantastic experience. The new Grails milestone has been totally awesome – I haven’t had to do any restarts during development! That has been sensational.
Firstly, and *very* importantly, I’ve been working with Matthew Porter’s team at Contegix to move groovyblogs over to the Contegix Zeus Cloud offering. All I can say is Wow! I never wait for than 5 minutes before I get a return email from someone on their team.
Previously groovyblogs has been running on an iMac in my office with 2Gb of RAM (along with a host of other Grails apps – including this blog). It worked great, but the machine would get swap-starved under load – since the move to Contegix, everything has been totally rock solid – I’m sure everyone will enjoy the increased uptime!
Now… On to the “New and Noteworthy” stuff… groovyblogs is now on twitter! It’s a little experimental and suffers from missing the odd post at the moment, but very usable. Just follow @groovyblogs to get the updates:
And if the iphone is your thing, you might want to checkout the new iphone view which should be lots faster and more bandwidth-friendly than the main page:

The most requested feature for groovyblogs was the ability to see an “English only” view. Well, it’s out there now! Check out the new prefs page on the right hand gutter:
The preference is handled by a client-side cookie – so it should live on for next time you come back. And while we’re spending time in the right gutter, I’ve ripped out the custom security stuff, and replaced it with a JSecurity backend. Not only does that mean a bunch less code to maintain, it also means that “Remember me” is now supported!
And since I was on a plugin binge, it seemed right to rip out the tons of custom search code I had written and replace it with the awesome searchable plugin.
Finally, as I blogged recently the language detection and translation functionality has been rewritten to use Google APIs.
I’ve also migrated all the thumbnail captures over to use the WebThumbs service which means I can retire my old SWT image capture stuff which relied on having console access. Also means I don’t need to rely on JMS for the thumbnail gear (which inturn means that Glassfish v3 prelude could be an option for me now!).
Anyways, it’s out in the wild to enjoy and tagged on google code as release_1.2.
Phew! That’s quite a lot of updates! Plenty of more fun stuff in the pipeline too! Gotta run, the next episode of the grails podcast awaits!
2 Comments + Add Comment
Leave a comment
Glen Smith
Archives
- 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






few things:
1) AWESOME job as always
2) my account seems to have gone away?
3) when i created my account again — and attempted to add my feed it gave a validation error:
Error adding feed: org.springframework.validation.BeanPropertyBindingResult: 1 errors Field error in object ‘Blog’ on field ‘feedUrl’: rejected value [http://feeds.feedburner.com/robbyoconnor]; codes [Blog.feedUrl.unique.error.Blog.feedUrl,Blog.feedUrl.unique.error.feedUrl,Blog.feedUrl.unique.error.java.lang.String,Blog.feedUrl.unique.error,blog.feedUrl.unique.error.Blog.feedUrl,blog.feedUrl.unique.error.feedUrl,blog.feedUrl.unique.error.java.lang.String,blog.feedUrl.unique.error,Blog.feedUrl.unique.Blog.feedUrl,Blog.feedUrl.unique.feedUrl,Blog.feedUrl.unique.java.lang.String,Blog.feedUrl.unique,blog.feedUrl.unique.Blog.feedUrl,blog.feedUrl.unique.feedUrl,blog.feedUrl.unique.java.lang.String,blog.feedUrl.unique,unique.Blog.feedUrl,unique.feedUrl,unique.java.lang.String,unique]; arguments [feedUrl,class Blog,http://feeds.feedburner.com/robbyoconnor; default message [Property [{0}] of class [{1}] with value [{2}] must be unique]
@Robert. I’m looking into this. Just arranging SQL access now. Will get back to you.