![]() |
![]() |
||||
At line 5 changed 1 line. |
The advantage of specifying values in this way, is that parameter values that may change in the future, can be defined in [web.xml] instead of implementing your own custom settings file or by hardcoding the values directly into your application code. Additionally, other developers using your code will be able to find any relevant parameters more easily. |
See [advantages of specifying parameter values in web.xml] for reasons you would want to use this method. |