Blogs1 - 10 of 793 recent posts for tag:groovy
12
Feb
2012
Manhattan Toy Groovy Girls Fantasy Themed Doll Belisima Ballerina

9 hours ago by admin

Part of the Groovy Girls Collection by Manhattan Toy Company Fantasy Themed, soft body doll for your little princess A perfect gift for your little ballerina Amazing attention to detail Inspires fun, creative play in your young child Ready for her big on-stage performance, this ballerina is dressed ...

11
Feb
2012
Getting started with Spock

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

09
Feb
2012
Remove a dependency from pom.xml

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

07
Feb
2012
my Emacs init.el

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

Grails File Upload/Download Controller

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

Executing a command line via Groovy to Nagios

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

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

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

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

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

♥ Guitar Love ♥

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

Previous1234567