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”.
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.