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服務接口形成對比。