summaryrefslogtreecommitdiffstats
path: root/Code-map.md
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-03-19 18:31:36 +0100
committergjoranv <gv@verizonmedia.com>2021-03-23 22:58:13 +0100
commitb767a2a69fb57e2a534ee5021aaac83f07bed9a2 (patch)
treeb343e1263937443589b8f7a17adbe75878b1b93f /Code-map.md
parent8576c65baa3b66a06ae25a6342c589bcfd2d5cbe (diff)
Remove jdisc_http_service, chain and processing from Code-map.
Diffstat (limited to 'Code-map.md')
-rw-r--r--Code-map.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/Code-map.md b/Code-map.md
index 3c54be35b9d..0ed326a2005 100644
--- a/Code-map.md
+++ b/Code-map.md
@@ -40,16 +40,13 @@ The stateless container is implemented in Java.
jDisc core modules:
- [jdisc_core](https://github.com/vespa-engine/vespa/tree/master/jdisc_core) - the core jDisc functionality
-- [jdisc_http_service](https://github.com/vespa-engine/vespa/tree/master/jdisc_http_service) - HTTP connector for jDisc, implemented using Jetty.
jDisc container modules, layered on jDisc core:
- [container-disc](https://github.com/vespa-engine/vespa/tree/master/container-disc) - integration between the jDisc container and jDisc core layers.
-- [container-core](https://github.com/vespa-engine/vespa/tree/master/container-core) - core jDisc container functionality: Metrics, OSGi integration for component bundles, etc.
+- [container-core](https://github.com/vespa-engine/vespa/tree/master/container-core) - core jDisc container functionality: Metrics, OSGi integration for component bundles, HTTP connector, etc.
- [component](https://github.com/vespa-engine/vespa/tree/master/component) - the component model. Components (in Java) will implement or subclass a type for this module.
-- [chain](https://github.com/vespa-engine/vespa/tree/master/chain) - generic support for chaining components in a Chain of Responsibility structure, which is a pattern used repeatedly in higher level modules.
- [container-di](https://github.com/vespa-engine/vespa/tree/master/container-di) - component dependency injection framework for the container, compatible with Guice annotations but an separate implementation which handles injection of config and injection of component collections.
-- [processing](https://github.com/vespa-engine/vespa/tree/master/processing) - generic, chainable request-response processing framework (Processors).
Search container, layered on jDisc container: