JAX

JAX

常用释义

词性释义

JAX
例句
  • 全部
尽管它看起来是一个很小的设计细节,但它对生成的JAX-RPCJava代码有极大影响。
让我们深入讨论细节问题以了解JAX-RPC是如何通过定义一个公共编程模型来设法彻底解决这些问题的。
The runtime might still use JMS and one of the JAX SOAP stacks, but their APIs would not be visible to the developer.
运行时可能依旧使用JMS以及JAXSOAP的一个协议栈,但是它们的API对开发者不可见。
This cross-stack compatibility is the main benefit of using JAXB and JAX-WS, since it makes it easy for you to switch between stacks.
这种跨堆栈兼容性是使用JAXB和JAX-WS的主要优点,因为这便于在不同的堆栈之间切换。
Restlet includes a client API that makes it easy to consume any remote HTTP-based services, not just JAX-RS services.
Restlet包含一个客户端API,支持轻松使用任何基于HTTP的远程服务,而不仅仅是JAX-RS服务。
JAX-RPC还对Web服务开发的方向作出了假设,而这在后来被证明是错误的。
常被JAX-RS资源类使用的基于注释的注入可能在一个单例实例的情况内并不受支持。
When vraptor3 came out, we were not sure whether it should be a JAX-RS implementation or not.
当vraptor3出来的时候,我们不能确定它是否应该是一个JAX-RS的实现。
The last thing you need to do to complete the JAX-RS story is show the configuration needed to wire all of it up.
要完成JAX-RS需要做的最后一件事是显示用于包装所有内容的配置。
One of the beauties of JAX-RPC for the client is its ability to associate context information with an endpoint's remote method call.
客户机JAX-RPC的亮点之一就在于它能把上下文信息和端点的远程方法调用关联起来。
上节提到过,JAX-WS工具生成一个具体的服务实现类,这个类也称为静态服务(StaticService)。
You've also learned a bit about the other JAX-WS client APIs that are used to configure the context of the SOAP message sent to the server.
您还简单了解了其他一些JAX-WS客户端API,它们可用于配置发送到服务器的SOAP消息的上下文。
我参与到JAX-RS是因为我觉得它是最不具侵入性的一种帮助你编写RESTful服务的方式。
So far, all I've talked about in Listing 1 are the JAX-RS annotations that set up the routing and data serialization for the service.
到这里,我只阐述了清单1中创建服务寻址和数据序列化的代码所用到的JAX-RS注释。
通常由JAX-RPC处理器使用。
Kanos targeted Jax, killing the traitor, but he became the enemy of the entire Imperial Interim Council.
卡诺斯最后杀掉了贾克斯这个叛徒,但却成为整个帝国过渡会议的敌人。
它在XSD中的存在导致类似于清单1所示的JAX-RPC警告。
JAX-WS提供的这组API允许Web服务客户端调用部署在远程服务端点上的操作。
So, sometimes, to make this point in email messages, we've been saying "JAX-WS RI + Tango" .
因此,有时为了在电子邮件中指出这一点,我们已经使用“JAX-WSRI+Tango”了。
本文中,我向您展示了通用的JAX-RPC处理程序的实现,它具备发送并接收任意附件类型的部署的能力。
此附件的mime类型无法由JAX-RPC直接映射到Java类型。
Next, implement a main class representing the Buyer to call the JAX-RPC proxy to invoke the agent process.
接下来,实现描述Buyer的主要类,通过JAX-RPC代理来调用代理流程。
要部署和发布一个JAX-WSWeb服务,您只需要编写经过注释的Web服务实现即可。
JAX-WSAPI可提供更大的灵活性,是Web服务编程模型发展的下一步目标。
Add a TextView element with the id "springmessage" to display the JAX-WS web service response for a method call to one of the get methods.
添加一个id为“springmessage”的TextView元素,以便显示对某个get方法的方法调用的JAX-WSweb服务响应。
直到现在杰克逊也没有被驱逐出场过吧?发生什么了,我听说他连个技术犯规都没有吃过。
I decided to use JBoss 4. 0. 4, since it is one of the only Open Source implementations of JSR-181 with full JAX-RPC support.
我决定使用JBoss4.0.4,因为它是唯一具有全面JAX-RPC支持的JSR-181开放源代码实现。
Set only one of the media types, which corresponds to the media type produced in the JAX-RS web service, in the Accept header.
在Accept中只设置一种媒体类型,该类型与JAX-RSWeb服务中生成的媒体类型对应。
最后,本文通过分析和审查这些不同的JAX-RS实现来帮助您选择适合自己需求的适当框架。
As you can see from the servlet declaration, the application is using Jersey, the reference implementation of JAX-RS.
我们可以看到servlet声明,应用使用了JAX-RS的参考实现Jersey。