» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Groovy + eclipse

Groovy - Eclipse Plugin Refactoring

Refactoring Support for Groovy-Eclipse Plugin

Eclipse: del.icio.us/tag/eclipse

Grails Remoting with Hessian, Burlap and HttpInvoker

Since the Eclipse RCP front-end would actually be a remote front-end, we needed some kind of kind of communication between the client and the server. One of our first idea's was to use XML-RPC, which is pretty well supported in Grails, but it would force us to to do some mapping between our domain and the XML. Since we wanted to use the same domain classes is Eclipse as in Grails (by exporting the Grails domain to external domain jars), we opted for a different approach: Burlap/Hessian.

technology: dzone.com: tech links

svn: inconsistent line ending style

Today I was adding grails tutorials into SVN repository. Yes I know it should be in the repository long time ago :). And something that should be simple operation finished with the svn:inconsistent line ending style. For those who didn't still hit this problem, SVN finishes with this error if you have different line ending styles in the same file. And it will refuse to add such files into repository till it is not fixed. As there was more than one file with such problem (few hundreds of them) manual intervention was not an option. But to my surprise (after googling) I was not able to find how to fix it automatically for all the files. So I decided to write a groovy script that will fix it for me. And without too much waiting groovy script is here:

technology: dzone.com: tech links

Page 1 | Next >>