Apache Juneau 7.2.0 发布,基于 REST 构建的远程代理

栏目: Java · 发布时间: 6年前

内容简介:Apache Juneau 7.2.07.2.0 是一个主要版本,它引入了几个重要的新功能:详细的更新说明请查看

Apache Juneau 7.2.0 发布了 ,Apache Juneau 是 Apache Software Foundation (ASF) 开发的一个项目,由 Apache Incubator PMC 赞助。

简介

  • 使用通用框架将 POJO 编组到各种内容类型的 工具 包。

  • REST 服务器API,通过使用 POJO 创建基于 Swagger 的 Self-documenting REST 接口。

  • 通过使用 POJO 与 REST 接口进行交互的 REST 客户端 API。

  • 基于 REST 构建的远程代理 API。

  • 一个复杂的 INI 配置文件 API。

  • REST 微服务 API —— 结合了上述所有功能,用于创建以毫秒为单位启动的轻量级独立 REST 接口。

更新内容

7.2.0 是一个主要版本,它引入了几个重要的新功能:

下载地址

Maven

<!--  Use the following dependency... -->
<dependency>
    <groupId>org.apache.juneau</groupId>
    <artifactId>juneau-XXX</artifactId>
    <version>7.2.0</version>
</dependency>
<!--  ...where the artifactId can be any of the following... -->
<artifactId>juneau-all</artifactId>
<artifactId>juneau-marshall</artifactId>
<artifactId>juneau-marshall-rdf</artifactId>
<artifactId>juneau-dto</artifactId>
<artifactId>juneau-svl</artifactId>
<artifactId>juneau-config</artifactId>
<artifactId>juneau-rest-server</artifactId>
<artifactId>juneau-rest-server-jaxrs</artifactId>
<artifactId>juneau-rest-client</artifactId>
<artifactId>juneau-microservice-server</artifactId>

详细的更新说明请查看 http://juneau.apache.org/#whatsnew.htmlhttp://juneau.apache.org/site/apidocs/overview-summary.html#7.2.0


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Web Design in a Nutshell

Web Design in a Nutshell

Jennifer Niederst / O'Reilly Media, Inc. / 2006-02-21 / USD 34.99

Are you still designing web sites like it's 1999? If so, you're in for a surprise. Since the last edition of this book appeared five years ago, there has been a major climate change with regard to web......一起来看看 《Web Design in a Nutshell》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具