Main Menu
Home Articles Directory Submit Popular Site Top Rated Site - Programming - Database - Management - Test and Quality Assurance - Approaches, Process, Methods - Configuration Management - Measurement - Tools - Open Source - Software Engineering - Humour New Links RSS/Atom
Sponsors




  Main  |  Submit New Article  

  Popular articles (top10)  |  Top rated articles (top10)  |  Category List  |  Randum jump  

Main  arrow  Programming  arrow  Groovy  (46)


Sort by:   Title ( Title (A to Z) Title (Z to A)) Date ( Date (Old Links Listed First) Date (New Links Listed First)) Rating ( Rating (Lowest Score to Highest Score) Rating (Highest Score to Lowest Score)) Popularity ( Popularity (Least to Most Hits) Popularity (Most to Least Hits))
Articles currently sorted by: Popularity (Least to Most Hits)


Visit   Mastering Grails: Creating a custom plug-in    Last Update 2009/9/16 12:04
Category  Programming  arrow  Groovy
Description
This article shows you how to create your own Grails plug-in. Once you see how effortless it is to create a plug-in, you'll understand why more than 250 Grails plug-ins are available now, with new ones being added all the time.

Hits: 2   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   memcached and Grails, Part 2: Integrating memcached into Grails    Last Update 2009/10/14 9:10
Category  Programming  arrow  Groovy
Description
James Goodwill completes his two-part introduction to integrating memcached and Grails with a sample Grails application and a Java™-based memcached client. Learn how to integrate Spymemcached into your Grails-built, contact-management application, then try caching individual request results with memcached. You'll also use the memcached client commands introduced in Part 1 to test the effectiveness of your new cache.

Hits: 2   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Mastering Grails: Understanding plug-ins    Last Update 2009/7/28 21:13
Category  Tools  :  Programming  arrow  Groovy
Description
In this Mastering Grails installment, Scott Davis introduces you to the world of Grails plug-ins. Adding whole areas of new functionality to your applications couldn't be easier. You'll learn how plug-ins do their magic, and you'll use a plug-in to implement powerful search capabilities in the Blogito application.

Hits: 3   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Mastering Grails: Testing your Grails application    Last Update 2008/10/29 16:53
Category  Test and Quality Assurance  arrow  Testing  arrow  Unit Testing  :  Approaches, Process, Methods  arrow  Agile  arrow  Test Driven Development  :  Programming  arrow  Groovy
Description
Grails makes it easy to ensure that your Web applications start out bug free and stay that way. As a bonus, you can leverage your test code to produce a rich set of executable documentation that is always up-to-date. This month, Grails guru Scott Davis shows you the Grails testing ropes.

Hits: 3   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Mastering Grails: Grails in the enterprise    Last Update 2008/12/17 8:59
Category  Programming  arrow  Java  :  Tools  :  Programming  arrow  Groovy
Description
In this installment of Mastering Grails, series author Scott Davis puts to rest any qualms about Grails' readiness for the enterprise. You'll see how to use Grails with enterprise-caliber libraries including the Java™ Management Extensions (JMX), Spring, and log4j.

Hits: 3   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Groovier Spring, Part 2: Change application behavior at run time    Last Update 2009/1/15 9:16
Category  Programming  arrow  Java  :  Tools  :  Programming  arrow  Groovy
Description
The Spring Framework provides a solid foundation for Web and enterprise applications. Spring's support for dynamic languages like Groovy adds capabilities that can make your application architecture more flexible and dynamic. In the second and final installment of the Groovier Spring series, you'll learn how to change the behavior of Spring applications at run time using dynamically refreshable beans.

Hits: 3   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Java development 2.0: REST up with CouchDB and Groovy's RESTClient    Last Update 2009/12/10 15:10
Category  Database  :  Tools  :  Programming  arrow  Platforms  arrow  Services  :  Programming  arrow  Groovy
Description
A burst of innovation in the open source world over the last few years has led to an increase in Java™ developer productivity. Freely available tools, frameworks, and solutions address once-common time sinks. A promising new entry on the scene is Apache CouchDB, hailed by some as the database for Web 2.0. The big picture of CouchDB is easy to grasp, and using it is as simple as using a Web browser. This Java development 2.0 column introduces CouchDB and shows you how Groovy's RESTClient can help you tap into its strengths.

Hits: 3   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Evolutionary architecture and emergent design: Building DSLs in Groovy    Last Update 2010/8/26 16:12
Category  Approaches, Process, Methods  arrow  Design  :  Programming  arrow  Groovy
Description
Internal domain-specific languages (DSLs) are possible but cumbersome in the Java™ language because of its restrictive syntax. Other languages on the JVM are better suited to building them. This Evolutionary architecture and emergent design installment covers some of the capabilities you can exploit and issues you'll encounter when using Groovy to build internal DSLs

Hits: 4   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Managing Content through Tagging in Grails: Part 1    Last Update 2009/6/10 11:53
Category  Tools  :  Programming  arrow  Groovy
Description
As with messages, files are displayed on the home page in the order they are added to the system. Currently all messages and files are displayed on the home page. Over time, our home page is going to become rather large and unwieldy. We need a user's home page to show only the files and messages that they are interested in. To do this, users need to be able to tag their content. The new Grails concepts that will be introduced in this two-part article series by Jon Dickinson are:
* Working with inheritance in the domain classes, and looking at which strategies GORM supports for persistence
* Using polymorphic queries over a domain inheritance hierarchy
* Encapsulating view-rendering logic in GSP templates
* Manipulating collections with the Groovy collect and sort methods

Hits: 4   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Mastering Grails: RESTful Grails    Last Update 2008/10/1 13:35
Category  Tools  :  Programming  arrow  Platforms  arrow  Services  :  Programming  arrow  Groovy
Description
This article shows how your Grails applications can be a source of raw data — specifically, XML — that other Web applications can use. I'd normally describe this as setting up Web services for your Grails application, but the term is loaded with hidden meanings these days. Many people associate Web services with SOAP and a full-blown service-oriented architecture (SOA). Two plug-ins for Grails allow you to expose a SOAP interface to your application if you choose that route. But rather than deal with a specific implementation such as SOAP, I'll show you how to return Plain Old XML (POX) using an interface based on Representational State Transfer (REST).

Hits: 4   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)



(1) 2 3 4 5 » 
Software Development Resources

Load Tester 4: The easiest and most complete load testing software

Oracle Magazine - Technology articles for developers and DBAs and more.

Simply Rails 2: Learn how to be an accomplished Ruby programmer in no time!

The Principles Of Project Management - Deliver projects on time and on budget, again and again

Simply SQL is a practical step-by-step guide to writing SQL.

Practical
RSS 2.0
Twitter
Advertise
Contact
Software Development Jobs
Login
Username:

Password:


Lost Password?

Register now!
THEME_VALIDXHTML
THEME_VALIDCSS
Copyright © 2006-2009 Martinig & Associates

Methods & Tools | SD Tools | SD Directory | SD Videos | SD Jobs | SQA Zone | DevAgile | DevBazar | Ajax Alliance | SD News | SD Conferences
SD Blogs | Forum Logiciel | Software Project Planet | SQA Planet | UML Planet | Cloud Voices | Java TV | .NET TV | Testing TV | TV Agile | RIATube
Java Voices | .NET Voices | PHP Voices | DBA Voices | Agile Voices | Scrum Planet | Ajax Voices | RIA Voices | The Waterfall Manifesto