January 2009
1 post
3 tags
Ganymede, run-jetty-run, and Tapestry 5
Eclipse Ganymede 3.4.1 is so far a great environment for Tapestry 5, when paired with the m2eclipse plugin and run-jetty-run launcher (gorgeous live class reloading). A couple of quick notes:
Jetty’s slf4j breaks Tapestry’s. This is easily correctable by adding the VM argument to the launch configuration: -Dorg.mortbay.jetty.webapp.parentLoaderPriority=true (wiki article).
If using run-jetty-run...