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 plugin. However, in many cases this can be [...]
Posted by Shaun Jurgemeyer
1 Comment »
Wednesday, June 23, 2010
Configuring variables outside of a WAR file for use with each instance deployed.
Posted by Jeff Warren
Comments Off
Tuesday, June 15, 2010
Lately you may have heard the terms NoSQL and Big Data tossed around as a solution to handling data at large scale. These terms came from the need to handle data sets beyond the realm of affordable RDBMS solutions. For example, imagine your business has 10 million web users; likely only a few thousand are [...]
Posted by Joel Crabb
1 Comment »