5 Days of Wicket – Designing the backend is an article written by yours truly as part of a series of articles geared towards the better understanding of how to create a web application using Apache Wicket. Enjoy. (You can read a short introduction to the series of the articles and links to the rest […]
Continue reading…
Tips
In need of an internal IM server? Try Wildfire
At work, we use an IM server from Microsoft that uses the Windows Messenger app as a client, and only works for internal communications. Since last week and for reasons unknown, the server is not responding (the person in charge didn’t reply to my emails). As a group of developers separated by geography, IM tools […]
Continue reading…
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 […]
Continue reading…