I'm writing a simple groovlet web application.
I have some groovy libraries (*.groovy), and all groovlets share this libraries.
Where should I put the groovy libraries for using in groovlets?
(I don't want to compile the library *.groovy because it could be changed many times)