15
Oct.
2003
Now I have interceptors for Struts actions as well
I have extended my custom RequestProcessor once again. With the help of Jakarta's Commons Digester it was very easy to create a simple XML based configuration file. Then I decided to move the IoC stuff from the RequestProcessor into an interceptor called ComponentInterceptor. Not only it shows that my interceptor extension does work but the code looks much cleaner now. I hope to release my work under Open Source soon. But before that I must set up an infrastructure first ...
Comments