skip to main
|
skip to sidebar
Coding Stuff
Monday, August 18, 2008
Manually injecting a wicket SpringBean
You may need to do this occasionally, for example if you want to access a service from your Application or Session object.
You do it like this: InjectorHolder.getInjector().inject(object);
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Blog Archive
►
2009
(1)
►
May
(1)
▼
2008
(6)
►
December
(1)
▼
August
(1)
Manually injecting a wicket SpringBean
►
July
(1)
►
May
(1)
►
March
(1)
►
January
(1)
►
2007
(5)
►
August
(1)
►
July
(4)
WTF?
These are the solutions to things I come across in my daily battles with (mostly) Java technologies, hopefully it helps someone out.
Work in Progress:
Wicket
,
ZK
,
Jackrabbit
,
Spring
,
Maven
,
Hibernate