Thursday, March 11, 2010

‘HowTo & Tutorial’ News

Focus on:Refactoring

Tuesday, March 2, 2010 17:38

Image by Neil Crosby via Flickr Seperation of Concepts Inversion Of ...

Grails Productivity Tip: Depend on Your Plugin

Wednesday, April 15, 2009 8:00

Image via Wikipedia Grails has amazing plugin infrastructure. In short it enables almost everything the core application can do and has ...

Tagged with: , , ,
hibernate tip: smart id generator

hibernate tip: smart id generator

Tuesday, March 3, 2009 8:00

A small tip to generate more meaningful Id. Instead of 32 for OrderID use O000000032. [caption id="attachment_356" align="alignright" width="173" caption="Use smart and meaningful ids "][/caption] Simple implementations: SmartIdTableGenerator SmartIdSequenceGenerator

Tagged with: , ,
Grails 101:GroovyBlogs.org

Grails 101:GroovyBlogs.org

Monday, January 19, 2009 10:00

If you are trying to learn groovy and grails like me you should visit http://groovyblogs.org . Really nice aggregator for grails and groovy blogs and posts. But the most important part this site is, it is open-source !!!

tweetback plugin bug patch

Friday, January 16, 2009 17:05

I have been suffering from a known bug of tweetback plugin of wordpress for a week. Tweetback Counter does not update its count if a tweetback is deleted in the admininterface or database [source language='sql'] update wp_postmeta set meta_value='0' where meta_key='tweetcount'; update wp_postmeta set meta_value='a:0:{}' where meta_key='twittercomments'; [/source] I executed the above sql and fixed ...

Tagged with: , ,

Which java stack do you use ?

Friday, January 9, 2009 14:59

hi every body, I am just just running a poll about which java stack  are you using ? and any comments are welcome ! [poll id="2"] have a nice weekend

Tagged with: , , , , , ,
Feed URL update

Feed URL update

Thursday, January 8, 2009 14:08

hi I have update my feed url and moved to http://feedproxy.google.com/altuurecom in fact it  is because of google  moved all feedburner url to its own domain Anyway please update feed link Best wishes Related ...

Is Grails too much Groovy ?

Thursday, January 8, 2009 11:32

Image via Wikipedia I think so... You think in java but write in groovy that is quite freaky/weird.

Tagged with: , , ,

Grails Days 1: GORM-CRUD

Friday, December 26, 2008 8:00

Image via Wikipedia It has been more than a week since I downloaded Grails, Although my first Grails impressions are not so well, I am playing with Grails with lots of curiosity and joy,

wordpress 2.7 upgrade

Monday, December 15, 2008 8:00

Image via Wikipedia wordpress 2.7 released :) nice job again congratulation wordpress team PS: do ...

Tagged with: