Its been over 2 years since I started a new production tapestry
application, and once again in the same server environment we need to do
our development & testing in the environment familiar with the team: ie
tomcat.
For productivity, live class reloading, the ability to step through code
and being able to start and stop the container are all required.
Last time around (T5.1) I tried and failed to arrive at a project setup
which allowed all of the above with tomcat. I tried to get the
Sysdeotomcat launcher plugin to work without success, among other
approaches I have since forgotten.
We ended up compiling into "webapp/WEB-INF/classes" and copying all
dependencies into "webapp/WEB-INF/lib". This allowed us to achieve all
of the above, except for live class and template reloading.
Are there any improvements in this space since Tapestry 5.1? Has anyone
come up with an easy to follow formula for configuring
tapestry+tomcat+eclipse for development?
Thanks, Paul.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org