Code Jugalbandi
In Indian classical music, we have Jugalbandi, where two lead musicians or vocalist engage in a playful competition. Lets say there is... more »
Tweet 0 Comments Save Tags: .net , groovy , java , javascript
implement photo gallery with single api call
Often Apps require to implement Photo Gallery or some sort of Media gallery. App42 Backend as a Service (BaaS and MBaaS) provide... more »
Tweet 0 Comments Save Tags: groovy , java , javascript , ruby
Using App42 CDN for File Upload
App42 Cloud API is equipped with CDN as a service which can be used through File upload APIs. Whenever a file/photo is uploaded using... more »
Groovy ActiveRecord for Google Appengine
Garfa - is Groovy ActiveRecord for Google Appengine. Extends you Groovy class with methods for querying, storing and updating models for... more »
Tweet 0 Comments Save Tags: cloud , database , groovy , open source
Reactor - a foundation for asynchronous applications on the JVM
We’re pleased to announce that, after a long period internal incubation, we’re releasing a foundational framework for asynchronous... more »
Tweet 0 Comments Save Tags: cloud , frameworks , groovy , java
Griffon 1.3.0 released
The Griffon team is happy to announce Griffon 1.3.0, the latest release of the 1.x series. Griffon is an application framework for... more »
Tweet 0 Comments Save Tags: announcement , frameworks , groovy , java
How to use NetBeans to write Groovy scripts
In this post we are going to see how to develop applications using NetBeans and Portofino 4. The traditional development of a web... more »
Java Code To Byte Code - Part One
Explains how Java code get compiled to byte code in simple terms describing each instruction and how memory is updated during execution.
Tweet 0 Comments Save Tags: groovy , hardware , how-to , java
Ultra-light persistence helper for groovy scripts
In groovy scripts, when you need persistence, and you often feel hibernate is overkill but handwritten SQL is headache. You don't want to... more »
Tweet 0 Comments Save Tags: groovy , open source
Atlassian - Git Flow Comes to Java
Git Flow makes managing features, releases, and bug fixes really simple and provides structure to the dev cycle. But there’s one problem:... more »
Tweet 0 Comments Save Tags: agile , groovy , java , open source
How to use IntelliJ Idea to write and debug Groovy scripts
The traditional development of a web application in IntelliJ Idea requires the creation of a web project and its deployment on an... more »
Tweet 0 Comments Save Tags: groovy , methodology , tools
GroovyMag News Roundup: Groovy In Action, GR8ness for Java developers, and the future of Grails
The GroovyMag News Roundup for April 16, 2013.
Concurrent Programming for You and Me
The Java platform has supported concurrent programming since its early days. However, the standard means of multithreading and... more »
Tweet 0 Comments Save Tags: groovy , how-to , methodology
Scripting Your Java Application With Groovy
Embedding a scripting engine into a Java application isn’t very common thing to do. However, it is possible to achieve neat design... more »
Tweet 0 Comments Save Tags: groovy , java
Groovy & Grails Understanding – Part2
Grails is a web framework based on Groovy and Java which can be deployed into existing Java web servers, e.g. Tomcat or Jetty. Its... more »
Tweet 0 Comments Save Tags: frameworks , groovy , open source , standards
GProf 0.2.0 is out!
Today I released GProf 0.2.0! GProf is a profiling module for Groovy which is developed in GPerfUtils project at http://gperfutils.org.
Tweet 0 Comments Save Tags: groovy , java , open source
Grails Best Practices
“Grails is designed to be an interactive agile based rapid development framework which advocates convention not configuration. This... more »
Tweet 0 Comments Save Tags: frameworks , groovy , how-to , java
How to use Eclipse to write and debug Groovy scripts
In this post we are going to see how to develop applications using Eclipse and Portofino 4. The traditional development of a web... more »
Tweet 0 Comments Save Tags: eclipse , frameworks , groovy , java
Animating Text Background (SVG/CSS3)
Animating a text (or link) background continuously or on hover using SVG (text clipping masks) and Css3 animations/effects ...
Tweet 0 Comments Save Tags: css-html , groovy , how-to , web design
What Legos Teaches Us About REST API Testing
Learn about REST API Testing Patterns
Tweet 0 Comments Save Tags: cloud , groovy , methodology , web services
Mocking Static Methods in Groovy
Using Groovy to test not only other Groovy classes but also Java classes is an increasing popular approach given frameworks like Spock... more »
Tweet 0 Comments Save Tags: groovy , how-to , java , open source
IntelliJ IDEA 12.1 with JavaFX 2 Support is Available
Each year we celebrate Spring by rolling out a fresh update for the latest big release, with bugfixes and usability enhancements. This... more »
Tweet 0 Comments Save Tags: groovy , java , open source , tools
Presenting the Gradle REST Plugin
This blog post presents a new Gradle plugin that lets you execute HTTP requests during your build, using nothing but simple tasks!
Tweet 0 Comments Save Tags: announcement , groovy , open source , tools
Groovy & Grails Design Best Practices
Grails is designed to be an interactive agile development framework. That means you can start anywhere you like, refactor, make changes,... more »
Tweet 0 Comments Save Tags: frameworks , groovy , ruby , standards
Grails g:select with remoteFunction
I decided to create a sample project with a couple of different ways to select an option from a select element that uses ajax to update a... more »
Tweet 0 Comments Save Tags: css-html , groovy , javascript , opinion