Postsread more
hiding a row in gxt grid
Attach a GridViewConfig to the grid, overidding with an impl. that returns a css style of ‘hide’.
Define hide in stylesheet as display:none
Postsread more
Faster sts startup
1/ Disable RSS feeds
Preferences -> Spring -> Dashboard (just delete the entries in the textbox)
2/ Disable maven update on startup
Preferences-> Download repo index updates on startup.
Postsread more
log4j.properties ConversionPattern in Eclipse
log4j.appender.stdout.layout.ConversionPattern=%-5p %40.40c{2} - %m%n