(Link para o artigo original)
A grande notícia desta semana foi o lançamento de Grails 2.2 RC2 . Por favor testem o RC2 em breve para nos ajudarem a encontrar quaisquer problemas antes do lançamento da versão GA.
A Grails48 hackathon é neste fim-de-semana, 9 a 11 de Novembro, 2012.
Mr Haki escreveu um livro: Gradle Effective Implementation Guide.
Alguns videos da GR8Conf US foram publicados esta semana: Ken Kousen log.rofl(‘Divertindo com metaprogramação Groovy’) e Rob Fletcher plugin Grails Fields
A Groovy & Grails Exchange 2012 está a chegar – falta apenas um mês. Eu realizarei duas apresentações e estou ansioso por isso; a conferência é uma das melhores e Londres é uma ótima cidade.
O site Greach foi atualizado para a conferência de 2013 em Janeiro. Comprem já os vossos bilhetes por 90€ até 30 de Novembro quando os preços irão aumentar, e se têm alguma proposta para uma apresentação enviem-na – a receção dos "papers" ainda está aberta.
Coloquei um post no blog durante esta semana: Logging Grails SQL parte 2 – groovy.sql.Sql
Itens Vários
- Propriedades Derivadas em Grails
- Escrever testes de unidade com Spock: um tutorial para ajudar a começar
- Grails Docs Helper Script
- Grails GSP tag: grep
- Geb e Sikuli – Adicionando reconhecimento de imagens para ajudar os testes funcionais a verem
- Jerry:Uma API do tipo jQuery para DOM Parsing
- Uma forma mais simples de excluir métodos de serviços do plugin Grails JMX
- Grails 2.x Deployed em Websphere 7ish
- Semana Spring – 30 Outubro 2012
Plugins
Foi lançado um novo plugin:- modules-manager versão 0.2.1. Cria módulos de recursos utilizando recursos empacotados a partir de um repositório central Maven
- address versão 0.2. Um objeto de domínio de endereço que pode ser incluído noutro objeto de domínio para evitar que seja redefinido a toda a hora
- airbrake versão 0.9.0. Plugin de Notificação para integrar aplicações com Airbrake
- cache versão 1.0.1. Adiciona ação de controlador, método de serviço e cache de fragmento JSP
- database-migration versão 1.2. Plugin oficial de Grails para migrações de bases de dados
- external-config-reload versão 1.2.2. Verifica se ocorrem alterações a ficheiros de configuração externos (ficheiros adicionados a grails.config.locations), recarrega a configuração quando ocorre uma alteração, e notifica os plugins especificados disparando o evento onConfigChange em cada um deles
- facebook-sdk versão 0.4.3. Permite à aplicação a utilização da PlataformaFacebook Platform e o desenvolvimento de aplicações Facebook em Facebook.com ou em web sites (com Facebook Connect)
- fixtures versão 1.2. Carrega dados de teste através de uma DSL conveniente
- html5-mobile-scaffolding versão 0.4. Scaffold de aplicações móveis HTML5 utilizando jQuery mobile numa única página
- jsonp versão 0.2. Substitui o método render definido para todos os controladores para adicionar nome de função de chamada de parâmetro para fornecer controladores JSONP RESTful de vários domínios
- kickstart-with-bootstrap versão 0.8.6. Comece o seu projeto com uma boa aparência, com templates scaffolding adaptados para páginas CRUD standard utilizando Twitter Bootstrap
- neo4j versão 1.0.0.M4. GORM para Neo4j
- newrelic versão 0.4.Adiciona a funcionalidade Real User Monitoring de NewRelic às páginas GSP
- spock versão 0.7. Traz o poder de testes e especificações do framework Spock para Grails
- spring-security-saml versão 1.0.0.M17. Suporte SAML 2.x para o plugin Spring Security
- twitter-bootstrap versão 2.2.1. Ficheiros de recursos do framework Twitter Bootstrap CSS
(Por sugestão do autor do artigo original as secções seguintes não se encontram traduzidas)
Tweets Interessantes
- @tsuyocky: NTT Software launches #Groovy/#Grails support, education and consulting service: http://t.co/8XCnmIKg (backed up by VMware!)
- @xala3pa: Grails AngularJS web example mobile app – http://t.co/hoMdfE0a
- @winkler1: TodayILearned: #groovy List.getAt(int idx) will return null for a bad index-unlike ArrayList.get(int idx). Whah?!! –println (['a'][1])
- @jurberg: An easier way to exclude methods from Grails JMX plugin services: http://t.co/ppC1LY6H
- @DailyGrailsTip: Change constraint defaults by setting global constraints http://t.co/ukI8anr6
- @pledbrook: Playing with #groovy koans – http://t.co/WD2eNO3V – and liking what I see. Well thought out and worth contributing to. #groovy
- @osoco: Grails support for Sublime Text 2 https://t.co/cWgzSJzX #grails (@ArturoHerrero)
- @craigburke1: Transitioning from writing database scripts to #grails database migration on a project. Man, this is good stuff.
- @glaforge: My #groovy 2.0 webinar video published: http://t.co/bYkAWsyv and slides: http://t.co/St0uMjau
- @marcoVermeulen: The GroovyConsole still remains my fav piece of kit for trying out new #groovy tricks.
- @grails_rocks: Add your #grails & #groovy conferences / meetups / UGs / offered jobs to the Grails Rocks notice board http://t.co/VK4YeeHE & follow it
- @smaldini: so I’ll talk about Grails events, async and integration with Atmosphere, Vert.x and Spring Integration at GGX 2012 – quite excited
- @breskeby: updated #grails support in #macports to 2.2.0-RC2. use grails-devel port!
-
@gvmtool: Get #grails 2.2.0.RC2 on #gvm now!
‘gvm install grails 2.2.0.RC2′ - @mikekhusid: @sheetsj try #openshift. grails example https://t.co/5NaRANRU custom domains https://t.co/dgjY81p1
- @tomaslin: Had to restart my toy project on Heroku – http://t.co/EpTLDE9Q – 8 months uptime not bad.
- @energizedwork: w00t! @tomdcc will be talking about “Debugging Grails Database Performance” at London’s Groovy Grails Exchange #ggx – http://t.co/pDaubg9P
- @DailyGrailsTip: The built-in documentation engine can generate a pdf file when you pass in the –pdf flag – http://t.co/AiALjYCq
- @kenkousen: G in spock is silent @jeffscottbrown: @neal4d @bsletten … top “G” technology is fierce. #grails #groovy #gradle #git #spock (oh, wait)
- @DailyGrailsTip: To check if your plugins are up to date, use the list-plugin-updates command – http://t.co/bG2Qgl0r
- @DailyGrailsTip: Need more details about a #grails plugin? Call plugin-info on it – http://t.co/zCUa0TEv
- @Grails48: 200 hackers, 23 teams, awesome partners, mentors, judges and only 6 days away. If ur not excited u should be #Grails #Groovy #Grails48
- @nagai_masato: gbench 0.4.0 released !! #groovy project site: http://t.co/Ihhfka46 release notes: http://t.co/lXuk367W
- @marioggar: http://t.co/A7lGhoPI #groovy compiled to #javascript
- @DailyGrailsTip: Want to find out more about how dataBinding changes in #grails 2.3 – check out the wiki – http://t.co/PZA74Vw4
- @bobbywarner: I’m excited to be a speaker at Groovy & Grails Exchange in London this year! #ggx #grails
- @craigburke1: Nice! Got some of my code merged into the new #grails site early this morning. I might have to do that again
Ofertas de Emprego
- 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
- Especialista WEB – Java – JavaScript(HTML5) – Grails – Jacarepaguá – RJ
- Contract Groovy / Grails Developer – Agile, RESTful in Watford, Hertfordshire
- Senior Java Developer in Atlanta, GA
- Senior Software Craftsman with Java/Grails exp in Ann Arbor, MI
- Software Engineer – Groovy/Grails in Lexington, MA
- @hybrisCole: estamos buscando 3 desarrolladores Java en PureSrc (Hibernate/SpringMVC/PostgreSQL/TwitterBootstrap), ojala Grails, muy buen salario
- @csterwa: BTW. We are still hiring developers in our @RallySoftware Kirkland location working on #grails #groovy #javascript #mongodb & more – plz RT
- Test Driven Developer opening at virtuwell in Minneapolis
- Java or Grails Developer – Java, Groovy, Spring in Irvine, CA
- Java Web Developer with Groovy & Grails experience in Plano, TX
- Groovy/Grails (Java/Spring) Developer – Санкт-Петербург
- @fxthoorens: I am hiring in France for my 2 #grails projects, @Grails48 is the first and last step before interview. Ping me to be part of the team.
- Grails developer in the GTA area, Ontario
Grupos de Utilizadores e Conferências
- 13th-14th December, London
- January 25th-26th, Madrid
- Seattle Groovy/Grails Users Group
- Groovy & Grails Israel Meetup Group
Sem comentários:
Enviar um comentário