Once you compile the code, you need to deploy it in the server to access the service.
您一旦编译完了这些代码,就需要在服务器上部署它来访问那些服务。
For example, the service locator code that enables a client to access a data source looks like this.
例如,允许客户端访问数据源的服务定位器代码表面上与此相似。
Listing 11 shows the updates to the client code needed to access the calculator service using the Implied Resource pattern.
清单11展示了对于使用隐含的资源(Implied Resource)模式访问计算器服务所需的客户端代码的更新。
应用推荐