Arquetipos Software Design
Home Development blog Topics grails

grails

Mar 06, 2009

Image Tools 1.0.4 released

Filed Under:

We have released a small update to the Image Tools plugin, adding a function contributed by Paul Bowler to get the current resulting image as a byte array.  You can view the updated documentation at the Grails site or download the package directly.

Nov 16, 2008

ImageTools 1.0.3

Filed Under:

We have released the Grails Image Tools plugin 1.0.3, with some additions sent in by Mohamed Seifeddine:

  • Removed mediaLib acceleration by default.
  • Added methods for using SubsampleAverage on creating thumbnails.

 

You can install it by downloading the package from here.

Nov 03, 2008

Grails encryption plugin now on GitHub

Filed Under:

Since we're on a release roll, I've uploaded the encryption plugin to GitHub.

Nov 02, 2008

Currencies plugin now on GitHub

Filed Under:

Since Siva requested to participate on the Currencies plugin on GrailsCrowd, I've decided it was time to upload it to GitHub.  Here is the repository. Enjoy!

Oct 27, 2008

Grails Image Tools 1.0.2 released

Filed Under:

I have updated the ImageTools plugin to 1.0.2 and released it.  You can find at the usual place on the Grails site.

This version contains:

  • A workaround for a JAI 1.1.3 bug described here, kindly implemented by Ethan Larson
  • Some new functions for thumbnails submitted by Mohamed (I don't have a last name, but I'm sure he reads the list)
  • Some minor updates.

Caveat emptor: it has been barely tested, since things are crazy but I did not want to delay putting the code out there anymore, so do let me know if you find any issues.

As of this version the whole thing is also available on GitHub.

Mar 01, 2008

Encryption plugin documentation updated

Filed Under:

I've expanded the documentation for our Grails Encryption Plugin directly on the Grails Wiki.  It includes examples taken directly from the plugin's unit tests, as well as some extra explanations.

Feb 29, 2008

Grails currencies plugin updated

Filed Under:

I've updated our currencies and exchange rate plugin for Grails - you can find the details at the Grails Wiki.

Feb 12, 2008

Grails encryption plugin

Filed Under:

This time we've released a Grails plugin for encryption functions, using the Bouncy Castle libraries. It currently provides simple wrappers for both Blowfish and PGP, as well as a tool class for generating random passwords, salting passwords when hashing them, and verifying salted passwords.  

To install, execute

grails install-plugin http://www.arquetipos.co.cr/blog/files/grails-crypto-1.0.1.zip


The code is documented, and you'll find many test cases for the most common tasks. I'll eventually expand the documentation here as well as on the Grails wiki.

I'll be on the Grails User's List if you have any questions.

Update:

I've uploaded version 1.0.1, which has the following changes:

  • Added HexCodec class. 
  • Default saltedPassword function will return the value as a byte array, use saltedPasswordHex and saltedPasswordBase64 for string values with the respective encodings. This was done for consistency with the Apache commons nomenclatures.

 

 

Dec 18, 2007

Grails currencies plugin

Filed Under:

Hello everyone. We've created a Grails plugin to ease handling money amounts with multiple currencies on your applications.  You can find the latest version of the plugin here, and the documentation for it on the Grails wiki. We'll be more than happy to answer your questions on the Grails User's List.  Enjoy!