Blogs1 - 10 of 827 recent posts for tag:"groovy"
11
Feb
2012
Getting started with Spock

8 hours ago by Thomas

Spock is a testing framework. You write tests in Groovy, which results in less code that is more readable. Good! I first heard about Spock on Communities in Action and wanted to take it for a test ride. The problem was that I had some trouble getting started as the documentation seemed to be a bit o ...

skardal.com - skardal.com

09
Feb
2012
Remove a dependency from pom.xml

2 days ago by stefano

I wrote another simple Groovy script to remove one or more dependencies from a pom.xml – Here is how to use it: $ pomRm rdbms org.datanucleus:datanucleus-rdbms:3.0.4 $ pomRm rdbms rm org.datanucleus:datanucleus-rdbms:3.0.4 REMOVED The first form just lists the matching artifacts, without changing th ...

Stivlo'st in Asia - stefanolocati.it/blog · 1 reference

07
Feb
2012
my Emacs init.el

4 days ago by stefano

This post is just to have a copy of my init.el. I will keep it updated. (add-to-list 'load-path "~/.emacs.d/elisp") (load "php-mode") ; (load "groovy-mode") ; turn on syntax highlighting (global-font-lock-mode 1) ; use groovy-mode when file ends in .groovy or has #!/bin/groovy at start (autoload 'gr ...

Stivlo'st in Asia - stefanolocati.it/blog · 1 reference

Grails File Upload/Download Controller

4 days ago by Vusal Khalilov

Hi, are you ready to upload and download file in Grails? So, here the Controller side: Uploading //File Saving def vasAttachFile = request.getFile("vasAttach") if (vasAttachFile) { def file = new File(System.currentTimeMillis()+vasAttachFile.originalFilename) vasAttachFile.transferTo(file) } //END F ...

IT Problems - solveitproblems.qformat.net

Executing a command line via Groovy to Nagios

4 days ago by Marcelo

The other day I got stuck trying to execute a Linux command via Groovy. The command needed to pass several parameters to Nagios (my monitoring system). When I was trying to pass all the parameter via String, this did not work. The way that I was able to resolve it is using a string array. Here is an ...

El Rincon - Marcelo's Corner - marcelo-olivas.blogspot.com · 1 reference

Using a groovy script to ssh tunnel to a host and execute a command and ...

4 days ago by Kimbo

Using a groovy script to ssh tunnel to a host and execute a command and saving the result Long title... Anyway, recently need to use groovy to ssh tunnel to a remote host to execute commands. Here is a rather convoluted and contrived example of how to do it. Create x.groovy somewhere. First we impor ...

Random Acts of Sentience - randomactsofsentience.com · Rank: 198,554

06
Feb
2012
Questa settimana in Grails (2011-05)

4 days ago by Luca Canducci

Rob Fletcher sta facendo un ottimo lavoro sullo scaffolding. Guarda questa applicazione demo su Cloud Foundry. Vengono utilizzati il plugin Fields (il successore del plugin bean-fields) e Twitter Bootstrap. Solo questa settimana ho realizzato che ho dimenticato di segnalare lo spostamento del blog d ...

luca-canducci.... - luca-canducci.com · 2 references

Semana Grails (2012-05)

5 days ago by Paulo A Pereira

Link para artigo original Rob Fletcher tem estado a realizar um otimo trabalho no "scaffolding". Vejam esta aplicação de demonstração em Cloud Foundry. Utiliza o seu plugin Fields (sucessor do bean-fields) e Twitter Bootstrap. Percebi esta semana que deixei escapar a transição do blog do Rob para a ...

Remote Exception - remoteexception.blogspot.com · 1 reference

05
Feb
2012
Another Charity Day: Maven Training In Manchester

6 days ago by Its Tech Up North

In January, I took the train to Manchester, to visit my friends at HedTek. HedTek loves Ruby but regularly works with Java and Apache Maven. So, this — the second of my charity days — would be a Maven master class. The session was hands on: after a short discussion around slides focusing on concepts ...

It's Tech Up North - itstechupnorth.blogspot.com

♥ Guitar Love ♥

6 days ago by Sweep Picking

Enjoy! Guitar ♥ is now downloadable here: goo.gl ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ Played by Quist (Jacob Quistgaard) Directed & Edited by David Proud Dave’s YT: www.youtube.com Filmed by Josh Skinner & Matt Young Josh’s site: Joshuaskinner.carbonmade.com Filmed at Tech Music School, August 6th 2011 http Thanks gu ...

Sweep-Picking.org - sweep-picking.org

Previous1234567