Category: Tips

Tips

Accessing a Spring bean from a servlet

I’m using Ajaxtags to implement an ajax-enabled form with dynamic dropdown fields. In order to access my DAO object (which is a Spring managed bean)  to get the dropdown options, I had to have access to the Application context from a regular Servlet. The solution is very simple, but since I had some troubles finding […]

Guillermo Castro