WHEN-DISRUPTOR-NOT-GOOD-FIT

http://java.dzone.com/articles/when-disruptor-not-good-fit

DARK THEME FOR ECLIPSE JUNO

wohooo!!

https://github.com/eclipse-color-theme/eclipse-ui-themes

IGNORING FIELDS IN JPA WITH XML MAPPINGS

You’ve got a xml file that you need to persist to the database and you don’t really want to use low level parsing and jdbc.

SPRING ROO REVERSE ENGINEERING HSQL

When “database introspect –schema no-schema-required” after setting up a hsql db you may get “no driver class available”.

GREAT ARTICLE ABOUT WEAK REFERENCES IN JAVA

http://weblogs.java.net/blog/2006/05/04/understanding-weak-references

INTERESTING POSTS ON GOLD

The Only Thing We Have To Fear Is Fear Itself… And Governments Telling Us What To Fear: Why The Beginning Of The End Started With FDR’s Confiscation Of Gold

REGEX FOR REMOVING ALL ROO MOBILE SCAFFOLD REFERENCES

ScaffoldApp\.isMobile\(\) \? .*\.instance\(\) :

ScaffoldApp\.isMobile\(\) \? .*\.instance\(\)\R\t\t\t\t:

STS, ASPECTJ AND ECLIPSELINK CANONICAL MODEL GENERATION

I’ve been using Spring Roo together with GWT to create a fairly simple web app. The auto generated queries that Roo produces don’t use the JPA Criteria API. So I decided to throw in EclipseLink model generator.

CREATING A MULTI-VALUED AUTO-COMPLETE FIELD USING GWT SUGGESTBOX AND REST

http://www.zackgrossbart.com/hackito/gwt-rest-auto/#bess

WLST LINKS

http://blogs.oracle.com/bala/entry/wlst_best_practices

http://davidmichaelkarr.blogspot.com/2008/10/make-wlst-scripts-more-flexible-with.html