Feature #146
Factor out HTTP server from EmbeddedMulgaraServer
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
fixed
Description
Extract the creation of Server and any web services into a separate class.
Since this class does not need to feed anything back to the main framework, it can be started with reflection easily. This means we can avoid class loading entirely if the setup is not creating web services. This will allow us to avoid a number of jars for many distributions.
Updated by Paula Gearon almost 15 years ago
- Status changed from New to Closed
- Resolution set to fixed
Added HttpServices in r1251