EJB-AsynchronousEJB中提供异步调用的方法. "A session bean can expose methods with asynchronous client invocation semantics. For asynchronous invocations, control returns to the client before the container dispatches the invocation to a bean instance. An asynchr…
In the past few months, I have developed two simple applications on Baidu App Engine. Compared to Google App Engine, or Nitrous.Io, the documentation of BAE is really not good enough. The only advantage of BAE is stable - you needn't to worry about G…
在上一篇 kratos quickstart 文章中,我们直接用 kratos new 命令生成了一个项目. 这一篇来看看 kratos API 的定义和使用. 一.kratos 中 API 简介 1.1 简介 API 全称是 Application Programming Interface,应用程序接口. 在 kratos 中,API 指的是 REST API 和 RPC API ,REST API 是用户访问应用程序时的入口, RPC API 作为应用程序内部相互访问的接口定义. 那怎么定…