PUBLIC   marks

PUBLIC MARKS with tag groovy

Sponsorised links

March 2008

Google Mashups get their Groovy on

by solrac
Once again Groovy scripting has proven to be a huge time saver when it comes to putting RESTful APIs in front of valuable services and data. See how to create a slick Google mashup Ajax application and, in the process, make the Google Charts API more easily reusable. The server-side code in this article can also support any other Google features that you want to add on.

Our Dynamic Language Shootout

by ddelangle
For a variety of deployment reasons, we've decided that whatever we choose will be deployed on the JVM. As a result, this comparison is for the JVM versions of the languages, e.g. JRuby, Jython, and, of course, Groovy, which has no other deployment option.

October 2007

Building RESTful services for your Web application

by solrac
Get a hands-on, guided tour of Project Zero's innovations to create, assemble, and deploy powerful Web applications. In this article you will learn about Project Zero's architecture, which includes a scripting run time for Groovy and PHP, and how to build RESTful services to facilitate Web 2.0 development.

Dynamic scripting languages

by pvergain
Java 6 introduces native support for dynamic scripting languages (JSR 223, scripting languages and Java technology.) This BOF session brings together leaders, users, and critics from the Jython, Groovy, PHP, Ruby, and many other scripting camps for an exchange of ideas to develop a common understanding of the state of the art and practical examples of using dynamic scripting languages to solve problems

Sponsorised links

January 2007

Groovy - Home

by pvergain & 11 others
Groovy is ... An agile dynamic language for the Java Platform with many features that are inspired by languages like Python, Ruby and Smalltalk, making them available to Java developers using a Java-like syntax. Developing web applications , writing shell scripts easily, writing concise, meaningful, test cases using Groovy's JUnit integration, or prototyping and producing real industrial strength applications have never been so concise and groovy. Groovy works cleanly with all existing Java objects and libraries and compiles straight to Java bytecode in either application development or scripting mode. A simple hello world script: def name='World'; println "Hello $name!"

December 2006

Grash Shell

by pingus
A JVM shell implementation that incorporate some usefull possibilities of groovy language.

November 2006

javanicus

by bhenriet
examples of basic Lucene usage would look like in Groovy.

September 2006

A. Sundararajan's Weblog

by bhenriet & 1 other
ite: Yes, I agree with you -- this post is meant for a Java programmer to start with Groovy and JRuby quickly. BTW, I did say this: "It is said that you can write Fortran in any language! While you still have to learn language specific idioms, naming, cod

August 2006

InfoQ: Grails + EJB Domain Models Step-by-Step

by springnet & 1 other
Grails let's you quickly and easily build a web application backed by your existing EJB3 entity beans. But, it doesn't stop there. Grails gives your entity beans a hearty shot of steroids, but does so completely dynamically, without altering your EJB sour

July 2006

Groovy, Java's New Scripting Language

by terse
Groovy is a new scripting language for the Java environment. Groovy scripts can be interpreted (for faster development: no compile cycle!) or compiled to Java bytecode (.class format) for faster execution. Groovy accepts most Java constructs but also quite a few of its own.

May 2006

April 2006

Fast2Reply - Fun, Culture et Dépendance !

by cruz & 2 others
Le principe du jeu est de répondre le plus vite et le plus correctement possible à une question qui se déclenche à n'importe quel moment de la journée.

PUBLIC TAGS related to tag groovy

no tag

Sponsorised links