Grails Note: Plugins and Eclipse Build Path
I have used several Grails plugins, most recently WebTest (which is great) - but I usually forget to add the relevant .jar files from the plugin to my Java Build Path in Eclipse and struggle with classes that can't be resolved. Reminder - always check build path after installing plugins.
Main plugins thus far:
JSecurity for securing the web app
RichUI - but I am only using the DatePicker thus far
WebTest for testing
JCaptcha - just because it seemed like fun