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
Postsread more
Eclipse STS.ini
Without these, runs slow on Phenom X6 4gb..
-Xms768m
-Xmx768m
-XX:MaxPermSize=256m
Postsread more
How to get GXT explorer running in Eclipse
- Download the latest jars from http://www.sencha.com/products/extgwt/download/
- Follow the “setup.txt” create a eclipse project.
- Add all the folders in samples/**/src as source folder
- Expand the samples/examples.war into the “war” folder in your eclipse dir
- Delete the old “gxt.jar” from the WEB-INF/lib and replace with the gxt-2.2.3-gwt22.jar (seems like an old version is bundled with the samples.war)
- Run As, Web app, explorer.html, cross fingers…
Postsread more
Coherence in the real world
This has really helped in the Coherence projects I’ve been working on. Nothing quite like real world experience. More resources here.