GitHub Projects
Archives
- September 2015 (1)
- March 2015 (1)
- August 2014 (1)
- May 2014 (1)
- April 2014 (1)
- March 2014 (1)
- October 2013 (2)
- July 2013 (1)
- March 2013 (2)
- February 2013 (1)
- October 2012 (1)
- August 2012 (1)
- July 2012 (1)
- May 2012 (1)
- March 2012 (2)
- February 2012 (2)
- December 2011 (1)
- September 2011 (1)
- July 2011 (1)
- April 2011 (1)
- November 2010 (1)
- October 2010 (1)
- September 2010 (5)
Categories
- .Net (2)
- Agile (1)
- Scrum (1)
- Blog (2)
- Builds (1)
- Deployments (2)
- Grails (12)
- Groovy (9)
- Java (11)
- Javascript (1)
- AngularJS (1)
- Scripting (1)
- bash (1)
- Social Networking (1)
- Solaris (1)
- Scripting (1)
- Source Control (1)
- Git (1)
- Uncategorized (2)
- Web Services (1)
Blogroll
Author Archives: asoftwareguy
SpringOne 2GX Wrap-up
(I have been meaning to post this for a while, but life has caught up with me, including my company’s tech conference, where I was a speaker in one session and a panelist in another.) On September 9-12, I had … Continue reading
Posted in Grails, Groovy, Spring
Tagged California, grails, grails 2.3, groovy, s2gx, Santa Clara, Santa Clara Convention Center, springframework, springone, springone2gx
Leave a comment
Grails cascade validation for POGOs
Recently, I have been working on some code that does not use any of the GORM capabilities in Grails, but instead controllers call to a service layer which interacts with web services hosted on an ESB. The domain classes that … Continue reading
The Agile Mindset
I was thinking back on an interaction I had with one of my co-workers last week, and how that made me realize that I have personally had a shift with how I identify myself at work. This co-worker is relatively … Continue reading
Issue with Tomcat deployment after Grails upgrade 2.0.1 -> 2.2.1
I have been in the process of upgrading all of our existing Grails applications from version 2.0.1 to version 2.2.1. On one particular project I upgraded earlier today, everything worked fine until I attempted to deploy the application to our … Continue reading
Posted in Deployments, Grails
Tagged apache tomcat, deployment, error, grails, grails 2.0, grails 2.2, integration environment, PeriodicEventListener, software, Tomcat
1 Comment
Issue with inner classes in Grails 2.2.0
I was working on a controller in a Grails 2.2.0 project, and it was a Groovy class structured something like this: I have used this pattern previously in Grails 1.3.7 and Grails 2.0.1, however when I invoked the closure which … Continue reading
Posted in Grails, Groovy
Tagged command, command object, grails, grails 2.2, inner class, java inner classes, jsonHeader, jsonHeader error, VerifyError
5 Comments
JAX-WS and annotation overload
I have been utilizing JAX-WS to generate web service clients in my current Grails project. It is the best I have found so far in consuming SOAP-based web services within a Grails project. I do have one beef with the … Continue reading
Using GrailsApplication in UrlMappings.groovy
As of the current version of Grails we are using (2.0.1), the grailsApplication bean is not available for use in the UrlMappings class. However, the UrlMappingsHolderFactoryBean implements GrailsApplicationAware, so we can call getGrailsApplication() to do things such as base or mappings … Continue reading
Posted in Grails, Groovy
Tagged dynamic mapping, grails, grailsApplication, urlmappings
Leave a comment