Project Tracker LogIn

Log in here for project support

Login Details

Lost your password?
You are in: Blog
THE CodeCrunchers Tech Blog - Coming Soon!
20/5-11 at 17.41 Alan
Hello, I just spent some time trying to get a cross domain jQuery call working, it's not perfect but it's working for me.  I have yet to solve setting content-type and ...
12/5-11 at 15.40 Alan
I am using XML for a RESTful service we are developing and ran into some issues with customising my XML. I settled for the registerObjectMarshaller approach. I need custom XML rendered ...
11/4-11 at 17.34 Alan
Hi,   I just spent an hour or so trying to figure out how to change the embedded tomcat containers (during run-app) configuration/ From what I gather the correct way is to ...
13/2-11 at 21.57 Alan
When deploying to a .war with the grails war command I have often run into clases with jar files. The fix lies in BuildConfig.groovy For example,  I need groovy-xmlrpc included in ...
08/2-11 at 13.14 Alan
  I justinstalled the excellent spring-security-ui tool and had some small issues with regards the User & Role classes it expected to use. I had created custom User and Role classes ...
04/2-11 at 00.18 Alan
Another few hours down, some wrangling with Makefiles I haven't seen in years and we are up and running. Create a grails app Install remoting plugin Create an Interface, I craeted one in ...
03/2-11 at 22.28 Alan
I need my Grails app to speak with a c++ client. I am edging towards Mule but it's heavyweight for a small project.  I'm going to try Hessian and the ...
01/1-11 at 17.42 Alan
this is a bglog about ...
23/6-10 at 16.17 Alan
If you're querying with Grails/Hibernate and you need nested classes to be loaded by the query, you have to specify the fetchmode for the query, by default this is ...
11/5-10 at 18.12 Alan
Yet another super quick post...   I had falcone-util installed and then I installed searchable and searchabl"ised" a domain class - on compiliation - no prolem but when I tried to execute ...