|
I'm setting up some web application I wrote in Java; I've been having some difficulty, but as I think through, I realize that I have a huge web.xml(configuration) file. Is it a bad design to have a huge web.xml configuration file and rely on it to create a certain appearance of the application?
|