Tag Archives: Gaelyk

CRUD Operations in Gaelyk- Part 2- Read Operation

June 24, 2012

1 Comment

In our previous post we saw about implementing Create operation for creating a new entity and persisting to the database. In this article lets see how we can retrieve all the entities stored in the datastore. This would be the Read operation from the CRUD operations in Gaelyk Read- CRUD Operations in Gaelyk We would [...]

email

CRUD Operations in Gaelyk- Part 1- Create Operation

June 23, 2012

1 Comment

We have seen here and here on creating simple mashup using Gaelyk. In this series of articles lets see how we can implement CRUD operations in Gaelyk. CRUD Operations in Gaelyk would involve: Create an entity Read an entity Update an entity Delete an entity In this article we will look at creating an entity [...]

A simple Location and Weather mashup using Gaelyk Framework

June 12, 2012

1 Comment

In our sample Gaelyk application here we stopped at just obtaining the location information. In this post lets update that application to fetch the Weather information as well. For the weather information we make use of the Weather Underground API which provides a lot of features like geolocation information, current weather conditions, forecast weather conditions [...]

Developing Groovy based web application and deploying to Google App Engine

June 5, 2012

4 Comments

We have seen how to develop a ZK based application and deploy it to OpenShift. Google has also a Paas offering called Google App Engine(GAE) which supports Java, Python and Dart applications. Gaelyk is a simple Groovy based toolkit to develop and deploy application to GAE. In this article lets build a simple Gaelyk based [...]