Re: Wicket in PHP

2012-10-23 Thread James mCruncher
Love the name picket.
Demo is impressive considering that it's in pre-alpha and in an entirely
new language.

On Tue, Oct 23, 2012 at 3:16 PM, martin.dilger martin.dil...@googlemail.com
 wrote:

 Hi,

 I´m a freelance software developer in germany.
 I recently got a problem, since my webhoster only provides php. I´m used to
 work with wicket, so i didnt want to miss this pleasure for my own website.

 So, the only solution was to implement wicket in php and call it
 (picket):).

 This is just a hobby project in pre-alpha state and far from
 production-ready, but my site
 www.effectivetrainings.de is completely implemented in picket.

 If you are interested, just have a look.

 http://www.effectivetrainings.de/framework/examples/pages/ExamplesPage.php

 Regards

 Martin Dilger



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Wicket-in-PHP-tp4653237.html
 Sent from the Users forum mailing list archive at Nabble.com.

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




-- 
Thanks  regards
James Selvakumar


Re: Wicket page test

2012-10-23 Thread James mCruncher
Should that call be made on tearDown or tearDownClass?

On Mon, Oct 22, 2012 at 6:01 PM, Martin Grigorov mgrigo...@apache.orgwrote:

 Call it and try again.

 On Mon, Oct 22, 2012 at 11:45 AM, Arunachalam Sibisakkaravarthi
 arunacha...@mcruncher.com wrote:
  No, We don't call wicketTester.destroy() at the end of tests.
 
  On Mon, Oct 22, 2012 at 5:01 PM, Martin Grigorov mgrigo...@apache.org
 wrote:
 
  Hi,
 
  Do you call wicketTester.destroy() at the end of your tests ?
 
  On Mon, Oct 22, 2012 at 9:10 AM, Arunachalam Sibisakkaravarthi
  arunacha...@mcruncher.com wrote:
   Hai,
  
   Here we are using wicket 1.5.7.
  
   We have a simple test for each wicket page to assert rendering like
 this:
  
   WicketTester.assertRenderedPage(Page.class);
  
   In our module we have 52 tests w.r.t wicket pages.
  
   It takes so long to run these tests.
  
   Please give suggestion to improve test cases that how to reduce the
 time
   taken by this module.
  
   --
   *Thanks And Regards
   Sibi.Arunachalam
   mCruncher*
 
 
 
  --
  Martin Grigorov
  jWeekend
  Training, Consulting, Development
  http://jWeekend.com
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 
  --
  *Thanks And Regards
  Sibi.Arunachalam
  mCruncher*



 --
 Martin Grigorov
 jWeekend
 Training, Consulting, Development
 http://jWeekend.com

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




-- 
Thanks  regards
James Selvakumar