Monday, July 05, 2004

Still doing homework

Well, the library com.oreilly.servlet.MultipartWrapper, which I have been using for past homeworks, is not compatible (at least I don't know how to make it so) with Struts' own org.apache.struts.upload.MultipartRequestWrapper, so I had to rewrite the entire file upload mechanism. The code is in place, I will test it tomorrow.

And the instructor said this homework is trivial... Yes, it can be trivial if I do a half-****ed job. But if I want to go Struts all the way, it takes days just to get the configurations right. Then again, Struts is mostly about configurations.