JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy

JSF + Groovy Integration

April 10, 2014 by Amr Mohammed Leave a Comment

Groovy is another popular programming language for the Java Virtual Machine. Groovy is dynamically typed, and groovy code can be more concise than the equivalent Java because you can omit types of variables and parameters. Almost any Java code is legal groovy, that’s make it simple and easier for getting started using it. Ultimately, using the Groovy […]

Filed Under: JSF Tagged With: Eclipse, Groovy, JSF 2, JSF Integration

Setup Groovy enVironment Manager (GVM)

October 8, 2013 by Krishna Srinivasan Leave a Comment

Groovy enVironment Manager (GVM) is a tool used for managing the multiple version of the software development kits in the Unix based systems. In the current version, it supports the groovy related development kits. Groovy software kits can be installed and configured using this tool. There is no setup available for the windows based systems. […]

Filed Under: Groovy Tagged With: Groovy, GVM

CRUD Operations in Gaelyk- Part 2- Read Operation

June 24, 2012 by Mohamed Sanaulla Leave a 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 also read: Groovy Tutorials Creating JSON using […]

Filed Under: Groovy Tagged With: Gaelyk, Groovy

CRUD Operations in Gaelyk- Part 1- Create Operation

June 23, 2012 by Mohamed Sanaulla Leave a 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 […]

Filed Under: Groovy Tagged With: Gaelyk, Groovy

Developing Groovy based web application and deploying to Google App Engine

June 5, 2012 by Mohamed Sanaulla Leave a Comment

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 […]

Filed Under: Groovy Tagged With: Gaelyk, Google App Engine, Groovy

Exiting Blocks and Methods in Groovy

April 26, 2011 by Krishna Srinivasan Leave a Comment

This article is based on Groovy in Action, Second Edition, to be published on Summer 2011. It is being reproduced here by permission from Manning Publications. Manning publishes MEAP (Manning Early Access Program,) eBooks and pBooks. MEAPs are sold exclusively through Manning.com. All pBook purchases include free PDF, mobi and epub. When mobile formats become […]

Filed Under: Groovy Tagged With: Groovy

Objects in Groovy

April 26, 2011 by Krishna Srinivasan Leave a Comment

This article is based on Groovy in Action, Second Edition, to be published on Summer 2011. It is being reproduced here by permission from Manning Publications. Manning publishes MEAP (Manning Early Access Program,) eBooks and pBooks. MEAPs are sold exclusively through Manning.com. All pBook purchases include free PDF, mobi and epub. When mobile formats become […]

Filed Under: Groovy Tagged With: Groovy

Groovy Interview Questions and FAQs

August 5, 2010 by Krishna Srinivasan Leave a Comment

Groovy Interview Questions and FAQs – 1 What is Groovy? Groovy is a powerful high level language for the Java platform which compiles down to Java bytecode. Think of it as a Ruby or Python like language that is tightly integrated with the Java platform – allowing you the same powerful and concise coding syntax […]

Filed Under: Interview Questions Tagged With: Groovy

Templates in Groovy

April 6, 2008 by Krishna Srinivasan Leave a Comment

1) Introduction In this article, we will expose the various APIs for processing Templates in Groovy. A template can be thought of some static content along with some well-defined place-holders. These templates can be re-used any number of times by simply copying it and substituting the place-holders with some appropriate values. The first section of […]

Filed Under: Groovy Tagged With: Groovy, Templates in Groovy

Closures in Groovy

April 5, 2008 by Krishna Srinivasan Leave a Comment

1) Introduction to Groovy Closure In this article, let us look into one of the important features supported in Groovy, the Closures. Groovy is an object-oriented scripting language in which the syntax resembles Java. Not all languages support the concept of Closures directly, although they may provide indirect support, that too with so many limitations and […]

Filed Under: Groovy Tagged With: Closures, Closures in Groovy, Groovy

  • 1
  • 2
  • Next Page »

Follow Us

  • Facebook
  • Pinterest
JavaBeat

FEATURED TUTORIALS

Servlet Life Cycle: Explanation

Servlet Life Cycle: Explanation

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved

This website uses cookies to ensure you get the best experience on our website. Learn more.