Links

Java.next Overview

http://blog.thinkrelevance.com/2008/9/24/java-next-overview

Filed under  //   blog   clojure   groovy   java   jruby   jvm   scala  
Posted August 4, 2009 by email 
// 0 Comments

Grails and Continuous Integration: An Essential Combo

Grails is a fantastic framework. As well as being ultra-productive and fun to work with, it encourages good testing practices, and provides a swathe of tools to make writing unit, integration, and web tests a real pleasure. As we will see, Grails also lends itself quite well to build automation. However, Grails is not Maven. Grails has a fairly loose concept of the software development lifecycle, and is happy to let you bundle up and deploy your application as a WAR file without running all the unit and integration tests first. A Continuous Integration (CI) server can help you keep the flexibility of the Grails development process, and still ensure that your code is fully tested for each and every code change. In this article, we will take a look at how you can introduce Continuous Integration into your Grails project. More specifically, we will walk through how you can automate your Grails testing and code quality metrics with Hudson, a popular open source CI tool.


http://today.java.net/pub/a/today/2009/06/23/Grails-and-Continuous-Integration.html

Filed under  //   blog   ci   grails   hudson  
Posted July 31, 2009 by email 
// 0 Comments

Working with Grails Plugin Repositories

http://juddsolutions.blogspot.com/2009/07/grails-read-only-plugin-repository.html

 http://www.nabble.com/working-online-offline-with-custom-plugin-repositories-to24458714.html#a24458714

Filed under  //   blog   grails   plugin   repository  
Posted July 31, 2009 by email 
// 0 Comments

Developing Grails: setting yourself up

http://www.cacoethes.co.uk/blog/groovyandgrails/developing-grails-setting-yourself-up

Filed under  //   : grails   blog   dev  
Posted July 31, 2009 by email 
// 0 Comments

Modular Web Applications with SpringSource Slices

http://blog.springsource.com/2009/06/22/modular-web-applications-with-springsource-slices/

Filed under  //   blog   osgi   spring   web  
Posted July 31, 2009 by email 
// 0 Comments

9 Tips to Planning and Building Maintainable Grails UIs

http://fbflex.wordpress.com/2009/07/21/9-tips-to-planning-and-building-maintainable-grails-user-interfaces/

How can we build user interfaces using GSP that are manageable and easy to update? Many of the books on Grails focus on the technology available in Grails, but very few give rules and techniques to make GSPs manageable.

Grails templates and the out-of-the-box functionality is great. But once you start trying to integrate layouts and designs for real world websites, you'll find that bad coding practices can quickly lead to a chaotic and unmaintainable mess of spaghetti code.

In this post, I want to share some tips, lessons and ideas I have learned from projects worked in the last year and a half of Grails UI development.

Filed under  //   blog   grails   ui   web  
Posted July 31, 2009 by email 
// 0 Comments

Grails and LiquiBase - How to use

http://www.jakusys.de/blog/2008/09/grails-and-liquibase-how-to-use/

Filed under  //   blog   grails   liquibase  
Posted July 31, 2009 by email 
// 0 Comments