Re: Panel factories and @SpringBean

2011-03-05 Thread Igor Vaynberg
http://wicketinaction.com/2008/10/creating-pluggable-applications-with-wicket-and-spring/ -igor 2011/3/4 Leszek Gawron : > Hello, > > Let's say I want to write some UI to edit some complicated configuration > split into multiple entities in multiple maven modules. The UI needs to have > one entry

Panel factories and @SpringBean

2011-03-04 Thread Leszek Gawron
Hello, Let's say I want to write some UI to edit some complicated configuration split into multiple entities in multiple maven modules. The UI needs to have one entry point though. So: Let's create the UI based on TabbedPanel. Each of the tabs will be provided by different maven modules by t