look at spring's dispatch servlet

-igor

On Fri, May 28, 2010 at 6:16 PM, Sam Zilverberg <[email protected]> wrote:
> Good idea.
> Using:
>   ApplicationContext context =
> WebApplicationContextUtils.getWebApplicationContext(getServletContext());
>   someDao = (IDAO<entity>) context.getBean("someDao");
>
> Works.
>
> However I was hoping to continue using @SpringBean somehow...
>
> -Sam
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to