Ticket #146 (closed enhancement: fixed)

Opened 3 months ago

Last modified 2 months ago

Factor out HTTP server from EmbeddedMulgaraServer

Reported by: pag Assigned to: pag
Priority: major Milestone:
Component: Mulgara Version: 2.1.0
Keywords: dependency, jar Cc:

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.

Change History

10/14/08 21:40:15 changed by pag

  • status changed from new to closed.
  • resolution set to fixed.

Added HttpServices? in r1251