Enterprise java architect with 10+ years experience. My primary focus is lightweight agile technoligies including Spring, Tomcat, Grails, Tapestry and GWT. I'm a BIG fan of TDD, it took me a few years to be fully 'converted' but now I am there's no going back! I now see unit and integration testing as a fun activity that is as interesring as coding itself. I also have a keen interest in security including cryptography and other secure programming techniques.
I've worked across industries including banking, insurance, telecomms and media in Europe and the US. I now live in London although I spend a lot of time overseas in the US and continental Europe
Follow me on Twitter @tobyhobson
|
Mar
19 |
|
revised |
External SSO and Web Application running on TOMCAT 6.0 fixed dead links |
|
Mar
18 |
|
awarded | Excavator |
|
Mar
18 |
|
revised |
Grails vs Roo - why SpringSource is pushing two very similar technologies? fixed dead link |
|
Mar
18 |
|
comment |
Grails vs Roo - why SpringSource is pushing two very similar technologies? thanks seanf, i've updated the post to point to the correct blog post |
|
Mar
8 |
|
comment |
how can i create a google apps application on cloudseal service? What is your cloudseal hostname? We can double check to see why google apps was not assigned to your hostname |
|
Mar
6 |
|
revised |
Grails resource not found exceptions Added update to problem |
|
Mar
5 |
|
comment |
Grails resource not found exceptions Sure, I'm using resources:1.2.RC2 along with zipped-resources:1.0 and cached-resources:1.0 |
|
Mar
1 |
|
comment |
Grails resource not found exceptions Yeah, I've tried to make sense of the full stacktrace (attached) but I'm struggling to make sense of it |
|
Mar
1 |
|
revised |
Grails resource not found exceptions Added full stacktrace |
|
Mar
1 |
|
asked | Grails resource not found exceptions |
|
Feb
21 |
|
awarded | Popular Question |
|
Feb
20 |
|
comment |
Grails i18n CSS resources Thanks, I'll give that a go. I guess i could use something like <r:require module="theme_${RequestContextUtils.getLocale(request)}"/> |
|
Feb
20 |
|
asked | Grails i18n CSS resources |
|
Feb
1 |
|
accepted | Grails cache-ehcache plugin and TTL values |
|
Nov
23 |
|
awarded | Popular Question |
|
Nov
16 |
|
awarded | Necromancer |
|
Nov
6 |
|
comment |
Intellij - How to link modules for maven goal Thanks, the problem is not a maven one, I can successfully build the project using maven. What I was hoping to do was to see a change made in project A reflected in project B in IntelliJ without having to rebuild all the projects. This already happens within the IDE i.e. if I comment out a method in servlet-filter the IDE immediately complains that filter-example is calling a non-existant method. However if i use IntelliJ to run a maven goal e.g. jetty:run it will work because it's still using the old classes in my local repo. |
|
Nov
6 |
|
asked | Intellij - How to link modules for maven goal |
|
Sep
20 |
|
awarded | Tumbleweed |
|
Sep
18 |
|
comment |
How to handle GORM exceptions Sure, I'll do that |