swagger-api/swagger-codegen

JAX-RS should have Apache CXF Interface gateway

Aberta

#714 aberto em 4 de mai. de 2015

 (7 comentários) (0 reação) (0 responsável)HTML (5.474 forks)batch import
General: SuggestionServer: Javahelp wanted

Métricas do repositório

Stars
 (12.701 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador