`
yangzb
  • 浏览: 3491422 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Grails Plugins

    博客分类:
  • Java
阅读更多

Grails Plugins

This page contains links to the documentation for each plugin that is available for Grails. For creating your own plugins see the The Plug-in Developers Guide .

Testing

Rich Client/Ajax Plugins

Chart Plugins

Web Services Plugins

Performance / Utility Plugins

Scheduling Plugins

Security Plugins

Web Design Plugins

Search

Scaffolding / Templating / Binding plugins

Persistence Plugins

  • Explicit Insert Plugin adds an insert method to all domain classes to resolve save() issues with legacy tables with assigned keys and no version or timestamp.
  • Acts As Taggable Plugin add the acts_as_taggable ability to domain class
  • Systemi Grails Domain Plugin generates Grails domain classes from a legacy IBM System i (a.k.a. AS/400, a.k.a. iSeries) table
  • Grails Audit Logging Plugin track who changed what via Hibernate events, can be optionally configured to log users from multiple security plugins, adds onChange event handler to marked domain classes and exposes old and new values.

Functionality plugins

  • Radeox plugin for the Radeox wiki engine
  • Mondrian plugin to add Mondrian and JPivot OLAP
  • FCK editor plugin - WYSIWYG text editor with buillt in image and flash upload capabilities.
  • FCKeditor plugin to integrate FCKeditor WYSIWYG text editor into your grails applications
  • JMS Plugin to add Message Driven Bean functionality
  • Feeds Plugin to generate RSS/Atom feeds easily
  • ImageTools plugin provides some JAI helper classes for image handling
  • Currencies plugin provide Money and Exchange Rate handling classes.
  • Encryption plugin , for Blowfish and PGP encryption, as well as handling salted passwords.
  • PostCode Plugin provides UK postcode lookup to lat/lon and distance between postcode functionality
  • Ref Code Plugin provides funtionality for storing and accessing simple reference data
  • Mail Plugin - provides e-mail sending functionality to a Grails application
  • PayPal Plugin - Provides integration with PayPal transactions and the PayPal IPN
  • Avatar Plugin - This plugin provides a taglib for displaying avatars

Other Frameworks

Database Change Tracking

LDAP

Report

Remote Controller

  • Func Plugin - Add to your application Func (https://fedorahosted.org/func) functionality, to simple manage remote machines (At the moment only linux machines can be controlled)

Rules Engine

Workflow

分享到:
评论

相关推荐

    grails 3.3.2 资源下载

    5. **Grails Plugins**: Grails 插件系统是其一大特色,提供了大量预构建的组件,如安全、缓存、邮件服务等。Grails 3.3.2可能包含一些新的或升级的插件,这些插件可以帮助开发者快速实现特定功能。 6. **Spring ...

    grails 中文手册

    5. **Grails Plugins** - Grails 插件系统是其核心特性之一,允许开发者重用和扩展功能。 - 例如:spring-security 插件提供安全控制,asset-pipeline 插件处理静态资源管理。 6. **Grails Templates** - 模板...

    Grails学习记录

    9. **Grails Plugins**:丰富的插件生态系统,如Spring Security、Cache、Email等,可以帮助快速开发和扩展功能。 10. **Gradle构建工具**:Grails项目默认使用Gradle进行构建,理解Gradle的构建脚本和任务对于项目...

    Grails1.3.7-doc

    - **Grails Plugins**:Grails的插件系统极大地扩展了框架的功能,通过简单的命令行操作就可以安装和使用,如Spring Security、Asset Pipeline等。 - **Grails Command Line Interface (CLI)**:Grails提供了一套...

    Groovy&Grails准备,收集的Groovy与Grails的书籍

    5. **Grails Plugins**:丰富的插件生态系统,如缓存、安全、测试等,快速增强应用功能。 6. ** scaffolding**:Grails的自动生成功能,可以根据数据模型快速创建基本的CRUD操作和界面,加速开发进程。 7. **自动化...

    GrailsWeb应用框架grails-core

    **Grails Plugins** Grails的一个显著特点是其插件系统。开发者可以利用插件扩展Grails的功能,例如,安全、缓存、邮件服务等。"grails-core"包含的插件管理机制使得安装、配置和升级插件变得非常方便。 **构建...

    Groovy-chenyun2000-mht.rar

    2. **GRAILS Plugins**:丰富的插件系统使得添加新功能变得简单,如安全、缓存、报表等。 3. **Convention over Configuration**:遵循约定优于配置的原则,大大减少了开发者需要编写的配置文件数量。 4. **Command-...

    Groovy-朝花夕拾-mht.rar

    3. **Grails Plugins**:丰富的插件系统,可以方便地添加新功能,如缓存、安全、测试等。 4. **Convention over Configuration**:遵循约定优于配置的原则,减少开发者必须进行的配置工作。 5. **RESTful Support**...

    Grails开发之(Rest教程).pdf

    在安全性配置部分,提及了org.grails.plugins:spring-security-core和org.grails.plugins:spring-security-rest,这代表了Grails项目中将使用Spring Security来管理安全问题,包括认证和授权,以及Spring Security ...

    Grails中文参考手册

    **Plugins** Grails 插件系统是其强大功能之一,允许开发者复用和扩展已有功能。例如,有用于认证、缓存、邮件发送等的插件,可以快速集成到项目中。 **Grails Command Line Interface (CLI)** Grails 提供了一个...

    grails-plugins-metadata

    标题“grails-plugins-metadata”指的是Grails框架中的一个关键组件,它是Grails插件系统的重要组成部分。Grails是一个基于Groovy语言的开源Web应用框架,它借鉴并融合了Ruby on Rails的设计理念,提供了高效的开发...

    Grails 入门指南+示例源码

    9. **Plugins**:Grails的插件系统,利用插件可以快速添加功能,如安全、缓存等。 10. **Testing**:了解Grails的测试框架,包括单元测试、集成测试和功能测试,以及如何编写和运行测试。 11. **持续集成与部署**...

    grails学习

    grails.project.plugins.dir="./plugins" ``` 这将恢复旧的插件存储位置,从而解决编辑问题。 3. **静态参数插件应用** 使用 `<g:selectParams>` 和 `<g:staticParams>` 标签可以方便地在视图层处理静态参数。...

    Grails权威指南.pdf

    - **Plugins**:Grails插件系统允许开发者复用和扩展功能,如安全、缓存、邮件服务等。 - **配置管理**:通过`grails-app/conf/`目录下的配置文件,如`Config.groovy`,进行项目配置。 3. **控制器和视图**: - ...

    Grails Jquery 集成代码

    runtime 'com.grails.plugins:jquery:3.5.1' ``` 2. **配置资源管理器** Grails使用Resource Management机制来处理静态资源,如CSS、JavaScript和图片。确保在`grails-app/conf/Config.groovy`文件中配置资源...

    grails app

    9. **插件(Plugins)** Grails的强大力量之一在于其丰富的插件生态系统。插件可以提供额外的功能,如安全、缓存、报表等。开发者可以通过`grails install-plugin`命令添加插件。 10. **部署与运行** 一旦应用...

    grails 配置mongodb数据库

    compile 'org.grails.plugins:mongodb:5.2.0' } ``` 然后运行`grails refresh-dependencies`命令,以更新项目依赖并引入MongoDB插件。 接下来,我们配置Grails与MongoDB的连接。在`Config.groovy`文件中,添加...

    Grails1.1中文文档.rar

    7. **Plugins**:Grails 插件系统是其一大亮点,提供了大量的预构建组件,如Spring Security、Hibernate、RESTful服务等,可以通过简单的命令行工具进行安装和集成。 ### Grails 1.1 版本特性 1. **性能提升**:...

    Grails-2.4.4-用户手册

    6. **Plugins**:插件系统允许扩展Grails功能,提供开箱即用的解决方案,如Spring Security、Asset Pipeline等。 **三、Grails 2.4.4 特性** 1. **Groovy 2.3 支持**:带来性能提升和新语言特性。 2. **GRAILS_CMD...

Global site tag (gtag.js) - Google Analytics