Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. Grails is a web application framework that uses Groovy, a dynamic language for the Java platform. It is built on top of Spring Boot and integrates with GORM, REST APIs, React, Angular, and other technologies.

    • Case Studies

      The Grails® framework is the high-productivity toolkit...

    • Blog

      Building Alexa Skills with the Grails® framew... June 7,...

    • Learning

      Discover (hidden) Grails features through code examples and...

    • Community

      We welcome you to participate in the Grails ® community....

    • Documentation

      Older Version. Browse previous versions' documentation since...

    • Download

      Download the Grails ® framework 6.2.0. Select a profile and...

    • Plugins

      Jasper reports Grails Plugin - Jasper reports Grails Plugin....

    • Support

      Our goal is to provide Grails users the support they need...

  2. Grails está construido sobre la plataforma Java, con lo que es muy fácil integrarlo con librerías Java, framework y código existente. La mejor característica que Grails ofrece en este ámbito es una integración transparente con clases mapeada mediante el framework Hibernate ORM.

  3. Learn how to create and deploy web applications with Grails, a high-productivity web framework for the Java platform. Explore the features, concepts, and best practices of Grails, from installation and configuration to testing and security.

  4. 7 de feb. de 2012 · Grails 6 is a major update that embraces Java 11, Spring 5.3.28, Spring Boot 2.7.12, and introduces a new Grails Forge UI. Learn about the benefits, features, and migration path of Grails 6 for web development.

  5. Grails offers a convenient feature where you can automatically generate unit and integration tests for your application using the create-* commands. These generated tests are stored in the src/test/groovy and src/integration-test/groovy directories. However, it is your responsibility to populate these tests with the appropriate test logic.