summaryrefslogtreecommitdiffstats
path: root/application/README
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-01-19 13:30:58 +0100
committerJon Bratseth <bratseth@yahoo-inc.com>2017-01-19 13:30:58 +0100
commitd9a6d0885f91838bc98e38f7a98729dd0d97846b (patch)
tree60ff343c7b8b7f8b048a061b88ec935991254d8d /application/README
parent6999811bff537b554ac7084247e50655466f6345 (diff)
Add/improve README's
Diffstat (limited to 'application/README')
-rw-r--r--application/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/application/README b/application/README
new file mode 100644
index 00000000000..62c8731552c
--- /dev/null
+++ b/application/README
@@ -0,0 +1,6 @@
+API for creating Vespa applications from Java code.
+
+This has two usages:
+- Create fully functional container instances - including HTTP servers - in an existing Java runtime.
+- Mock Vespa applications for unit testing.
+