内容简介:Apache Juneau 7.2.0 发布了,Apache Juneau 是 Apache Software Foundation (ASF) 开发的一个项目,由 Apache Incubator PMC 赞助。 简介 使用通用框架将 POJO 编组到各种内容类型的工具包。 REST 服务器API,通...
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 是一个主要版本,它引入了几个重要的新功能:
OpenAPI 的部分序列化和解析现已完全支持 REST servlet 和客户端 API 中输入和输出的 OpenAPI 验证
自动生成 Swagger UI
新的 HTTP-Part 注解适用于 servlet 和客户端 API
对自定义 UI 进行了简化
新的 Marshall API 将序列化程序和解析器组合到单个类中
Serverless servlet 和客户端单元测试
预定义的 REST 响应和异常
下载地址
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.html、http://juneau.apache.org/site/apidocs/overview-summary.html#7.2.0
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Python 之构建代理服务器
- Proxy-Go v4.6 发布,SPS 代理增加级联认证,轻松构建你的代理认证网络
- Apache Juneau 7.2.0 发布,基于 REST 构建的远程代理
- Proxy-Go v8.4 发布,API认证新增基于用户和IP限速限连接数,构建强大代理池代理网关!
- 爬虫被封怎么办?用Node构建一个私人IP代理池
- 实战docker,构建nginx反向代理tomcat,学习link和docker-compose
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Beginning XML with DOM and Ajax
Sas Jacobs / Apress / 2006-06-05 / USD 39.99
Don't waste time on 1,000-page tomes full of syntax; this book is all you need to get ahead in XML development. Renowned web developer Sas Jacobs presents an essential guide to XML. Beginning XML with......一起来看看 《Beginning XML with DOM and Ajax》 这本书的介绍吧!