HTTP Binding Should Not Depend Upon /resources/spank Directory
Description
Currently, HTTP Binding depends upon the /spank/resources/ directory in order to function appropriately because its servlets are defined in the resident web.xml. If HTTP binding were loaded programatically on the other hand that directory could not exist and the the http-binding server would still function normally. The mission is then to decouple the functionality of HTTP binding from the layout of the file system.
Currently, HTTP Binding depends upon the /spank/resources/ directory in order to function appropriately because its servlets are defined in the resident web.xml. If HTTP binding were loaded programatically on the other hand that directory could not exist and the the http-binding server would still function normally. The mission is then to decouple the functionality of HTTP binding from the layout of the file system.