Yup I think timo hit the spot here. When working with enough interfaces
your naming becomes Protocol for the interface and ProtocolImpl etc for
the implementations (just a side remark).
Timo Rantalaiho wrote:
On Thu, 29 May 2008, David Nedrow wrote:
public class ProtocolDAO extends JpaDaoSupport implements IProtocolDAO
...
public class ShowProtocolsPanel extends Panel {
@SpringBean(name="ProtocolDAO")
private ProtocolDAO dao;
Clearly this should be IProtocolDao, so that the component
depends on interface and not on implementation.
I'm not sure if this affects your issue though, we use both
forms all the time with Spring 2.5.
Best wishes,
Timo
--
-Wicket for love
Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]