[ 
https://issues.apache.org/jira/browse/DUBBO-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16413594#comment-16413594
 ] 

Jun Liu commented on DUBBO-25:
------------------------------

In simple terms, dubbo is an interface-oriented RPC framework, users program 
with interfaces(every interface is a service) when using dubbo, see Quick 
Start[1] for how dubbo works. 

People define service(interface) - The Provider,  should provide detailed docs 
or at least comments of their services, only in this way, the people use the 
services - The Consumer, can know how to program with the service correctly. We 
want to figure out a way of registering API definitions automatically, like 
what REST can do with Swagger.

[1]. https://github.com/apache/incubator-dubbo/tree/master/dubbo-demo

> Swagger integration
> -------------------
>
>                 Key: DUBBO-25
>                 URL: https://issues.apache.org/jira/browse/DUBBO-25
>             Project: Apache Dubbo
>          Issue Type: Improvement
>            Reporter: Jun Liu
>            Priority: Major
>              Labels: GSoC2018
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> TODO: more details



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to