Lookups Plugin
Dependency :
compile ":lookups:1.4"
Dependency :
compile ":lookups:1.4"
Dependency :
compile ":menus:1.7"
Dependency :
compile ":settings:1.4"
Dependency :
compile ":ref-code:0.3.0"
supported by SpringSource
40% of Grails users
This plug-in provides a MailService class as well as configuring the necessary beans withinthe Spring ApplicationContext.It also adds a "sendMail" method to all controller classes. Read more
Dependency :
compile ":mail:1.0.1"
This plug-in allows Grails applications to integrate with Paypal and its Instant Payment Notification (IPN) system.
A PayPalController is provided that has a "notifyPaypal" action which deals with responses from the PayPal IPN. In order for this to function you need to enable IPN in your PayPal Profile under Profile / Instant Payment Notification Preferences and provide PayPal with the URL you have mapped the "notify" action to.
In order for this plug-in to function you must configure the followin...
Read moreDependency :
compile ":paypal:0.6.8"
This plugin provides a taglib for displaying avatars. At the moment we support gravatars (globally-recognized avatars), Twitter avatar profile and Facebook avatar profile. Read more
Dependency :
compile ":avatar:0.6.3"
Plugin to integrate ActiveMQ in a Grails application. Read more
Dependency :
compile ":activemq:0.4.1"
This plugin adds a feedType and feedVersion parameters to the render method of controllers, which if passeda valid feed type such as "rss" or "atom" and a version will expect a closure to be passed with render,which will render a feed using a custom builder. The FeedBuilder used for this accepts entry and content nodes, any propertiesof which can be set within the builder. These are beans from the ROME API so all properties thereshould work. Read more
Dependency :
compile ":feeds:1.6"
Dependency :
compile ":image-tools:0.1"