This Week in Grails (2011-35)
Cloud Foundry added support for PostgreSQL
this week. Check out this post
on the SpringSource blog for the details, including a writeup about how it’s actually a vFabric version of PostgreSQL optimized for virtualization. Chris Harris did a post
on using PostgreSQL with Grails, although it uses the vmc commandline client since at that point the cloud-foundry
plugin hadn’t been updated. The update has been released and it now has full support for PostgreSQL. It will ask if you want to create and bind a MySQL or a PostgreSQL service if you don’t have one already, and will offer to use an existing one if you do. It does the same startup reconfiguration as is does for MySQL, so it should be just as automatic and seamless as before.
Heroku announced support for Java
applications this week. The model is simple – you push to Git to deploy your applications, but unfortunately the Java process currently requires Maven. But Tomas Lin and Graeme each got it working – see Tomas’ work here
and Graeme’s sample project for 2.0 here
.
Steve Dalton announced that there will be a GR8Conf in Australia this year, a one day “miniconf” at Open Source Developers Conference (OSDC) 2011
. The call for papers
is open so submit your ideas soon.
If you want to keep up with these “This Week in Grails” posts you can access them directly via their category link or in an RSS reader with the feed
for just these posts.
Translations of this post:
Miscellaneous Items
-
Database Migration in Grails
-
Cloud Foundry + Grails + RabbitMQ – Publishing Messages into the Cloud
-
RabbitMQ: Enabling Grails full text search on Cloud Foundry
-
CamelCaseCon Groovy conference in Germany
-
Already 8 years of Groovy!
-
Parallel Game of Life
-
GStringImpl cannot be cast to java.lang.String
-
Groovy graphics…
-
Apache Tomcat 7.0.21 released
-
This week in Spring: August 30th, 2011
Plugins
There was one new plugin released:
-
knockoutjs
version 1.2.1. Provides necessary Javascript files for using Knockoutjs (http://knockoutjs.com/)
and 15 updated plugins:
-
cloud-foundry
version 1.1. Integrates Cloud Foundry’s cloud deployment services to manage the running of Grails applications in the cloud from the command line
-
compass-scss-integration
version 0.3.0. Compass, SASS and SCSS support for Grails
-
dojo
version 1.6.1.0. Integrates the Dojo javascript toolkit
-
extended-validation
version 1.1.2. Provides partial validation of (groups) of fields, cascaded validation and instance validators for non-domain objects.
-
external-config-reload
version 0.4.3. Polls for changes to external configuration files (files added to grails.config.locations), reloads the configuration when a change has occurred, and notifies specified plugins by firing the onConfigChange event in each
-
functional-test-development
version 0.2. Installs a script, develop-functional-tests, that you can use to develop your functional tests more conveniently
-
gsp-taglib
version 0.3. Makes it possible to declare tags in a gsp in grails-app/taglib
-
inviter
version 0.3. A Grails port of the functionality found in the OpenInviter PHP project
-
jqueryui-widget
version 0.1.4. Allows the creation of jQuery-UI via Grails TagLibs
-
lesscss
version 1.0.0. Less CSS framework plugin
-
oauth
version 0.12. Provides easy interaction with OAuth service providers
-
regen
version 0.2.15. Provides a generation framework and a set of pluggable artefacts under grails-app/generators
-
scala
version 0.6.3. Allows you to compile Scala sources in the /src/java and /src/scala folders of your application
-
spring-security-twitter
version 0.3.2. Twitter authentication as extension to the Spring Security Core plugin
-
tropo-webapi-grails
version 0.2. Use Tropo’s cloud API to add phone, SMS and Instant Messaging support
Interesting Tweets
- @wro4j: wro4j-1.4.0 released: http://t.co/VqJPqIW Now with #grails plugin, #groovy DSL support and many new features. #webperf
- @glaforge: Just came across #8digits nice web analytics service! All #groovy and #grails! http://t.co/jJAlAZP
- @antony: I thought I could code in #groovy until I started looking at #Spock‘s source code… !
- @pledbrook: Deadline for #grailsx talk submissions: 16th September – http://t.co/us1hIVi
- @rfletcherEW: Pro tip: if you’re using #Grails resource plugin’s r:img tag behind a load balancer declare ALL your images in resources config
- @greach_es: Ya está abierto el registro de Greach! ¿a qué esperas para comprar tu entrada? Madrid, 4 de Nov #groovy #grails #griffon http://greach.es
- @perspilling: @akafred will be facilitating a #groovy breakout session at #javazone with Ken Sipe and Paul King. See: http://t.co/eqbHS8d for info
- @springsource: Register before Sept 13th to save $200 on SpringOne 2GX 2011: http://t.co/xflWLiX #springframework #grails
- @jameschesters: New speaker added for #grailsx in Dec: Don’t miss @hamletdrc on Effective #Groovy @skillsmatter. Sign up: http://t.co/NgmBeLI #grails #ggx
Jobs
-
Dice keyword search for Grails
-
Monster keyword search for Grails
-
Careerbuilder keyword search for Grails
-
SpringSourceJob Twitter feed
-
SpringSource job search at jobs.vmware.com
-
Senior Java Developer (Grails, Spring, REST) in Jacksonville, FL
-
Sr. Groovy Grails Developer at Hibe in Montreal, Canada
- @MollyMatch: Looking for web developers in many areas! #.Net #Java #Drupal, #Groovy . Let me know if you or someone you know is looking!
-
Developer/Analyst – Grails in Tampa, FL
-
Senior Java Developer in Hartford, CT
-
Sr. Web Engineer/Architect (Java/Groovy/Grails/Scala/Cloud) in Waltham, MA
-
Java Developer with Grails in Cambridge, MA
-
Sr. Software Development Engineer, Infrastructure at Medio in Seattle, WA
-
Programmer Analyst with Grails Experience in Vancouver, BC
User groups and Conferences
-
CamelCaseCon – The Next Generation of Programming Languages
- 7. September 2011 in Düsseldorf
-
SpringOne 2GX 2011
- October 25th-28th in Chicago, IL
-
Greach
- 4 de Noviembre de 2011 en Madrid
-
GR8Conf Australia
- 15th November 2011 in Canberra, Australia
-
Groovy & Grails eXchange
- December 8th and 9th in London
-
Grails and the Semantic Web – 19 Sep 2011
- London Groovy & Grails User Group
-
Back to School with GORM – Many-to-Many Improvements – Tuesday, September 20, 2011
- San Francisco Grails Cafe Centro
-
Thursday, September 22, 2011
- Seattle Groovy/Grails Users Group
-
Developing Groovy and Grails applications in the SpringSource Tool Suite – Thursday, September 22, 2011
- VanDev: Vancouver’s Software Developers Network
Just a little note – external-config-reload plugin was actually released for the first time this week as well as an extra update, which is probably why you have it under updates.