swagger-api/swagger-codegen

JAX-RS should have Apache CXF Interface gateway

Open

#714 创建于 2015年5月4日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)HTML (5,474 fork)batch import
General: SuggestionServer: Javahelp wanted

仓库指标

Star
 (12,701 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

From https://github.com/swagger-api/swagger-editor/issues/423

Generate Server - JAX-RS should have Apache CXF Interface gateway, while it should not have Implementation class by itself. This gives developers seamless ability to be able to generate Apache CXF based JAX-RS Service (rather than presently produced Jersey API based Implementation). Assume the application is to go through Agile cycle, and is supposed to have a contract change in future, providing interface in server code to be extended in a different place to write complete service implementation would keep the Server Interface API and Implementation independent.

贡献者指南