Random thoughts about my interests in Java, consulting, scripting in Java and software development (especially for small and medium size organizations).
Thursday, July 3, 2008
Free Groovy and Grails training and copy of Beginning Groovy and Grails
Eclipse ${project_loc} errors during Grails development
This is caused by the fact that certain actions can cause Eclipse to loose focus of the current project. To resolve the issue, simply select your current project in the Package Explorer or Navigator and repeat task that caused the error. This can get annoying so another alternative is to replace ${project_loc} with ${workspace_loc}\project_name if your project in your workspace directory.
Thursday, June 26, 2008
Announcing Beginning Groovy and Grails Book
Friday, June 13, 2008
eApps is great for Grails hosting
In episode 58 of the Grails Podcast, Glen and Sven spoke about a Grails hosting service that costs about a dollar a day if used in production. So, I thought I would share my experiences in hosting Grails applications. For the past year I have used eApps for my Java, PHP and Grails hosting. I have been extemely happy with them from a support, feature and price perspective. I have used many hosting services in the past including other Java hosting services and eApps is definitely the best. My Beginning Groovy and Grails co-authors, Joseph Nusairat and Jim Shingler also use them for hosting as well.
eApps starts Java hosting at $20 a month for Tomcat and a offers a $30 option for JBoss or Glassfish which is less than a dollar a day. It also includes database options of MySQL, PostgreSQL or
I personally use the JBoss option while Joseph and Jim are using the Tomcat option.
Tuesday, April 29, 2008
Agile Web Development with Groovy and Grails at ITX Forum
Monday, April 21, 2008
Posted my Agile Development with Groovy and Grails presentation
In addition, I offer to freely give this presentation to any companies or organizations interested in Groovy and Grails in the central Ohio area.
Saturday, April 5, 2008
Grails Integrated Framework Documentation
Groovy - User Guide - API & GDK
Spring Framework - User Guide - API
Hibernate - User Guild - API
SiteMesh - User Guide - API
Jetty - User Guide - API
HSQLDB - User Guide - API
JUnit - User Guide - API
Ant - User Guide
script.aculo.us - User Guide - API
Prototype - User Guide - API
OpenRico - Demos
Monday, March 10, 2008
Free Groovy and Grails lunch and learn
AWS EC2 Hibernate Java SDK v2 Example
I recently wanted to automate the creation of developer VMs in AWS using EC2 instances. To improve the developer experience (DX), I didn...
-
In May of 2009, I wrote the blog post The Ultimate Enterprise Java Build Solution . Over the past 7 years since I wrote the post I have help...
-
Class loading issues are a common frustration for many Java developers. The dreaded java.langClassNotFoundException means they can forget a...
-
Early in my career I took on the role of setting up and operating the build infrastructure of many of the projects I have consulted on. I st...