I am looking at using groovy scripts in an existing web application and am busy setting up and configuring the GroovyScriptEngine.
What are the "best practices" for managing the scripts in the container ?
- Should I store them in a database and then serve them up to the engine via urls ?
- I could store them in the file system on the server - however that seems problematic in Tomcat/JBoss ?
Any suggestions welcome :)