content/doap.rdf (48 lines of code) (raw):

<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <?xml-stylesheet type="text/xsl"?> <rdf:RDF xml:lang="en" xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:foaf="http://xmlns.com/foaf/0.1/"> <Project rdf:about="http://juneau.apache.org/"> <created>2016-06-24</created> <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0" /> <name>Apache Juneau</name> <homepage rdf:resource="http://juneau.apache.org/" /> <asfext:pmc rdf:resource="http://juneau.apache.org/" /> <shortdesc> Apache Juneau is a single cohesive framework for marshalling POJOs to a variety of languages and constructing sophisticated REST interfaces. </shortdesc> <description> Apache Juneau is a single cohesive framework consisting of the following parts: 1) A universal toolkit for marshalling POJOs to a wide variety of content types using a common framework. 2) A universal REST server API for creating Swagger-based self-documenting REST interfaces using POJOs, simply deployed as one or more top-level servlets in any Servlet 3.1.0+ container. 3) A universal REST client API for interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces. 4) A sophisticated configuration file API. 5) A REST microservice API that combines all the features above with a simple configurable Jetty server for creating lightweight standalone REST interfaces that start up in milliseconds. 6) Built on top of Servlet and Apache HttpClient APIs that allow you to use the newest HTTP/2 features such as request/response multiplexing and server push. </description> <bug-database rdf:resource="http://issues.apache.org/jira/browse/JUNEAU" /> <mailing-list rdf:resource="http://juneau.apache.org/community.html" /> <download-page rdf:resource="http://juneau.apache.org/downloads.html" /> <programming-language>Java</programming-language> <category rdf:resource="http://projects.apache.org/category/rest" /> <release> <Version> <name>9.0.0</name> <created>2017-10-05</created> </Version> </release> <repository> <GitRepository> <location rdf:resource="https://gitbox.apache.org/repos/asf/juneau.git"/> <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=juneau.git"/> </GitRepository> </repository> </Project> </rdf:RDF>