Thursday, December 31, 2009

Modularization of the web.xml settings

Right now the web.xml is one big configuration file. In Servlet 3.0 it’s possible to modularize it into multiple files.
These files are called “web-fragment.xml” files and they are merged together on application initialization.
Because these fragments can conflict with each other, the specification has specified rules for conflict resolution. 



(we could take a deeper look at this in a future blog post).


Cheers!!!


Ujjwal B Soni 


No comments: