|
WicketAndSpring
Wicket-Spring setup
By extending the AnnotSpringWebapplication in the WebicalApplication its possible to let Spring inject dependencies like managers etc. using the @SpringBean annotation. TestingAll wicket testcases are subclassed from WebicalApplicationTest. This class sets up:
To test components like panels simply subclass the WebicalApplicationTest and set the PanelTestPage as the startpage inluding your panel/component as the content. Resources |
Sign in to add a comment