new T5 project - can't find TML file

2012-06-05 Thread Markus Johnston
I'm starting a new T5 project, and am having some difficulty. For example, if I put my tml files alongside my java classes (com.mycompany.myproj.pages), when I startup my app, and navigate to a page, tapestry tells me that it cannot find the template file. If I then move the template file into my

Re: testing Tapestry applications (in general)

2011-11-04 Thread Markus Johnston
Thanks for the info. I'll probably check out newer versions of HTMLUnit then, to see if it is an option for us. On Fri, Nov 4, 2011 at 12:48 PM, Kalle Korhonen wrote: > On Fri, Nov 4, 2011 at 10:25 AM, Markus Johnston > wrote: > > I've found HTMLUnit, in the past to be ut

Re: testing Tapestry applications (in general)

2011-11-04 Thread Markus Johnston
display/TYNAMO/2010/07/30/Full+web+integration+testing+in+a+single+JVM > . > For service level tests, I tend to use Mockito a lot. > > Kalle > > > On Fri, Nov 4, 2011 at 7:01 AM, Markus Johnston > wrote: > > We have been struggling (in my opinion) with a strategy

testing Tapestry applications (in general)

2011-11-04 Thread Markus Johnston
We have been struggling (in my opinion) with a strategy to properly and completely test our web application (developed using Tapestry). We have some unit tests, but they are all centered on the code closer to the model. We have very few, if any, view and controller tests. We made some attempts i