Wednesday, May 04, 2011

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

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.

Monday, May 02, 2011

log4j.properties ConversionPattern in Eclipse

log4j.appender.stdout.layout.ConversionPattern=%-5p %40.40c{2} - %m%n

GWT payload debug

Add to vmargs

-Dgwt.rpc.dumpPayload=true

Eclipse STS.ini

Without these, runs slow on Phenom X6 4gb..

-Xms768m
-Xmx768m
-XX:MaxPermSize=256m