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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...