문제

i am looking for a start point for my project i want to start a project containig

1.wicket 1.6.6 2.integration to spring 3.simple log in page (no a must)

do you know about one which will work with 1.6.6 (all th examples are 1.5 and under) and without jpa or any other built in Crud Mechanisam

10x in advance

도움이 되었습니까?

해결책

my problem was using

  addComponentInstantiationListener(new SpringComponentInjector(this));

when i am using 1.6.6 now i am using

  getComponentInstantiationListeners().add(new SpringComponentInjector(this));

10x to all that looked for anwser ...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top