Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

Criar aplicações web, escrever shell scripts facilmente, escrever de forma concisa, criar casos de teste usando integração com JUnit, ou prototipar nunca foi tão conciso e groovy.

Groovy funciona transparentemente com todos os objetos e bibliotecas Java existentes e compila diretamente para Java bytecode tanto no desenvolvimento de aplicações como no modo script.

Groovy fornece poder adicional :

  • conceitos de linguagem aprimorados
    • Suporte a closures - blocos de código reutilizáveis
    • Sintaxe nativa parar listas e mapas
    • Suporte ao padrão Gof Builder através na noção de builders
    • Operadores regex ao nível de sintaxe e sequências de escape
    • Suporte nativo a JavaBean
    • Sobrecarga de operadores  para simplificar o trabalho com Collections e Maps
    • Iteração polimórfica e autoboxing
    • Estensão da biblioteca padrão da Java através do GDK
  • características padrão úteis para aumentar a produtividade do desenvolvedor, tais como:
  • ótimos módulos definidos pelo usuário
    • Grails : Groovy on rails para o fácil desenvolvimento de aplicações multi-camada
    • Gram : uma ferramenta do tipo xdoclet para processar marcações doclet tags ou anotações do Java 5
    • COM Scripting
    • GroovySWT : wrapper em torno do SWT, a biblioteca gráfica do Eclipse
    • GroovySOAP: acessando web services com Groovy
    • GSP : Groovy server pages
    • GSQL : acessando banco de dados com Groovy
    • Process : manipulando processos externos
    • XML-RPC : RPC (Remote Procedure Call) sobre HTTP realmente fácil
    • Jabber-RPC: RPC sobre sistemas de mensagens instantâneas baseadas em Jabber (incluindo o Google Talk)
    • GoogleDataSupport: use facilmente as APIs de dados do Google dentro doGroovy
    • GORM : Mapeamento Objeto-Relacional do Grails
    • Groovy Monkey: port do Eclipse Monkey para Groovy com algumas melhorias

Divirta-se fazendo seu código mais groovy !!!!

Latest news

Dear all,

I'm pleased to announce the release of Groovy 2.1.5.

Groovy 2.1.5 is a bug fix release of the Groovy 2.1 branch. In particular, it fixes a problem we've encountered with Groovy 2.1.4 where the extension module descriptors were not found in the "all" JAR, which meant that the usual nice GDK methods extensions for XML and other modules were not found by Groovy.

You can download Groovy 2.1.5 in the download area and have a look at the JIRA release notes.

Thanks to all who contributed to this release!

Keep on groovy'ing!

Groovy 2.1.4 released

The Groovy development team is pleased to announce the release of Groovy 2.1.4.

Groovy 2.1.4 is essentially a bug fix release of our 2.1 branch, and you can dive into the details in our JIRA release notes.

You can get the distribution in our download area.

Thanks a lot to all those who contributed to this release, and we're looking forward to hearing your feedback!

Labels
  • None