Groovestry got it's first bug-report last week.
Applications deployed in Tomcat did not reload edited scripts. Tomcat resource
URLs are all jndi: URLs and the code expected file: URLs. I modified the code to
use the URLConnection.getLastModified() method instead of the
FIle.getLastModified() method and tested it in Tomcat and Jetty. You can
download the 0.6 release with the bug-fix from the Groovestry
Sourceforge page.
I'm
in the process of moving my domains to a ISP that can support the full OS stack
(Tapestry/Hibernate/Spring/Groovy) and as a first step I put the Groovestry
sample application online. The link is: http://examples.mjhenderson.com/groovestrysample/app
. You really need the source code to see what's going on but you can at least
try it out.