Groovily Verifying a PayPal Event I've been dealing with PayPal subscriptions for a little while now, using it to manage quite a complex subscription scheme. Though I encrypt my PayPal buttons, the notifications from PayPal are sent to an unencrypted URL, so I need check with PayPal to ...
Grails and Error Handling I finished writing my first plugin today. As with most things Grails, it was surprisingly easy. The plugin injects some methods into my domain and controller classes which I can use to streamline my code. I am not too fond of using if statements to ...
Vancouver's 1st Groovy/Grails Meetup If anyone in Vancouver is wondering what Groovy/Grails is about, come over to Workspace on the 26th and find out. Gerald Bauer and I (perhaps a 3rd person) will be presenting. My presentation will be on Grails - my plan is go from a big picture to the ...
Re: Editing GSPs in Eclipse There's another approach mentioned in this post. You can add this line to your pages %@ taglib prefix="g" uri="/web-app/WEB-IN...