Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 89506edc6 -> d05fff4be
Minor updates. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/d05fff4b Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/d05fff4b Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/d05fff4b Branch: refs/heads/asf-site Commit: d05fff4be01c6d7d70b0c0c6b597082ec7b7fe6b Parents: 89506ed Author: JamesBognar <[email protected]> Authored: Mon Apr 24 10:26:59 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Mon Apr 24 10:26:59 2017 -0400 ---------------------------------------------------------------------- content/about.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d05fff4b/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index ea5f255..ade7990 100644 --- a/content/about.html +++ b/content/about.html @@ -15,7 +15,7 @@ <li>A toolkit for marshalling POJOs to a variety of content types using a common framework. <li>A REST server API for creating Swagger-based self-documenting REST interfaces using POJOs. <li>A REST client API for interacting with REST interfaces using POJOs. - <li>A remote interface proxy API built on top of REST that allows you to create proxy interfaces against Juneau or 3rd-party REST interfaces. + <li>An RPC API built on top of REST that allows you to create proxy interfaces against Juneau or 3rd-party REST interfaces. <li>A sophisticated INI config file API. <li>A REST microservice API that combines all the features above for creating lightweight standalone REST interfaces that start up in milliseconds. </ul> @@ -39,7 +39,7 @@ <li>N3 <li>CSV <li>SOAP/XML - <li>Coming soon: Protobuf (proto3), YAML, BSON + <li>Coming soon: Protobuf, YAML, BSON </ul> <li>Data Transfer Objects for: <ul> @@ -49,7 +49,7 @@ <li>JSON-Schema <li>Swagger 2.0 </ul> - <li>KISS is our mantra! No auto-wiring. No code generation. No dependency injection. Just give it POJOs. Extremely simple unit testing! + <li>KISS is our mantra! No auto-wiring. No code generation. No dependency injection. Just add it to your classpath and use it. Extremely simple unit testing! <li>Does not use intermediate DOMs! POJOs are serialized directly to streams and parsed back directly to POJOs. Extremely efficient and fast. <li>Tiny - ~1MB <li>Exhaustively tested
