发布于 2015-04-19 23:30:58 | 315 次阅读 | 评论: 0 | 来源: 网友投递
Apache Olingo 实现 OData 的 Java 库
Apache Olingo 是个 Java 库,用来实现 Open Data Protocol (OData)。 Apache Olingo 包括服务客户端和 OData 服务器方面。当前支持 OData 2.0 ,未来会支持 OData 4.0。Apache Olingo 扩展部分支持 JPA 持久性或者注释 bean 类。
Apache Olingo OData Client 4.0.0 for JavaScript 发布了,Apache Olingo 是个 Java 库,用来实现 Open Data Protocol (OData)。 Apache Olingo 包括服务客户端和 OData 服务器方面。当前支持 OData 2.0 ,未来会支持 OData 4.0。Apache Olingo 扩展部分支持 JPA 持久性或者注释 bean 类。
Apache Olingo 是个 Java 库,用来实现 Open Data Protocol (OData)。 Apache Olingo 包括服务客户端和 OData 服务器方面。当前支持 OData 2.0 ,未来会支持 OData 4.0。Apache Olingo 扩展部分支持 JPA 持久性或者注释 bean 类。
新版本改进记录包括:
新特性:
• Support of OData V4 headers
• Support of OData V4 metadata payload
• Support of OData JSON payload version 4.0 (include batch request and response payload)
• Support of the Cache and Store modules
变化:
• [Changed] The license header is changed to the Apache license header
• [Pruned] Atom and JSON verbose payload support is removed to conform the OData V4 protocol
• [New] New build infrastructure -
• [New] The code comments are modified to the JSDoc style and the JSDoc generation functionality is enabled.
• [New] Support running on browser-independent environments (e.g. Node.js)