Usage Patterns for Gaelyk

Tuesday, June 29, 2010

pre { border: solid 1px black; font-size: 1.3 em; color: black; margin: 10px; padding:10px; background: #CCCCCC; } Using Groovy on Google App Engine is relatively simple due to Groovy’s compatibility with Java.  However, until recently, the framework support has been lacking.  Grails now supports GAE through the use of the app-engine plugin and the gorm-jpa [...]

External Per-Context Variables in Tomcat

Wednesday, June 23, 2010

Configuring variables outside of a WAR file for use with each instance deployed.