jax
美
英 
例句
While it might seem to be a minor design detail, it has a significant impact on the generated JAX-RPC Java code.
尽管它看起来是一个很小的设计细节,但它对生成的JAX-RPCJava代码有极大影响。
Let's drill down to the details to see how JAX-RPC is trying to eliminate these problems by defining a common programming model.
让我们深入讨论细节问题以了解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 also made some assumptions about the direction of Web services development that turned out to be wrong.
JAX-RPC还对Web服务开发的方向作出了假设,而这在后来被证明是错误的。
Annotation-based injection often used by JAX-RS resource classes may not be supported in the case of a singleton instance.
常被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的亮点之一就在于它能把上下文信息和端点的远程方法调用关联起来。
As mentioned in the previous section, JAX-WS tools generate a concrete Service implementation class, also referred to as Static Service.
上节提到过,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消息的上下文。
I got involved with JAX-RS because I thought it was the least intrusive way to help you write RESTful services.
我参与到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注释。
Is often used by JAX-RPC handlers.
通常由JAX-RPC处理器使用。
Kanos targeted Jax, killing the traitor, but he became the enemy of the entire Imperial Interim Council.
卡诺斯最后杀掉了贾克斯这个叛徒,但却成为整个帝国过渡会议的敌人。
Its existence in an XSD results in JAX-RPC warnings like the one shown in Listing 1.
它在XSD中的存在导致类似于清单1所示的JAX-RPC警告。
JAX-WS provides this set of APIs for a Web service client to invoke an operation on a remotely deployed service endpoint.
JAX-WS提供的这组API允许Web服务客户端调用部署在远程服务端点上的操作。
So, sometimes, to make this point in email messages, we've been saying "JAX-WS RI + Tango" .
因此,有时为了在电子邮件中指出这一点,我们已经使用“JAX-WSRI+Tango”了。
In this paper, I show you a generic JAX-RPC handler implementation, capable of sending and receiving arrays of an arbitrary attachment type.
本文中,我向您展示了通用的JAX-RPC处理程序的实现,它具备发送并接收任意附件类型的部署的能力。
The mime type of this attachment cannot be mapped directly by JAX-RPC to a Java type.
此附件的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代理来调用代理流程。
The annotated Web service implementation is all you need to write to deploy and publish a JAX-WS Web service.
要部署和发布一个JAX-WSWeb服务,您只需要编写经过注释的Web服务实现即可。
The JAX-WS APIs provide greater flexibility and are the next step in the evolution of Web services programming models.
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服务响应。
P-jax has never been ejected until now has he? What happened? I heard he's never even gotten a tech.
直到现在杰克逊也没有被驱逐出场过吧?发生什么了,我听说他连个技术犯规都没有吃过。
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服务中生成的媒体类型对应。
Finally, this article helps you select the right framework for your needs by analyzing and reviewing the different JAX-RS implementations.
最后,本文通过分析和审查这些不同的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。
Moreover, JAX-RPC requires the mapping of any unsupported XML data types to the javax. xml. soap. SOAPElement interface.
而且,JAX-RPC需要将任何不被支持的XML数据类型映射到javax.xml.soap.SOAPElement接口。
A policy set is a reusable artifact for the configuration of WS-* standards that you would like to associate with a JAX-WS binding.
策略集是指用于WS-*标准配置的可重用工件,您需要将其与JAX-WS绑定关联。
So, what are the main areas used to compare these different JAX-RS implementations?
那么,应该使用那些主要领域来比较这些不同的JAX-RS实现呢?
WebSphere Application Server ND includes additional support for JAX-RPC handlers and a complete private UDDI registry.
WebSphereApplicationServerND包括对JAX-RPC处理程序和完全私有注册中心的额外支持。
This line allows the JAX-WS runtime to inject the Web service context and enables you to access the JEE principal from the context.
这行代码允许JAX-WS运行时注入Web服务上下文并使您能够从该上下文访问JEEprincipal。
JAX-RPC SOAP handlers are the operational means for working with such out-of-band information.
JAX-RPCSOAP处理程序对于处理这样的带外信息来说是一种可操作的方法。
Handler model: The handler model has changed quite a bit from JAX-RPC to JAX-WS.
处理程序模型:从JAX-RPC到JAX-WS的过程中,处理程序模型发生了很大的变化。
One of the key features of JAX-WS is simplified development and deployment of Web service clients and endpoints with the use of annotations.
JAX-WS的一个重要特性是使用注释简化Web服务客户端和端点的开发和部署。
Although the REST support is not an implementation of JAX-RS, it has more features than the specification defines.
虽然,对REST的支持并不是JAX-RS的一种实现,但是它具有比标准定义更多的特性。
The handler developer is responsible for the correctness of the SOAP message, in contrast to the strongly-typed JAX-RPC service interfaces.
处理程序开发人员对SOAP消息的正确性负责,这与强类型的JAX-RPC服务接口形成对比。