You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by i ii <kh...@hotmail.com> on 2008/02/27 16:16:15 UTC

Alternative to WicketTester?

Struts2 claims that "Actions are HTTP independent and framework neutral. This enables to test struts applications very easily without resorting to mock objects". Can this be done in Wicket?

Re: Alternative to WicketTester?

Posted by lars vonk <la...@gmail.com>.
There are no "Actions" in Wicket as you have in Struts (isnĀ“t that
great!?!). Just put your business logic in a POJO and you can test
that independently. Remember that in general it is not a good practice
to mix view logic (your Components and Pages) with business logic (the
POJOs).

Lars

On Wed, Feb 27, 2008 at 5:11 PM, Nino Saturnino Martinez Vazquez Wael
<ni...@jayway.dk> wrote:
> There is selenium...
>
> But im not sure I understand what you mean, by HTTP independent and
> framework neutral..
>
>
> regards Nino
>
> i ii wrote:
> > Struts2 claims that "Actions are HTTP independent and framework neutral. This enables to test struts applications very easily without resorting to mock objects". Can this be done in Wicket?
> >
>
> --
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Alternative to WicketTester?

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
There is selenium...

But im not sure I understand what you mean, by HTTP independent and 
framework neutral..


regards Nino

i ii wrote:
> Struts2 claims that "Actions are HTTP independent and framework neutral. This enables to test struts applications very easily without resorting to mock objects". Can this be done in Wicket?
>   

-- 
Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org