Re: Fast testing of Tapestry Apps

2006-08-26 Thread Jesse Kuhnert
JSP or for instance PHP is that you have your editor > open, you save your code, you presss alt+tab switch to your web browser, > press F5 and you see the results. How can i do that while developing in > Tapestry? > > Thanks for any advice. > -- > View this message in contex

Re: Fast testing of Tapestry Apps

2006-08-26 Thread Borut Bolčina
ee the results. How can i do that while developing in Tapestry? Thanks for any advice. -- View this message in context: http://www.nabble.com/Fast-testing-of-Tapestry-Apps-tf2139725.html#a5905141 Sent from the Tapestry - User forum at Nabb

Re: Fast testing of Tapestry Apps

2006-08-26 Thread Josh Long
OooOOoH! I feel like I may be too late, but maven 2 + jetty + tapestry 4 makes for more fun than you can shake a stick at! No kidding, setup a maven web project project. Now youve removed everything except for the java language and compilation. We lke the java language, but compilation... Then,

Re: Fast testing of Tapestry Apps

2006-08-21 Thread Marcus
try http://www.sysdeo.com/sysdeo/eclipse/tomcatplugin install plugin and configure parameters in eclipse, after configure "your-project" properties and with 1 clique you will deploy app into tomcat.

Re: Fast testing of Tapestry Apps

2006-08-21 Thread Norbert Sándor
Tomcat can be started/stopped from Eclipse as well... Dan Adams wrote: You can also do what we do and test using jetty rather than tomcat. That way I can restart everything right within eclipse. disable-caching is great too. On Mon, 2006-08-21 at 04:33 -0700, Fabbed wrote: Hi everybody, i

Re: Fast testing of Tapestry Apps

2006-08-21 Thread Dan Adams
You can also do what we do and test using jetty rather than tomcat. That way I can restart everything right within eclipse. disable-caching is great too. On Mon, 2006-08-21 at 04:33 -0700, Fabbed wrote: > Hi everybody, > > i am relative new to Tapestry. I was wondering if there is a way of fast >

Re: Fast testing of Tapestry Apps

2006-08-21 Thread Norbert Sándor
with -Dorg.apache.tapestry.disable-caching=true (command line option). At least that's with tap3, not sure if tap4 uses the same switch. -Original Message- From: Fabbed [mailto:[EMAIL PROTECTED] Sent: Montag, 21. August 2006 13:34 To: users@tapestry.apache.org Subject: Fast testi

RE: Fast testing of Tapestry Apps

2006-08-21 Thread Detlef Schulze
users@tapestry.apache.org Subject: Fast testing of Tapestry Apps Hi everybody, i am relative new to Tapestry. I was wondering if there is a way of fast testing my tapestry apps or do i always have to deploy my source code in the tomcat servlet container before testing my app in the browser? That takes so much

Fast testing of Tapestry Apps

2006-08-21 Thread Fabbed
PHP is that you have your editor open, you save your code, you presss alt+tab switch to your web browser, press F5 and you see the results. How can i do that while developing in Tapestry? Thanks for any advice. -- View this message in context: http://www.nabble.com/Fast-testing-of-Tapestry-Apps