Re: WicketTester against real EJB backend

2013-04-23 Thread Tom Eicher
Just to let you people know, The idea I have, is to use WicketTester against a real EJB deployment. The benefits would be: - a lot faster than Selenium tests - using WicketTester API - testing EJB calls as they are really used from wicket actions (especially with regards to lazy loading as I

WicketTester against real EJB backend

2013-04-17 Thread Tom Eicher
Hello good Wicket People, I now have a cool Wicket+CDI/Weld+EJB EAR running in JBoss AS7. Before it progresses further, I should start adding some automated integration tests, I think ;-) The idea I have, is to use WicketTester against a real EJB deployment. The benefits would be: - a lot

Re: WicketTester against real EJB backend

2013-04-17 Thread hantsy
I also opened an eye on the Wicket-CDI module, it seems it is based JBoss Solder project. Consider Arquillian to test your Java EE 6 application on JBoss 7. http://www.arquillian.org It is also a JBoss project. Hantsy On 4/17/2013 22:50, Tom Eicher wrote: Hello good Wicket People, I now