GOLD MARKETS: GOVERNMENT INTERVENTION IMPACT

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 PATTERNS FOR SPRING ROO MOBILE CLEANUP

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

ASPECTJ AND ECLIPSELINK MODEL GENERATION IN STS

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.

MULTI-VALUED AUTO-COMPLETE WITH GWT AND REST

http://www.zackgrossbart.com/hackito/gwt-rest-auto/#bess Related Articles Building High-Performance Teams

ESSENTIAL WEBLOGIC SCRIPTING TOOL RESOURCES

http://blogs.oracle.com/bala/entry/wlst_best_practices http://davidmichaelkarr.blogspot.com/2008/10/make-wlst-scripts-more-flexible-with.html

SWITCHED TO LINUX MINT: FIRST IMPRESSIONS

Impressed with Linux Mint so far, even better than Ubuntu!! Related Articles Dark Theme for Eclipse Juno Dark Theme for Eclipse Kepler

JAVA GARBAGE COLLECTION GUIDE

Introduction to Java Garbage Collection Understanding garbage collection is crucial for Java application performance optimization. This guide covers essential aspects of GC mechanisms and log interpretation.

FIND AND MOVE CONFLICTED FILES WITH BASH

find . | grep “conflicted” | while read a; do mv “$a” /tmp; done

APACHE POI CHEAT SHEET

Busy Developers’ Guide to HSSF and XSSF Features

CHANGE MAVEN LOCAL REPO VIA COMMAND LINE

-Dmaven.repo.local=C:\mydir